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 >{8101F835-716F-45A1-BC0E-40658E4D105E}</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)'=='Release|Win32'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <ClCompile >
74
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
76
+ <WarningLevel >Level3</WarningLevel >
77
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
78
+ <Optimization >Disabled</Optimization >
79
+ </ClCompile >
80
+ <Link >
81
+ <TargetMachine >MachineX86</TargetMachine >
82
+ <GenerateDebugInformation >true</GenerateDebugInformation >
83
+ <SubSystem >Console</SubSystem >
84
+ </Link >
85
+ </ItemDefinitionGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
+ <ClCompile >
88
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
89
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
90
+ <WarningLevel >Level3</WarningLevel >
91
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
92
+ </ClCompile >
93
+ <Link >
94
+ <TargetMachine >MachineX86</TargetMachine >
95
+ <GenerateDebugInformation >true</GenerateDebugInformation >
96
+ <SubSystem >Console</SubSystem >
97
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98
+ <OptimizeReferences >true</OptimizeReferences >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102
+ <ClCompile >
103
+ <LanguageStandard >stdcpp20</LanguageStandard >
104
+ </ClCompile >
105
+ </ItemDefinitionGroup >
106
+ <ItemGroup >
107
+ <ClCompile Include =" HtmlParser.ixx" />
108
+ <ClCompile Include =" index.ixx" />
109
+ </ItemGroup >
110
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
111
+ <ImportGroup Label =" ExtensionTargets" >
112
+ </ImportGroup >
113
+ </Project >
0 commit comments