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 >{CB595997-B425-4DD2-BDDC-3B4A6C6DABF8}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <PlatformToolset >v143</PlatformToolset >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >false</UseDebugLibraries >
36
+ <PlatformToolset >v143</PlatformToolset >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
39
+ <ConfigurationType >Application</ConfigurationType >
40
+ <UseDebugLibraries >true</UseDebugLibraries >
41
+ <PlatformToolset >v143</PlatformToolset >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >false</UseDebugLibraries >
46
+ <PlatformToolset >v143</PlatformToolset >
47
+ </PropertyGroup >
48
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
49
+ <ImportGroup Label =" ExtensionSettings" >
50
+ </ImportGroup >
51
+ <ImportGroup Label =" Shared" >
52
+ </ImportGroup >
53
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <PropertyGroup Label =" UserMacros" />
66
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67
+ <LinkIncremental >true</LinkIncremental >
68
+ </PropertyGroup >
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76
+ <LinkIncremental >true</LinkIncremental >
77
+ </PropertyGroup >
78
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79
+ <ClCompile >
80
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81
+ <WarningLevel >Level3</WarningLevel >
82
+ </ClCompile >
83
+ <Link >
84
+ <GenerateDebugInformation >true</GenerateDebugInformation >
85
+ <SubSystem >Console</SubSystem >
86
+ </Link >
87
+ </ItemDefinitionGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
89
+ <ClCompile >
90
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
91
+ <WarningLevel >Level3</WarningLevel >
92
+ <LanguageStandard >stdcpp20</LanguageStandard >
93
+ </ClCompile >
94
+ <Link >
95
+ <GenerateDebugInformation >true</GenerateDebugInformation >
96
+ <SubSystem >Console</SubSystem >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <ClCompile >
101
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102
+ <WarningLevel >Level3</WarningLevel >
103
+ </ClCompile >
104
+ <Link >
105
+ <GenerateDebugInformation >true</GenerateDebugInformation >
106
+ <SubSystem >Console</SubSystem >
107
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
108
+ <OptimizeReferences >true</OptimizeReferences >
109
+ </Link >
110
+ </ItemDefinitionGroup >
111
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
112
+ <ClCompile >
113
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ </ClCompile >
116
+ <Link >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ <SubSystem >Console</SubSystem >
119
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
120
+ <OptimizeReferences >true</OptimizeReferences >
121
+ </Link >
122
+ </ItemDefinitionGroup >
123
+ <ItemGroup >
124
+ <ClCompile Include =" index.ixx" />
125
+ <ClCompile Include =" ListNode.ixx" />
126
+ </ItemGroup >
127
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
128
+ <ImportGroup Label =" ExtensionTargets" >
129
+ </ImportGroup >
130
+ </Project >
0 commit comments