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|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
+ <VCProjectVersion >17.0</VCProjectVersion >
23
+ <ProjectGuid >{88D6358F-C6E2-4F0B-93C2-F81151D6CDF2}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
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 >v143</PlatformToolset >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
33
+ <ConfigurationType >Application</ConfigurationType >
34
+ <UseDebugLibraries >false</UseDebugLibraries >
35
+ <PlatformToolset >v143</PlatformToolset >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
38
+ <ConfigurationType >Application</ConfigurationType >
39
+ <UseDebugLibraries >true</UseDebugLibraries >
40
+ <PlatformToolset >v143</PlatformToolset >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
43
+ <ConfigurationType >Application</ConfigurationType >
44
+ <UseDebugLibraries >false</UseDebugLibraries >
45
+ <PlatformToolset >v143</PlatformToolset >
46
+ </PropertyGroup >
47
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
48
+ <ImportGroup Label =" ExtensionSettings" >
49
+ </ImportGroup >
50
+ <ImportGroup Label =" Shared" >
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
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|x64'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <PropertyGroup Label =" UserMacros" />
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
66
+ <LinkIncremental >true</LinkIncremental >
67
+ </PropertyGroup >
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
69
+ <LinkIncremental >true</LinkIncremental >
70
+ </PropertyGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
72
+ <ClCompile >
73
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
75
+ <WarningLevel >Level3</WarningLevel >
76
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
77
+ <Optimization >Disabled</Optimization >
78
+ </ClCompile >
79
+ <Link >
80
+ <TargetMachine >MachineX86</TargetMachine >
81
+ <GenerateDebugInformation >true</GenerateDebugInformation >
82
+ <SubSystem >Console</SubSystem >
83
+ </Link >
84
+ </ItemDefinitionGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
86
+ <ClCompile >
87
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
89
+ <WarningLevel >Level3</WarningLevel >
90
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
91
+ </ClCompile >
92
+ <Link >
93
+ <TargetMachine >MachineX86</TargetMachine >
94
+ <GenerateDebugInformation >true</GenerateDebugInformation >
95
+ <SubSystem >Console</SubSystem >
96
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
97
+ <OptimizeReferences >true</OptimizeReferences >
98
+ </Link >
99
+ </ItemDefinitionGroup >
100
+ <ItemGroup >
101
+ <ClCompile Include =" test.cpp" />
102
+ </ItemGroup >
103
+ <ItemGroup >
104
+ <ClInclude Include =" index.hpp" />
105
+ </ItemGroup >
106
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
107
+ <ImportGroup Label =" ExtensionTargets" >
108
+ </ImportGroup >
109
+ </Project >
0 commit comments