pugixml.vcxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" 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. <LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
  60. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v141</PlatformToolset>
  68. <SpectreMitigation>Spectre</SpectreMitigation>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <CharacterSet>Unicode</CharacterSet>
  74. <PlatformToolset>v141</PlatformToolset>
  75. <SpectreMitigation>Spectre</SpectreMitigation>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <SpectreMitigation>Spectre</SpectreMitigation>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v141</PlatformToolset>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <SpectreMitigation>Spectre</SpectreMitigation>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>false</UseDebugLibraries>
  96. <CharacterSet>Unicode</CharacterSet>
  97. <PlatformToolset>v141</PlatformToolset>
  98. <SpectreMitigation>Spectre</SpectreMitigation>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  101. <ConfigurationType>StaticLibrary</ConfigurationType>
  102. <UseDebugLibraries>false</UseDebugLibraries>
  103. <CharacterSet>Unicode</CharacterSet>
  104. <PlatformToolset>v141</PlatformToolset>
  105. <SpectreMitigation>Spectre</SpectreMitigation>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  108. <ConfigurationType>StaticLibrary</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v141</PlatformToolset>
  112. <SpectreMitigation>Spectre</SpectreMitigation>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  115. <ConfigurationType>StaticLibrary</ConfigurationType>
  116. <UseDebugLibraries>true</UseDebugLibraries>
  117. <CharacterSet>Unicode</CharacterSet>
  118. <PlatformToolset>v141</PlatformToolset>
  119. <SpectreMitigation>Spectre</SpectreMitigation>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  122. <ConfigurationType>StaticLibrary</ConfigurationType>
  123. <UseDebugLibraries>false</UseDebugLibraries>
  124. <CharacterSet>Unicode</CharacterSet>
  125. <PlatformToolset>v141</PlatformToolset>
  126. <WholeProgramOptimization>true</WholeProgramOptimization>
  127. <SpectreMitigation>Spectre</SpectreMitigation>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  130. <ConfigurationType>StaticLibrary</ConfigurationType>
  131. <UseDebugLibraries>false</UseDebugLibraries>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v141</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <SpectreMitigation>Spectre</SpectreMitigation>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  138. <ConfigurationType>StaticLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <CharacterSet>Unicode</CharacterSet>
  141. <PlatformToolset>v141</PlatformToolset>
  142. <SpectreMitigation>Spectre</SpectreMitigation>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  145. <ConfigurationType>StaticLibrary</ConfigurationType>
  146. <UseDebugLibraries>false</UseDebugLibraries>
  147. <CharacterSet>Unicode</CharacterSet>
  148. <PlatformToolset>v141</PlatformToolset>
  149. <SpectreMitigation>Spectre</SpectreMitigation>
  150. </PropertyGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  152. <ImportGroup Label="ExtensionSettings">
  153. </ImportGroup>
  154. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  170. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  171. </ImportGroup>
  172. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  173. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  174. </ImportGroup>
  175. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  176. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  177. </ImportGroup>
  178. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  179. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  180. </ImportGroup>
  181. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  182. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  183. </ImportGroup>
  184. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  185. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  186. </ImportGroup>
  187. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. </ImportGroup>
  190. <PropertyGroup Label="UserMacros" />
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  192. <OutDir>..\..\lib\vs2017win7\x86\Debug\</OutDir>
  193. <IntDir>..\..\obj\vs2017win7\pugixml\x86\Debug\</IntDir>
  194. <TargetName>openmpt-pugixml</TargetName>
  195. <TargetExt>.lib</TargetExt>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <OutDir>..\..\lib\vs2017win7\x86_64\Debug\</OutDir>
  199. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\Debug\</IntDir>
  200. <TargetName>openmpt-pugixml</TargetName>
  201. <TargetExt>.lib</TargetExt>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  204. <OutDir>..\..\lib\vs2017win7\x86\Release\</OutDir>
  205. <IntDir>..\..\obj\vs2017win7\pugixml\x86\Release\</IntDir>
  206. <TargetName>openmpt-pugixml</TargetName>
  207. <TargetExt>.lib</TargetExt>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. <OutDir>..\..\lib\vs2017win7\x86_64\Release\</OutDir>
  211. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\Release\</IntDir>
  212. <TargetName>openmpt-pugixml</TargetName>
  213. <TargetExt>.lib</TargetExt>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  216. <OutDir>..\..\lib\vs2017win7\x86\Checked\</OutDir>
  217. <IntDir>..\..\obj\vs2017win7\pugixml\x86\Checked\</IntDir>
  218. <TargetName>openmpt-pugixml</TargetName>
  219. <TargetExt>.lib</TargetExt>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  222. <OutDir>..\..\lib\vs2017win7\x86_64\Checked\</OutDir>
  223. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\Checked\</IntDir>
  224. <TargetName>openmpt-pugixml</TargetName>
  225. <TargetExt>.lib</TargetExt>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  228. <OutDir>..\..\lib\vs2017win7\x86\DebugShared\</OutDir>
  229. <IntDir>..\..\obj\vs2017win7\pugixml\x86\DebugShared\</IntDir>
  230. <TargetName>openmpt-pugixml</TargetName>
  231. <TargetExt>.lib</TargetExt>
  232. </PropertyGroup>
  233. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  234. <OutDir>..\..\lib\vs2017win7\x86_64\DebugShared\</OutDir>
  235. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\DebugShared\</IntDir>
  236. <TargetName>openmpt-pugixml</TargetName>
  237. <TargetExt>.lib</TargetExt>
  238. </PropertyGroup>
  239. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  240. <OutDir>..\..\lib\vs2017win7\x86\ReleaseShared\</OutDir>
  241. <IntDir>..\..\obj\vs2017win7\pugixml\x86\ReleaseShared\</IntDir>
  242. <TargetName>openmpt-pugixml</TargetName>
  243. <TargetExt>.lib</TargetExt>
  244. </PropertyGroup>
  245. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  246. <OutDir>..\..\lib\vs2017win7\x86_64\ReleaseShared\</OutDir>
  247. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\ReleaseShared\</IntDir>
  248. <TargetName>openmpt-pugixml</TargetName>
  249. <TargetExt>.lib</TargetExt>
  250. </PropertyGroup>
  251. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  252. <OutDir>..\..\lib\vs2017win7\x86\CheckedShared\</OutDir>
  253. <IntDir>..\..\obj\vs2017win7\pugixml\x86\CheckedShared\</IntDir>
  254. <TargetName>openmpt-pugixml</TargetName>
  255. <TargetExt>.lib</TargetExt>
  256. </PropertyGroup>
  257. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  258. <OutDir>..\..\lib\vs2017win7\x86_64\CheckedShared\</OutDir>
  259. <IntDir>..\..\obj\vs2017win7\pugixml\x86_64\CheckedShared\</IntDir>
  260. <TargetName>openmpt-pugixml</TargetName>
  261. <TargetExt>.lib</TargetExt>
  262. </PropertyGroup>
  263. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  264. <ClCompile>
  265. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  266. <WarningLevel>Level3</WarningLevel>
  267. <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>
  268. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  269. <Optimization>Disabled</Optimization>
  270. <MinimalRebuild>false</MinimalRebuild>
  271. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  272. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  273. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  274. <LanguageStandard>stdcpp17</LanguageStandard>
  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>stdcpp17</LanguageStandard>
  294. </ClCompile>
  295. <Link>
  296. <SubSystem>Windows</SubSystem>
  297. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  298. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  299. </Link>
  300. </ItemDefinitionGroup>
  301. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  302. <ClCompile>
  303. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  304. <WarningLevel>Level3</WarningLevel>
  305. <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>
  306. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  307. <Optimization>MaxSpeed</Optimization>
  308. <FunctionLevelLinking>true</FunctionLevelLinking>
  309. <IntrinsicFunctions>true</IntrinsicFunctions>
  310. <MinimalRebuild>false</MinimalRebuild>
  311. <StringPooling>true</StringPooling>
  312. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  313. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  314. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  315. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  316. <LanguageStandard>stdcpp17</LanguageStandard>
  317. </ClCompile>
  318. <Link>
  319. <SubSystem>Windows</SubSystem>
  320. <GenerateDebugInformation>true</GenerateDebugInformation>
  321. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  322. <OptimizeReferences>true</OptimizeReferences>
  323. </Link>
  324. </ItemDefinitionGroup>
  325. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  326. <ClCompile>
  327. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  328. <WarningLevel>Level3</WarningLevel>
  329. <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>
  330. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  331. <Optimization>MaxSpeed</Optimization>
  332. <FunctionLevelLinking>true</FunctionLevelLinking>
  333. <IntrinsicFunctions>true</IntrinsicFunctions>
  334. <MinimalRebuild>false</MinimalRebuild>
  335. <StringPooling>true</StringPooling>
  336. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  337. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  338. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  339. <LanguageStandard>stdcpp17</LanguageStandard>
  340. </ClCompile>
  341. <Link>
  342. <SubSystem>Windows</SubSystem>
  343. <GenerateDebugInformation>true</GenerateDebugInformation>
  344. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  345. <OptimizeReferences>true</OptimizeReferences>
  346. </Link>
  347. </ItemDefinitionGroup>
  348. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  349. <ClCompile>
  350. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  351. <WarningLevel>Level3</WarningLevel>
  352. <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>
  353. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  354. <Optimization>Full</Optimization>
  355. <FunctionLevelLinking>true</FunctionLevelLinking>
  356. <IntrinsicFunctions>true</IntrinsicFunctions>
  357. <MinimalRebuild>false</MinimalRebuild>
  358. <OmitFramePointers>false</OmitFramePointers>
  359. <StringPooling>true</StringPooling>
  360. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  361. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  362. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  363. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  364. <LanguageStandard>stdcpp17</LanguageStandard>
  365. </ClCompile>
  366. <Link>
  367. <SubSystem>Windows</SubSystem>
  368. <GenerateDebugInformation>true</GenerateDebugInformation>
  369. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  370. <OptimizeReferences>true</OptimizeReferences>
  371. </Link>
  372. </ItemDefinitionGroup>
  373. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  374. <ClCompile>
  375. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  376. <WarningLevel>Level3</WarningLevel>
  377. <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>
  378. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  379. <Optimization>Full</Optimization>
  380. <FunctionLevelLinking>true</FunctionLevelLinking>
  381. <IntrinsicFunctions>true</IntrinsicFunctions>
  382. <MinimalRebuild>false</MinimalRebuild>
  383. <OmitFramePointers>false</OmitFramePointers>
  384. <StringPooling>true</StringPooling>
  385. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  386. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  387. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  388. <LanguageStandard>stdcpp17</LanguageStandard>
  389. </ClCompile>
  390. <Link>
  391. <SubSystem>Windows</SubSystem>
  392. <GenerateDebugInformation>true</GenerateDebugInformation>
  393. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  394. <OptimizeReferences>true</OptimizeReferences>
  395. </Link>
  396. </ItemDefinitionGroup>
  397. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  398. <ClCompile>
  399. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  400. <WarningLevel>Level3</WarningLevel>
  401. <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>
  402. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  403. <Optimization>Disabled</Optimization>
  404. <MinimalRebuild>false</MinimalRebuild>
  405. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  406. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  407. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  408. <LanguageStandard>stdcpp17</LanguageStandard>
  409. </ClCompile>
  410. <Link>
  411. <SubSystem>Windows</SubSystem>
  412. <GenerateDebugInformation>true</GenerateDebugInformation>
  413. </Link>
  414. </ItemDefinitionGroup>
  415. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  416. <ClCompile>
  417. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  418. <WarningLevel>Level3</WarningLevel>
  419. <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>
  420. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  421. <Optimization>Disabled</Optimization>
  422. <MinimalRebuild>false</MinimalRebuild>
  423. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  424. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  425. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  426. <LanguageStandard>stdcpp17</LanguageStandard>
  427. </ClCompile>
  428. <Link>
  429. <SubSystem>Windows</SubSystem>
  430. <GenerateDebugInformation>true</GenerateDebugInformation>
  431. </Link>
  432. </ItemDefinitionGroup>
  433. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  434. <ClCompile>
  435. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  436. <WarningLevel>Level3</WarningLevel>
  437. <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>
  438. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  439. <Optimization>MaxSpeed</Optimization>
  440. <FunctionLevelLinking>true</FunctionLevelLinking>
  441. <IntrinsicFunctions>true</IntrinsicFunctions>
  442. <MinimalRebuild>false</MinimalRebuild>
  443. <StringPooling>true</StringPooling>
  444. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  445. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  446. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  447. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  448. <LanguageStandard>stdcpp17</LanguageStandard>
  449. </ClCompile>
  450. <Link>
  451. <SubSystem>Windows</SubSystem>
  452. <GenerateDebugInformation>true</GenerateDebugInformation>
  453. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  454. <OptimizeReferences>true</OptimizeReferences>
  455. </Link>
  456. </ItemDefinitionGroup>
  457. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  458. <ClCompile>
  459. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  460. <WarningLevel>Level3</WarningLevel>
  461. <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>
  462. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  463. <Optimization>MaxSpeed</Optimization>
  464. <FunctionLevelLinking>true</FunctionLevelLinking>
  465. <IntrinsicFunctions>true</IntrinsicFunctions>
  466. <MinimalRebuild>false</MinimalRebuild>
  467. <StringPooling>true</StringPooling>
  468. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  469. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  470. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  471. <LanguageStandard>stdcpp17</LanguageStandard>
  472. </ClCompile>
  473. <Link>
  474. <SubSystem>Windows</SubSystem>
  475. <GenerateDebugInformation>true</GenerateDebugInformation>
  476. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  477. <OptimizeReferences>true</OptimizeReferences>
  478. </Link>
  479. </ItemDefinitionGroup>
  480. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  481. <ClCompile>
  482. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  483. <WarningLevel>Level3</WarningLevel>
  484. <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>
  485. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  486. <Optimization>Full</Optimization>
  487. <FunctionLevelLinking>true</FunctionLevelLinking>
  488. <IntrinsicFunctions>true</IntrinsicFunctions>
  489. <MinimalRebuild>false</MinimalRebuild>
  490. <OmitFramePointers>false</OmitFramePointers>
  491. <StringPooling>true</StringPooling>
  492. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  493. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  494. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  495. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  496. <LanguageStandard>stdcpp17</LanguageStandard>
  497. </ClCompile>
  498. <Link>
  499. <SubSystem>Windows</SubSystem>
  500. <GenerateDebugInformation>true</GenerateDebugInformation>
  501. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  502. <OptimizeReferences>true</OptimizeReferences>
  503. </Link>
  504. </ItemDefinitionGroup>
  505. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  506. <ClCompile>
  507. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  508. <WarningLevel>Level3</WarningLevel>
  509. <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>
  510. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  511. <Optimization>Full</Optimization>
  512. <FunctionLevelLinking>true</FunctionLevelLinking>
  513. <IntrinsicFunctions>true</IntrinsicFunctions>
  514. <MinimalRebuild>false</MinimalRebuild>
  515. <OmitFramePointers>false</OmitFramePointers>
  516. <StringPooling>true</StringPooling>
  517. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  518. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  519. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  520. <LanguageStandard>stdcpp17</LanguageStandard>
  521. </ClCompile>
  522. <Link>
  523. <SubSystem>Windows</SubSystem>
  524. <GenerateDebugInformation>true</GenerateDebugInformation>
  525. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  526. <OptimizeReferences>true</OptimizeReferences>
  527. </Link>
  528. </ItemDefinitionGroup>
  529. <ItemGroup>
  530. <ClInclude Include="..\..\..\include\pugixml\src\pugiconfig.hpp" />
  531. <ClInclude Include="..\..\..\include\pugixml\src\pugixml.hpp" />
  532. </ItemGroup>
  533. <ItemGroup>
  534. <ClCompile Include="..\..\..\include\pugixml\src\pugixml.cpp" />
  535. </ItemGroup>
  536. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  537. <ImportGroup Label="ExtensionTargets">
  538. </ImportGroup>
  539. </Project>