|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 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 | 4 | <ProjectConfiguration Include="Debug|x64"> |
13 | 5 | <Configuration>Debug</Configuration> |
14 | 6 | <Platform>x64</Platform> |
|
26 | 18 | <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
27 | 19 | </PropertyGroup> |
28 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | | - <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v141</PlatformToolset> |
33 | | - <CharacterSet>Unicode</CharacterSet> |
34 | | - </PropertyGroup> |
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | | - <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v141</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | | - <CharacterSet>Unicode</CharacterSet> |
41 | | - </PropertyGroup> |
42 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 22 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 23 | <UseDebugLibraries>true</UseDebugLibraries> |
|
57 | 36 | </ImportGroup> |
58 | 37 | <ImportGroup Label="Shared"> |
59 | 38 | </ImportGroup> |
60 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 | | - </ImportGroup> |
63 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
64 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | | - </ImportGroup> |
66 | 39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 41 | </ImportGroup> |
69 | 42 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 44 | </ImportGroup> |
72 | 45 | <PropertyGroup Label="UserMacros" /> |
73 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | | - <LinkIncremental>false</LinkIncremental> |
75 | | - <OutDir>$(ProjectDir)\..\</OutDir> |
76 | | - <IntDir>$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir> |
77 | | - </PropertyGroup> |
78 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 | 47 | <LinkIncremental>false</LinkIncremental> |
80 | 48 | <OutDir>$(ProjectDir)\..\</OutDir> |
81 | 49 | <IntDir>$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir> |
82 | 50 | </PropertyGroup> |
83 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
84 | | - <LinkIncremental>false</LinkIncremental> |
85 | | - <OutDir>$(ProjectDir)\..\</OutDir> |
86 | | - <IntDir>$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir> |
87 | | - </PropertyGroup> |
88 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
89 | 52 | <LinkIncremental>false</LinkIncremental> |
90 | 53 | <OutDir>$(ProjectDir)\..\</OutDir> |
91 | 54 | <IntDir>$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir> |
92 | 55 | </PropertyGroup> |
93 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
94 | | - <ClCompile> |
95 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
96 | | - <WarningLevel>Level3</WarningLevel> |
97 | | - <Optimization>Disabled</Optimization> |
98 | | - <SDLCheck>true</SDLCheck> |
99 | | - <PreprocessorDefinitions>WIN32;_DEBUG;SPM_EXPORT;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
100 | | - <ConformanceMode>true</ConformanceMode> |
101 | | - <AdditionalIncludeDirectories>packages\boost.1.69.0.0\lib\native\include</AdditionalIncludeDirectories> |
102 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
103 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
104 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
105 | | - </ClCompile> |
106 | | - <Link> |
107 | | - <SubSystem>Windows</SubSystem> |
108 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
109 | | - <ImportLibrary>$(IntermediateOutputPath)$(TargetName).lib</ImportLibrary> |
110 | | - <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile> |
111 | | - <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
112 | | - </Link> |
113 | | - </ItemDefinitionGroup> |
114 | 56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
115 | 57 | <ClCompile> |
116 | 58 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
132 | 74 | <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
133 | 75 | </Link> |
134 | 76 | </ItemDefinitionGroup> |
135 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
136 | | - <ClCompile> |
137 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
138 | | - <WarningLevel>Level3</WarningLevel> |
139 | | - <Optimization>MaxSpeed</Optimization> |
140 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
141 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
142 | | - <SDLCheck>true</SDLCheck> |
143 | | - <PreprocessorDefinitions>WIN32;NDEBUG;SPM_EXPORT;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 | | - <ConformanceMode>true</ConformanceMode> |
145 | | - <AdditionalIncludeDirectories>packages\boost.1.69.0.0\lib\native\include</AdditionalIncludeDirectories> |
146 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
147 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
148 | | - <WholeProgramOptimization>false</WholeProgramOptimization> |
149 | | - </ClCompile> |
150 | | - <Link> |
151 | | - <SubSystem>Windows</SubSystem> |
152 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
153 | | - <OptimizeReferences>true</OptimizeReferences> |
154 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
155 | | - <ImportLibrary>$(IntermediateOutputPath)$(TargetName).lib</ImportLibrary> |
156 | | - <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile> |
157 | | - <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
158 | | - </Link> |
159 | | - </ItemDefinitionGroup> |
160 | 77 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
161 | 78 | <ClCompile> |
162 | 79 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
184 | 101 | </ItemDefinitionGroup> |
185 | 102 | <ItemGroup> |
186 | 103 | <ClCompile Include="..\pugixml\pugixml.cpp"> |
187 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
188 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
189 | 104 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
190 | 105 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
191 | 106 | </ClCompile> |
|
194 | 109 | <ClCompile Include="pch.cpp"> |
195 | 110 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
196 | 111 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
197 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
198 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
199 | 112 | </ClCompile> |
200 | 113 | <ClCompile Include="Project.cpp" /> |
201 | 114 | <ClCompile Include="ProjectFile.cpp" /> |
|
0 commit comments