1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >16.0</VCProjectVersion >
15+ <Keyword >Win32Proj</Keyword >
16+ <ProjectGuid >{6db480d1-a8f9-4791-a730-11887f7dcd12}</ProjectGuid >
17+ <RootNamespace >MultiThreadTutorial</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v143</PlatformToolset >
25+ <CharacterSet >Unicode</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v143</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" Shared" >
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
43+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44+ </ImportGroup >
45+ <PropertyGroup Label =" UserMacros" />
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
47+ <LinkIncremental >true</LinkIncremental >
48+ <OutDir >$(SolutionDir)bin\</OutDir >
49+ <IntDir >$(SolutionDir)obj\</IntDir >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
52+ <LinkIncremental >false</LinkIncremental >
53+ <OutDir >$(SolutionDir)bin\</OutDir >
54+ <IntDir >$(SolutionDir)obj\</IntDir >
55+ </PropertyGroup >
56+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
57+ <ClCompile >
58+ <WarningLevel >Level3</WarningLevel >
59+ <SDLCheck >true</SDLCheck >
60+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
61+ <ConformanceMode >true</ConformanceMode >
62+ <LanguageStandard >stdcpp17</LanguageStandard >
63+ </ClCompile >
64+ <Link >
65+ <SubSystem >Console</SubSystem >
66+ <GenerateDebugInformation >true</GenerateDebugInformation >
67+ </Link >
68+ </ItemDefinitionGroup >
69+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <ClCompile >
71+ <WarningLevel >Level3</WarningLevel >
72+ <FunctionLevelLinking >true</FunctionLevelLinking >
73+ <IntrinsicFunctions >true</IntrinsicFunctions >
74+ <SDLCheck >true</SDLCheck >
75+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
76+ <ConformanceMode >true</ConformanceMode >
77+ <LanguageStandard >stdcpp17</LanguageStandard >
78+ </ClCompile >
79+ <Link >
80+ <SubSystem >Console</SubSystem >
81+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
82+ <OptimizeReferences >true</OptimizeReferences >
83+ <GenerateDebugInformation >true</GenerateDebugInformation >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemGroup >
87+ <ClCompile Include =" src\main.cpp" />
88+ </ItemGroup >
89+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
90+ <ImportGroup Label =" ExtensionTargets" >
91+ </ImportGroup >
92+ </Project >
0 commit comments