pugixml.vcxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Checked|Win32">
  21. <Configuration>Checked</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Checked|x64">
  25. <Configuration>Checked</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="DebugShared|Win32">
  29. <Configuration>DebugShared</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="DebugShared|x64">
  33. <Configuration>DebugShared</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="ReleaseShared|Win32">
  37. <Configuration>ReleaseShared</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseShared|x64">
  41. <Configuration>ReleaseShared</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="CheckedShared|Win32">
  45. <Configuration>CheckedShared</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="CheckedShared|x64">
  49. <Configuration>CheckedShared</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{07B89124-7C71-42CC-81AB-62B09BB61F9B}</ProjectGuid>
  55. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  56. <Keyword>Win32Proj</Keyword>
  57. <RootNamespace>pugixml</RootNamespace>
  58. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  59. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  60. </PropertyGroup>
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <CharacterSet>Unicode</CharacterSet>
  66. <PlatformToolset>v143</PlatformToolset>
  67. <SpectreMitigation>Spectre</SpectreMitigation>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  70. <ConfigurationType>StaticLibrary</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <CharacterSet>Unicode</CharacterSet>
  73. <PlatformToolset>v143</PlatformToolset>
  74. <SpectreMitigation>Spectre</SpectreMitigation>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  77. <ConfigurationType>StaticLibrary</ConfigurationType>
  78. <UseDebugLibraries>false</UseDebugLibraries>
  79. <CharacterSet>Unicode</CharacterSet>
  80. <PlatformToolset>v143</PlatformToolset>
  81. <WholeProgramOptimization>true</WholeProgramOptimization>
  82. <SpectreMitigation>Spectre</SpectreMitigation>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  85. <ConfigurationType>StaticLibrary</ConfigurationType>
  86. <UseDebugLibraries>false</UseDebugLibraries>
  87. <CharacterSet>Unicode</CharacterSet>
  88. <PlatformToolset>v143</PlatformToolset>
  89. <WholeProgramOptimization>true</WholeProgramOptimization>
  90. <SpectreMitigation>Spectre</SpectreMitigation>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  93. <ConfigurationType>StaticLibrary</ConfigurationType>
  94. <UseDebugLibraries>false</UseDebugLibraries>
  95. <CharacterSet>Unicode</CharacterSet>
  96. <PlatformToolset>v143</PlatformToolset>
  97. <SpectreMitigation>Spectre</SpectreMitigation>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  100. <ConfigurationType>StaticLibrary</ConfigurationType>
  101. <UseDebugLibraries>false</UseDebugLibraries>
  102. <CharacterSet>Unicode</CharacterSet>
  103. <PlatformToolset>v143</PlatformToolset>
  104. <SpectreMitigation>Spectre</SpectreMitigation>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  107. <ConfigurationType>StaticLibrary</ConfigurationType>
  108. <UseDebugLibraries>true</UseDebugLibraries>
  109. <CharacterSet>Unicode</CharacterSet>
  110. <PlatformToolset>v143</PlatformToolset>
  111. <SpectreMitigation>Spectre</SpectreMitigation>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  114. <ConfigurationType>StaticLibrary</ConfigurationType>
  115. <UseDebugLibraries>true</UseDebugLibraries>
  116. <CharacterSet>Unicode</CharacterSet>
  117. <PlatformToolset>v143</PlatformToolset>
  118. <SpectreMitigation>Spectre</SpectreMitigation>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  121. <ConfigurationType>StaticLibrary</ConfigurationType>
  122. <UseDebugLibraries>false</UseDebugLibraries>
  123. <CharacterSet>Unicode</CharacterSet>
  124. <PlatformToolset>v143</PlatformToolset>
  125. <WholeProgramOptimization>true</WholeProgramOptimization>
  126. <SpectreMitigation>Spectre</SpectreMitigation>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>false</UseDebugLibraries>
  131. <CharacterSet>Unicode</CharacterSet>
  132. <PlatformToolset>v143</PlatformToolset>
  133. <WholeProgramOptimization>true</WholeProgramOptimization>
  134. <SpectreMitigation>Spectre</SpectreMitigation>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  137. <ConfigurationType>StaticLibrary</ConfigurationType>
  138. <UseDebugLibraries>false</UseDebugLibraries>
  139. <CharacterSet>Unicode</CharacterSet>
  140. <PlatformToolset>v143</PlatformToolset>
  141. <SpectreMitigation>Spectre</SpectreMitigation>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  144. <ConfigurationType>StaticLibrary</ConfigurationType>
  145. <UseDebugLibraries>false</UseDebugLibraries>
  146. <CharacterSet>Unicode</CharacterSet>
  147. <PlatformToolset>v143</PlatformToolset>
  148. <SpectreMitigation>Spectre</SpectreMitigation>
  149. </PropertyGroup>
  150. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  151. <ImportGroup Label="ExtensionSettings">
  152. </ImportGroup>
  153. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. </ImportGroup>
  156. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  158. </ImportGroup>
  159. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  172. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  173. </ImportGroup>
  174. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  175. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  176. </ImportGroup>
  177. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  178. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  179. </ImportGroup>
  180. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  181. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  182. </ImportGroup>
  183. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  184. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  185. </ImportGroup>
  186. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  187. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  188. </ImportGroup>
  189. <PropertyGroup Label="UserMacros" />
  190. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  191. <OutDir>..\..\lib\vs2022win7\x86\Debug\</OutDir>
  192. <IntDir>..\..\obj\vs2022win7\pugixml\x86\Debug\</IntDir>
  193. <TargetName>openmpt-pugixml</TargetName>
  194. <TargetExt>.lib</TargetExt>
  195. </PropertyGroup>
  196. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  197. <OutDir>..\..\lib\vs2022win7\x86_64\Debug\</OutDir>
  198. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\Debug\</IntDir>
  199. <TargetName>openmpt-pugixml</TargetName>
  200. <TargetExt>.lib</TargetExt>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  203. <OutDir>..\..\lib\vs2022win7\x86\Release\</OutDir>
  204. <IntDir>..\..\obj\vs2022win7\pugixml\x86\Release\</IntDir>
  205. <TargetName>openmpt-pugixml</TargetName>
  206. <TargetExt>.lib</TargetExt>
  207. </PropertyGroup>
  208. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  209. <OutDir>..\..\lib\vs2022win7\x86_64\Release\</OutDir>
  210. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\Release\</IntDir>
  211. <TargetName>openmpt-pugixml</TargetName>
  212. <TargetExt>.lib</TargetExt>
  213. </PropertyGroup>
  214. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  215. <OutDir>..\..\lib\vs2022win7\x86\Checked\</OutDir>
  216. <IntDir>..\..\obj\vs2022win7\pugixml\x86\Checked\</IntDir>
  217. <TargetName>openmpt-pugixml</TargetName>
  218. <TargetExt>.lib</TargetExt>
  219. </PropertyGroup>
  220. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  221. <OutDir>..\..\lib\vs2022win7\x86_64\Checked\</OutDir>
  222. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\Checked\</IntDir>
  223. <TargetName>openmpt-pugixml</TargetName>
  224. <TargetExt>.lib</TargetExt>
  225. </PropertyGroup>
  226. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  227. <OutDir>..\..\lib\vs2022win7\x86\DebugShared\</OutDir>
  228. <IntDir>..\..\obj\vs2022win7\pugixml\x86\DebugShared\</IntDir>
  229. <TargetName>openmpt-pugixml</TargetName>
  230. <TargetExt>.lib</TargetExt>
  231. </PropertyGroup>
  232. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  233. <OutDir>..\..\lib\vs2022win7\x86_64\DebugShared\</OutDir>
  234. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\DebugShared\</IntDir>
  235. <TargetName>openmpt-pugixml</TargetName>
  236. <TargetExt>.lib</TargetExt>
  237. </PropertyGroup>
  238. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  239. <OutDir>..\..\lib\vs2022win7\x86\ReleaseShared\</OutDir>
  240. <IntDir>..\..\obj\vs2022win7\pugixml\x86\ReleaseShared\</IntDir>
  241. <TargetName>openmpt-pugixml</TargetName>
  242. <TargetExt>.lib</TargetExt>
  243. </PropertyGroup>
  244. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  245. <OutDir>..\..\lib\vs2022win7\x86_64\ReleaseShared\</OutDir>
  246. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\ReleaseShared\</IntDir>
  247. <TargetName>openmpt-pugixml</TargetName>
  248. <TargetExt>.lib</TargetExt>
  249. </PropertyGroup>
  250. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  251. <OutDir>..\..\lib\vs2022win7\x86\CheckedShared\</OutDir>
  252. <IntDir>..\..\obj\vs2022win7\pugixml\x86\CheckedShared\</IntDir>
  253. <TargetName>openmpt-pugixml</TargetName>
  254. <TargetExt>.lib</TargetExt>
  255. </PropertyGroup>
  256. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  257. <OutDir>..\..\lib\vs2022win7\x86_64\CheckedShared\</OutDir>
  258. <IntDir>..\..\obj\vs2022win7\pugixml\x86_64\CheckedShared\</IntDir>
  259. <TargetName>openmpt-pugixml</TargetName>
  260. <TargetExt>.lib</TargetExt>
  261. </PropertyGroup>
  262. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  263. <ClCompile>
  264. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  265. <WarningLevel>Level3</WarningLevel>
  266. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  267. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  268. <Optimization>Disabled</Optimization>
  269. <MinimalRebuild>false</MinimalRebuild>
  270. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  271. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  272. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  273. <LanguageStandard>stdcpp20</LanguageStandard>
  274. <ConformanceMode>true</ConformanceMode>
  275. </ClCompile>
  276. <Link>
  277. <SubSystem>Windows</SubSystem>
  278. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  279. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  280. </Link>
  281. </ItemDefinitionGroup>
  282. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  283. <ClCompile>
  284. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  285. <WarningLevel>Level3</WarningLevel>
  286. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  287. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  288. <Optimization>Disabled</Optimization>
  289. <MinimalRebuild>false</MinimalRebuild>
  290. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  291. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  292. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  293. <LanguageStandard>stdcpp20</LanguageStandard>
  294. <ConformanceMode>true</ConformanceMode>
  295. </ClCompile>
  296. <Link>
  297. <SubSystem>Windows</SubSystem>
  298. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  299. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  300. </Link>
  301. </ItemDefinitionGroup>
  302. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  303. <ClCompile>
  304. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  305. <WarningLevel>Level3</WarningLevel>
  306. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  307. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  308. <Optimization>MaxSpeed</Optimization>
  309. <FunctionLevelLinking>true</FunctionLevelLinking>
  310. <IntrinsicFunctions>true</IntrinsicFunctions>
  311. <MinimalRebuild>false</MinimalRebuild>
  312. <StringPooling>true</StringPooling>
  313. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  314. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  315. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  316. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  317. <LanguageStandard>stdcpp20</LanguageStandard>
  318. <ConformanceMode>true</ConformanceMode>
  319. </ClCompile>
  320. <Link>
  321. <SubSystem>Windows</SubSystem>
  322. <GenerateDebugInformation>true</GenerateDebugInformation>
  323. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  324. <OptimizeReferences>true</OptimizeReferences>
  325. </Link>
  326. </ItemDefinitionGroup>
  327. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  328. <ClCompile>
  329. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  330. <WarningLevel>Level3</WarningLevel>
  331. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  332. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  333. <Optimization>MaxSpeed</Optimization>
  334. <FunctionLevelLinking>true</FunctionLevelLinking>
  335. <IntrinsicFunctions>true</IntrinsicFunctions>
  336. <MinimalRebuild>false</MinimalRebuild>
  337. <StringPooling>true</StringPooling>
  338. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  339. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  340. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  341. <LanguageStandard>stdcpp20</LanguageStandard>
  342. <ConformanceMode>true</ConformanceMode>
  343. </ClCompile>
  344. <Link>
  345. <SubSystem>Windows</SubSystem>
  346. <GenerateDebugInformation>true</GenerateDebugInformation>
  347. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  348. <OptimizeReferences>true</OptimizeReferences>
  349. </Link>
  350. </ItemDefinitionGroup>
  351. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  352. <ClCompile>
  353. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  354. <WarningLevel>Level3</WarningLevel>
  355. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  356. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  357. <Optimization>Full</Optimization>
  358. <FunctionLevelLinking>true</FunctionLevelLinking>
  359. <IntrinsicFunctions>true</IntrinsicFunctions>
  360. <MinimalRebuild>false</MinimalRebuild>
  361. <OmitFramePointers>false</OmitFramePointers>
  362. <StringPooling>true</StringPooling>
  363. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  364. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  365. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  366. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  367. <LanguageStandard>stdcpp20</LanguageStandard>
  368. <ConformanceMode>true</ConformanceMode>
  369. </ClCompile>
  370. <Link>
  371. <SubSystem>Windows</SubSystem>
  372. <GenerateDebugInformation>true</GenerateDebugInformation>
  373. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  374. <OptimizeReferences>true</OptimizeReferences>
  375. </Link>
  376. </ItemDefinitionGroup>
  377. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  378. <ClCompile>
  379. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  380. <WarningLevel>Level3</WarningLevel>
  381. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  382. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  383. <Optimization>Full</Optimization>
  384. <FunctionLevelLinking>true</FunctionLevelLinking>
  385. <IntrinsicFunctions>true</IntrinsicFunctions>
  386. <MinimalRebuild>false</MinimalRebuild>
  387. <OmitFramePointers>false</OmitFramePointers>
  388. <StringPooling>true</StringPooling>
  389. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  390. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  391. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  392. <LanguageStandard>stdcpp20</LanguageStandard>
  393. <ConformanceMode>true</ConformanceMode>
  394. </ClCompile>
  395. <Link>
  396. <SubSystem>Windows</SubSystem>
  397. <GenerateDebugInformation>true</GenerateDebugInformation>
  398. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  399. <OptimizeReferences>true</OptimizeReferences>
  400. </Link>
  401. </ItemDefinitionGroup>
  402. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  403. <ClCompile>
  404. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  405. <WarningLevel>Level3</WarningLevel>
  406. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  407. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  408. <Optimization>Disabled</Optimization>
  409. <MinimalRebuild>false</MinimalRebuild>
  410. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  411. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  412. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  413. <LanguageStandard>stdcpp20</LanguageStandard>
  414. <ConformanceMode>true</ConformanceMode>
  415. </ClCompile>
  416. <Link>
  417. <SubSystem>Windows</SubSystem>
  418. <GenerateDebugInformation>true</GenerateDebugInformation>
  419. </Link>
  420. </ItemDefinitionGroup>
  421. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  422. <ClCompile>
  423. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  424. <WarningLevel>Level3</WarningLevel>
  425. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  426. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  427. <Optimization>Disabled</Optimization>
  428. <MinimalRebuild>false</MinimalRebuild>
  429. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  430. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  431. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  432. <LanguageStandard>stdcpp20</LanguageStandard>
  433. <ConformanceMode>true</ConformanceMode>
  434. </ClCompile>
  435. <Link>
  436. <SubSystem>Windows</SubSystem>
  437. <GenerateDebugInformation>true</GenerateDebugInformation>
  438. </Link>
  439. </ItemDefinitionGroup>
  440. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  441. <ClCompile>
  442. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  443. <WarningLevel>Level3</WarningLevel>
  444. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  445. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  446. <Optimization>MaxSpeed</Optimization>
  447. <FunctionLevelLinking>true</FunctionLevelLinking>
  448. <IntrinsicFunctions>true</IntrinsicFunctions>
  449. <MinimalRebuild>false</MinimalRebuild>
  450. <StringPooling>true</StringPooling>
  451. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  452. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  453. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  454. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  455. <LanguageStandard>stdcpp20</LanguageStandard>
  456. <ConformanceMode>true</ConformanceMode>
  457. </ClCompile>
  458. <Link>
  459. <SubSystem>Windows</SubSystem>
  460. <GenerateDebugInformation>true</GenerateDebugInformation>
  461. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  462. <OptimizeReferences>true</OptimizeReferences>
  463. </Link>
  464. </ItemDefinitionGroup>
  465. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  466. <ClCompile>
  467. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  468. <WarningLevel>Level3</WarningLevel>
  469. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  470. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  471. <Optimization>MaxSpeed</Optimization>
  472. <FunctionLevelLinking>true</FunctionLevelLinking>
  473. <IntrinsicFunctions>true</IntrinsicFunctions>
  474. <MinimalRebuild>false</MinimalRebuild>
  475. <StringPooling>true</StringPooling>
  476. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  477. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  478. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  479. <LanguageStandard>stdcpp20</LanguageStandard>
  480. <ConformanceMode>true</ConformanceMode>
  481. </ClCompile>
  482. <Link>
  483. <SubSystem>Windows</SubSystem>
  484. <GenerateDebugInformation>true</GenerateDebugInformation>
  485. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  486. <OptimizeReferences>true</OptimizeReferences>
  487. </Link>
  488. </ItemDefinitionGroup>
  489. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  490. <ClCompile>
  491. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  492. <WarningLevel>Level3</WarningLevel>
  493. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  494. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  495. <Optimization>Full</Optimization>
  496. <FunctionLevelLinking>true</FunctionLevelLinking>
  497. <IntrinsicFunctions>true</IntrinsicFunctions>
  498. <MinimalRebuild>false</MinimalRebuild>
  499. <OmitFramePointers>false</OmitFramePointers>
  500. <StringPooling>true</StringPooling>
  501. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  502. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  503. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  504. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  505. <LanguageStandard>stdcpp20</LanguageStandard>
  506. <ConformanceMode>true</ConformanceMode>
  507. </ClCompile>
  508. <Link>
  509. <SubSystem>Windows</SubSystem>
  510. <GenerateDebugInformation>true</GenerateDebugInformation>
  511. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  512. <OptimizeReferences>true</OptimizeReferences>
  513. </Link>
  514. </ItemDefinitionGroup>
  515. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  516. <ClCompile>
  517. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  518. <WarningLevel>Level3</WarningLevel>
  519. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  520. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  521. <Optimization>Full</Optimization>
  522. <FunctionLevelLinking>true</FunctionLevelLinking>
  523. <IntrinsicFunctions>true</IntrinsicFunctions>
  524. <MinimalRebuild>false</MinimalRebuild>
  525. <OmitFramePointers>false</OmitFramePointers>
  526. <StringPooling>true</StringPooling>
  527. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  528. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  529. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  530. <LanguageStandard>stdcpp20</LanguageStandard>
  531. <ConformanceMode>true</ConformanceMode>
  532. </ClCompile>
  533. <Link>
  534. <SubSystem>Windows</SubSystem>
  535. <GenerateDebugInformation>true</GenerateDebugInformation>
  536. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  537. <OptimizeReferences>true</OptimizeReferences>
  538. </Link>
  539. </ItemDefinitionGroup>
  540. <ItemGroup>
  541. <ClInclude Include="..\..\..\include\pugixml\src\pugiconfig.hpp" />
  542. <ClInclude Include="..\..\..\include\pugixml\src\pugixml.hpp" />
  543. </ItemGroup>
  544. <ItemGroup>
  545. <ClCompile Include="..\..\..\include\pugixml\src\pugixml.cpp" />
  546. </ItemGroup>
  547. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  548. <ImportGroup Label="ExtensionTargets">
  549. </ImportGroup>
  550. </Project>