example.sln 6.14 KB
Newer Older
gabime's avatar
gabime committed
1

2
Microsoft Visual Studio Solution File, Format Version 12.00
3 4
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
gabime's avatar
gabime committed
5 6 7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example.vcxproj", "{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}"
EndProject
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "spdlog", "spdlog", "{7FC6AB76-AD88-4135-888C-0568E81475AF}"
	ProjectSection(SolutionItems) = preProject
		..\include\spdlog\async.h = ..\include\spdlog\async.h
		..\include\spdlog\async_logger.h = ..\include\spdlog\async_logger.h
		..\include\spdlog\common.h = ..\include\spdlog\common.h
		..\include\spdlog\formatter.h = ..\include\spdlog\formatter.h
		..\include\spdlog\logger.h = ..\include\spdlog\logger.h
		..\include\spdlog\spdlog.h = ..\include\spdlog\spdlog.h
		..\include\spdlog\tweakme.h = ..\include\spdlog\tweakme.h
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{08E93803-E650-42D9-BBB4-3C16979F850E}"
	ProjectSection(SolutionItems) = preProject
		..\include\spdlog\details\async_log_helper.h = ..\include\spdlog\details\async_log_helper.h
		..\include\spdlog\details\async_logger_impl.h = ..\include\spdlog\details\async_logger_impl.h
		..\include\spdlog\details\file_helper.h = ..\include\spdlog\details\file_helper.h
		..\include\spdlog\details\log_msg.h = ..\include\spdlog\details\log_msg.h
		..\include\spdlog\details\logger_impl.h = ..\include\spdlog\details\logger_impl.h
		..\include\spdlog\details\mpmc_bounded_q.h = ..\include\spdlog\details\mpmc_bounded_q.h
		..\include\spdlog\details\null_mutex.h = ..\include\spdlog\details\null_mutex.h
		..\include\spdlog\details\os.h = ..\include\spdlog\details\os.h
		..\include\spdlog\details\pattern_formatter_impl.h = ..\include\spdlog\details\pattern_formatter_impl.h
		..\include\spdlog\details\registry.h = ..\include\spdlog\details\registry.h
		..\include\spdlog\details\spdlog_impl.h = ..\include\spdlog\details\spdlog_impl.h
		..\include\spdlog\details\thread_pool.h = ..\include\spdlog\details\thread_pool.h
		..\include\spdlog\details\traits.h = ..\include\spdlog\details\traits.h
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fmt", "fmt", "{82378DE1-8463-4F91-91A0-C2C40E2AEA2A}"
	ProjectSection(SolutionItems) = preProject
		..\include\spdlog\fmt\fmt.h = ..\include\spdlog\fmt\fmt.h
		..\include\spdlog\fmt\ostr.h = ..\include\spdlog\fmt\ostr.h
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bundled", "bundled", "{D9CA4494-80D1-48D1-A897-D3564F7B27FF}"
	ProjectSection(SolutionItems) = preProject
		..\include\spdlog\fmt\bundled\format.cc = ..\include\spdlog\fmt\bundled\format.cc
		..\include\spdlog\fmt\bundled\format.h = ..\include\spdlog\fmt\bundled\format.h
		..\include\spdlog\fmt\bundled\LICENSE.rst = ..\include\spdlog\fmt\bundled\LICENSE.rst
		..\include\spdlog\fmt\bundled\ostream.cc = ..\include\spdlog\fmt\bundled\ostream.cc
		..\include\spdlog\fmt\bundled\ostream.h = ..\include\spdlog\fmt\bundled\ostream.h
		..\include\spdlog\fmt\bundled\posix.cc = ..\include\spdlog\fmt\bundled\posix.cc
		..\include\spdlog\fmt\bundled\posix.h = ..\include\spdlog\fmt\bundled\posix.h
		..\include\spdlog\fmt\bundled\printf.cc = ..\include\spdlog\fmt\bundled\printf.cc
		..\include\spdlog\fmt\bundled\printf.h = ..\include\spdlog\fmt\bundled\printf.h
		..\include\spdlog\fmt\bundled\time.h = ..\include\spdlog\fmt\bundled\time.h
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sinks", "sinks", "{27D16BB9-2B81-4F61-80EC-0C7A777248E4}"
	ProjectSection(SolutionItems) = preProject
		..\include\spdlog\sinks\android_sink.h = ..\include\spdlog\sinks\android_sink.h
		..\include\spdlog\sinks\ansicolor_sink.h = ..\include\spdlog\sinks\ansicolor_sink.h
		..\include\spdlog\sinks\base_sink.h = ..\include\spdlog\sinks\base_sink.h
gabime's avatar
gabime committed
61
		..\include\spdlog\sinks\stdout_color_sinks.h = ..\include\spdlog\sinks\stdout_color_sinks.h
62 63 64 65 66 67 68 69 70 71 72 73
		..\include\spdlog\sinks\dist_sink.h = ..\include\spdlog\sinks\dist_sink.h
		..\include\spdlog\sinks\file_sinks.h = ..\include\spdlog\sinks\file_sinks.h
		..\include\spdlog\sinks\msvc_sink.h = ..\include\spdlog\sinks\msvc_sink.h
		..\include\spdlog\sinks\null_sink.h = ..\include\spdlog\sinks\null_sink.h
		..\include\spdlog\sinks\ostream_sink.h = ..\include\spdlog\sinks\ostream_sink.h
		..\include\spdlog\sinks\sink.h = ..\include\spdlog\sinks\sink.h
		..\include\spdlog\sinks\stdout_sinks.h = ..\include\spdlog\sinks\stdout_sinks.h
		..\include\spdlog\sinks\syslog_sink.h = ..\include\spdlog\sinks\syslog_sink.h
		..\include\spdlog\sinks\wincolor_sink.h = ..\include\spdlog\sinks\wincolor_sink.h
		..\include\spdlog\sinks\windebug_sink.h = ..\include\spdlog\sinks\windebug_sink.h
	EndProjectSection
EndProject
gabime's avatar
gabime committed
74 75 76
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
77
		Debug|x64 = Debug|x64
gabime's avatar
gabime committed
78
		Release|Win32 = Release|Win32
79
		Release|x64 = Release|x64
gabime's avatar
gabime committed
80 81 82 83
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Debug|Win32.ActiveCfg = Debug|Win32
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Debug|Win32.Build.0 = Debug|Win32
84
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Debug|x64.ActiveCfg = Debug|Win32
gabime's avatar
gabime committed
85 86
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Release|Win32.ActiveCfg = Release|Win32
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Release|Win32.Build.0 = Release|Win32
87
		{9E5AB93A-0CCE-4BAC-9FCB-0FC9CB5EB8D2}.Release|x64.ActiveCfg = Release|Win32
gabime's avatar
gabime committed
88 89 90 91
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
92 93 94 95 96 97 98 99 100
	GlobalSection(NestedProjects) = preSolution
		{08E93803-E650-42D9-BBB4-3C16979F850E} = {7FC6AB76-AD88-4135-888C-0568E81475AF}
		{82378DE1-8463-4F91-91A0-C2C40E2AEA2A} = {7FC6AB76-AD88-4135-888C-0568E81475AF}
		{D9CA4494-80D1-48D1-A897-D3564F7B27FF} = {82378DE1-8463-4F91-91A0-C2C40E2AEA2A}
		{27D16BB9-2B81-4F61-80EC-0C7A777248E4} = {7FC6AB76-AD88-4135-888C-0568E81475AF}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {1BF53532-C5DC-4236-B195-9E17CBE40A48}
	EndGlobalSection
gabime's avatar
gabime committed
101
EndGlobal