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
+ <ItemGroup >
22
+ <ClCompile Include =" ..\Source\IResolver.cpp" />
23
+ <ClCompile Include =" ..\Source\Main.cpp" />
24
+ <ClCompile Include =" ..\Source\Utils.cpp" />
25
+ </ItemGroup >
26
+ <ItemGroup >
27
+ <ClInclude Include =" ..\Source\Config.h" />
28
+ <ClInclude Include =" ..\Source\IResolver.h" />
29
+ <ClInclude Include =" ..\Source\Logger.h" />
30
+ <ClInclude Include =" ..\Source\Native.h" />
31
+ <ClInclude Include =" ..\Source\Utils.h" />
32
+ </ItemGroup >
33
+ <PropertyGroup Label =" Globals" >
34
+ <VCProjectVersion >16.0</VCProjectVersion >
35
+ <Keyword >Win32Proj</Keyword >
36
+ <ProjectGuid >{4e7617d1-e8e2-4eee-8f64-cd3e1d6b9d83}</ProjectGuid >
37
+ <RootNamespace >SchemaResolver</RootNamespace >
38
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
39
+ </PropertyGroup >
40
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
42
+ <ConfigurationType >Application</ConfigurationType >
43
+ <UseDebugLibraries >true</UseDebugLibraries >
44
+ <PlatformToolset >v142</PlatformToolset >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
48
+ <ConfigurationType >Application</ConfigurationType >
49
+ <UseDebugLibraries >false</UseDebugLibraries >
50
+ <PlatformToolset >v142</PlatformToolset >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
55
+ <ConfigurationType >Application</ConfigurationType >
56
+ <UseDebugLibraries >true</UseDebugLibraries >
57
+ <PlatformToolset >v142</PlatformToolset >
58
+ <CharacterSet >Unicode</CharacterSet >
59
+ </PropertyGroup >
60
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
61
+ <ConfigurationType >Application</ConfigurationType >
62
+ <UseDebugLibraries >false</UseDebugLibraries >
63
+ <PlatformToolset >v142</PlatformToolset >
64
+ <WholeProgramOptimization >true</WholeProgramOptimization >
65
+ <CharacterSet >Unicode</CharacterSet >
66
+ </PropertyGroup >
67
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
68
+ <ImportGroup Label =" ExtensionSettings" >
69
+ </ImportGroup >
70
+ <ImportGroup Label =" Shared" >
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77
+ </ImportGroup >
78
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
80
+ </ImportGroup >
81
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
83
+ </ImportGroup >
84
+ <PropertyGroup Label =" UserMacros" />
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
+ <LinkIncremental >true</LinkIncremental >
87
+ <IntDir >Binary\$(Platform)\$(Configuration)\</IntDir >
88
+ <OutDir >$(SolutionDir)Binary\$(Platform)\$(Configuration)\</OutDir >
89
+ <TargetName >$(ProjectName)32</TargetName >
90
+ </PropertyGroup >
91
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92
+ <LinkIncremental >false</LinkIncremental >
93
+ <IntDir >Binary\$(Platform)\$(Configuration)\</IntDir >
94
+ <OutDir >$(SolutionDir)Binary\$(Platform)\$(Configuration)\</OutDir >
95
+ <TargetName >$(ProjectName)32</TargetName >
96
+ </PropertyGroup >
97
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
98
+ <LinkIncremental >true</LinkIncremental >
99
+ <OutDir >$(SolutionDir)Binary\$(Platform)\$(Configuration)\</OutDir >
100
+ <IntDir >Binary\$(Platform)\$(Configuration)\</IntDir >
101
+ <TargetName >$(ProjectName)64</TargetName >
102
+ </PropertyGroup >
103
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
104
+ <LinkIncremental >false</LinkIncremental >
105
+ <OutDir >$(SolutionDir)Binary\$(Platform)\$(Configuration)\</OutDir >
106
+ <IntDir >Binary\$(Platform)\$(Configuration)\</IntDir >
107
+ <TargetName >$(ProjectName)64</TargetName >
108
+ </PropertyGroup >
109
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
110
+ <ClCompile >
111
+ <WarningLevel >Level3</WarningLevel >
112
+ <SDLCheck >true</SDLCheck >
113
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ <ConformanceMode >true</ConformanceMode >
115
+ <LanguageStandard >stdcpp17</LanguageStandard >
116
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
117
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
118
+ </ClCompile >
119
+ <Link >
120
+ <SubSystem >Console</SubSystem >
121
+ <GenerateDebugInformation >true</GenerateDebugInformation >
122
+ </Link >
123
+ </ItemDefinitionGroup >
124
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
125
+ <ClCompile >
126
+ <WarningLevel >Level3</WarningLevel >
127
+ <FunctionLevelLinking >true</FunctionLevelLinking >
128
+ <IntrinsicFunctions >true</IntrinsicFunctions >
129
+ <SDLCheck >true</SDLCheck >
130
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131
+ <ConformanceMode >true</ConformanceMode >
132
+ <LanguageStandard >stdcpp17</LanguageStandard >
133
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
134
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
135
+ </ClCompile >
136
+ <Link >
137
+ <SubSystem >Console</SubSystem >
138
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139
+ <OptimizeReferences >true</OptimizeReferences >
140
+ <GenerateDebugInformation >true</GenerateDebugInformation >
141
+ </Link >
142
+ </ItemDefinitionGroup >
143
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
144
+ <ClCompile >
145
+ <WarningLevel >Level3</WarningLevel >
146
+ <SDLCheck >true</SDLCheck >
147
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
148
+ <ConformanceMode >true</ConformanceMode >
149
+ <LanguageStandard >stdcpp17</LanguageStandard >
150
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
151
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
152
+ </ClCompile >
153
+ <Link >
154
+ <SubSystem >Console</SubSystem >
155
+ <GenerateDebugInformation >true</GenerateDebugInformation >
156
+ </Link >
157
+ </ItemDefinitionGroup >
158
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
159
+ <ClCompile >
160
+ <WarningLevel >Level3</WarningLevel >
161
+ <FunctionLevelLinking >true</FunctionLevelLinking >
162
+ <IntrinsicFunctions >true</IntrinsicFunctions >
163
+ <SDLCheck >true</SDLCheck >
164
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
165
+ <ConformanceMode >true</ConformanceMode >
166
+ <LanguageStandard >stdcpp17</LanguageStandard >
167
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
168
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
169
+ </ClCompile >
170
+ <Link >
171
+ <SubSystem >Console</SubSystem >
172
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
173
+ <OptimizeReferences >true</OptimizeReferences >
174
+ <GenerateDebugInformation >true</GenerateDebugInformation >
175
+ </Link >
176
+ </ItemDefinitionGroup >
177
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
178
+ <ImportGroup Label =" ExtensionTargets" >
179
+ </ImportGroup >
180
+ </Project >
0 commit comments