1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{027478B2-40EF-4313-B8EE-FCE1493052BF}</ProjectGuid >
23+ <RootNamespace >HW1</RootNamespace >
24+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <PlatformToolset >v140</PlatformToolset >
31+ <CharacterSet >MultiByte</CharacterSet >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34+ <ConfigurationType >Application</ConfigurationType >
35+ <UseDebugLibraries >false</UseDebugLibraries >
36+ <PlatformToolset >v140</PlatformToolset >
37+ <WholeProgramOptimization >true</WholeProgramOptimization >
38+ <CharacterSet >MultiByte</CharacterSet >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41+ <ConfigurationType >Application</ConfigurationType >
42+ <UseDebugLibraries >true</UseDebugLibraries >
43+ <PlatformToolset >v140</PlatformToolset >
44+ <CharacterSet >MultiByte</CharacterSet >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47+ <ConfigurationType >Application</ConfigurationType >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <PlatformToolset >v140</PlatformToolset >
50+ <WholeProgramOptimization >true</WholeProgramOptimization >
51+ <CharacterSet >MultiByte</CharacterSet >
52+ </PropertyGroup >
53+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54+ <ImportGroup Label =" ExtensionSettings" >
55+ </ImportGroup >
56+ <ImportGroup Label =" Shared" >
57+ </ImportGroup >
58+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <PropertyGroup Label =" UserMacros" />
71+ <PropertyGroup />
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <ClCompile >
74+ <WarningLevel >Level3</WarningLevel >
75+ <Optimization >Disabled</Optimization >
76+ <SDLCheck >true</SDLCheck >
77+ </ClCompile >
78+ </ItemDefinitionGroup >
79+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80+ <ClCompile >
81+ <WarningLevel >Level3</WarningLevel >
82+ <Optimization >Disabled</Optimization >
83+ <SDLCheck >true</SDLCheck >
84+ </ClCompile >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87+ <ClCompile >
88+ <WarningLevel >Level3</WarningLevel >
89+ <Optimization >MaxSpeed</Optimization >
90+ <FunctionLevelLinking >true</FunctionLevelLinking >
91+ <IntrinsicFunctions >true</IntrinsicFunctions >
92+ <SDLCheck >true</SDLCheck >
93+ </ClCompile >
94+ <Link >
95+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
96+ <OptimizeReferences >true</OptimizeReferences >
97+ </Link >
98+ </ItemDefinitionGroup >
99+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
100+ <ClCompile >
101+ <WarningLevel >Level3</WarningLevel >
102+ <Optimization >MaxSpeed</Optimization >
103+ <FunctionLevelLinking >true</FunctionLevelLinking >
104+ <IntrinsicFunctions >true</IntrinsicFunctions >
105+ <SDLCheck >true</SDLCheck >
106+ </ClCompile >
107+ <Link >
108+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
109+ <OptimizeReferences >true</OptimizeReferences >
110+ </Link >
111+ </ItemDefinitionGroup >
112+ <ItemGroup >
113+ <ClCompile Include =" Source.cpp" />
114+ </ItemGroup >
115+ <ItemGroup >
116+ <ClInclude Include =" UnorderedSet.h" />
117+ </ItemGroup >
118+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
119+ <ImportGroup Label =" ExtensionTargets" >
120+ </ImportGroup >
121+ </Project >
0 commit comments