-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMultiThreadTutorial.sln
More file actions
31 lines (31 loc) · 1.47 KB
/
MultiThreadTutorial.sln
File metadata and controls
31 lines (31 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MultiThreadTutorial", "MultiThreadTutorial.vcxproj", "{6DB480D1-A8F9-4791-A730-11887F7DCD12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug WINAPI|x64 = Debug WINAPI|x64
Debug|x64 = Debug|x64
Release WINAPI|x64 = Release WINAPI|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Debug WINAPI|x64.ActiveCfg = Debug WINAPI|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Debug WINAPI|x64.Build.0 = Debug WINAPI|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Debug|x64.ActiveCfg = Debug|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Debug|x64.Build.0 = Debug|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Release WINAPI|x64.ActiveCfg = Release WINAPI|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Release WINAPI|x64.Build.0 = Release WINAPI|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Release|x64.ActiveCfg = Release|x64
{6DB480D1-A8F9-4791-A730-11887F7DCD12}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E77BE9AB-6C3E-400E-949B-4B569E0196CB}
EndGlobalSection
EndGlobal