1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" main.cpp" />
23+ </ItemGroup >
24+ <PropertyGroup Label =" Globals" >
25+ <VCProjectVersion >15.0</VCProjectVersion >
26+ <ProjectGuid >{2b3b5009-5584-48a3-90f2-f15743aa7541}</ProjectGuid >
27+ <RootNamespace >_1_10</RootNamespace >
28+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
29+ </PropertyGroup >
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
32+ <ConfigurationType >Application</ConfigurationType >
33+ <UseDebugLibraries >true</UseDebugLibraries >
34+ <PlatformToolset >v141</PlatformToolset >
35+ <CharacterSet >MultiByte</CharacterSet >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38+ <ConfigurationType >Application</ConfigurationType >
39+ <UseDebugLibraries >false</UseDebugLibraries >
40+ <PlatformToolset >v141</PlatformToolset >
41+ <WholeProgramOptimization >true</WholeProgramOptimization >
42+ <CharacterSet >MultiByte</CharacterSet >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
45+ <ConfigurationType >Application</ConfigurationType >
46+ <UseDebugLibraries >true</UseDebugLibraries >
47+ <PlatformToolset >v141</PlatformToolset >
48+ <CharacterSet >MultiByte</CharacterSet >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
51+ <ConfigurationType >Application</ConfigurationType >
52+ <UseDebugLibraries >false</UseDebugLibraries >
53+ <PlatformToolset >v141</PlatformToolset >
54+ <WholeProgramOptimization >true</WholeProgramOptimization >
55+ <CharacterSet >MultiByte</CharacterSet >
56+ </PropertyGroup >
57+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
58+ <ImportGroup Label =" ExtensionSettings" >
59+ </ImportGroup >
60+ <ImportGroup Label =" Shared" >
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
69+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70+ </ImportGroup >
71+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
72+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
73+ </ImportGroup >
74+ <PropertyGroup Label =" UserMacros" />
75+ <PropertyGroup />
76+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
77+ <ClCompile >
78+ <WarningLevel >Level3</WarningLevel >
79+ <Optimization >Disabled</Optimization >
80+ <SDLCheck >true</SDLCheck >
81+ </ClCompile >
82+ <Link >
83+ <SubSystem >Console</SubSystem >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
87+ <ClCompile >
88+ <WarningLevel >Level3</WarningLevel >
89+ <Optimization >Disabled</Optimization >
90+ <SDLCheck >true</SDLCheck >
91+ </ClCompile >
92+ </ItemDefinitionGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94+ <ClCompile >
95+ <WarningLevel >Level3</WarningLevel >
96+ <Optimization >MaxSpeed</Optimization >
97+ <FunctionLevelLinking >true</FunctionLevelLinking >
98+ <IntrinsicFunctions >true</IntrinsicFunctions >
99+ <SDLCheck >true</SDLCheck >
100+ </ClCompile >
101+ <Link >
102+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
103+ <OptimizeReferences >true</OptimizeReferences >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
107+ <ClCompile >
108+ <WarningLevel >Level3</WarningLevel >
109+ <Optimization >MaxSpeed</Optimization >
110+ <FunctionLevelLinking >true</FunctionLevelLinking >
111+ <IntrinsicFunctions >true</IntrinsicFunctions >
112+ <SDLCheck >true</SDLCheck >
113+ </ClCompile >
114+ <Link >
115+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
116+ <OptimizeReferences >true</OptimizeReferences >
117+ </Link >
118+ </ItemDefinitionGroup >
119+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
120+ <ImportGroup Label =" ExtensionTargets" >
121+ </ImportGroup >
122+ </Project >
0 commit comments