pugixml.vcxproj 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  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="Debug|ARM">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|ARM64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ARM">
  29. <Configuration>Release</Configuration>
  30. <Platform>ARM</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|ARM64">
  33. <Configuration>Release</Configuration>
  34. <Platform>ARM64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Checked|Win32">
  37. <Configuration>Checked</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Checked|x64">
  41. <Configuration>Checked</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Checked|ARM">
  45. <Configuration>Checked</Configuration>
  46. <Platform>ARM</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Checked|ARM64">
  49. <Configuration>Checked</Configuration>
  50. <Platform>ARM64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="DebugShared|Win32">
  53. <Configuration>DebugShared</Configuration>
  54. <Platform>Win32</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="DebugShared|x64">
  57. <Configuration>DebugShared</Configuration>
  58. <Platform>x64</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="DebugShared|ARM">
  61. <Configuration>DebugShared</Configuration>
  62. <Platform>ARM</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="DebugShared|ARM64">
  65. <Configuration>DebugShared</Configuration>
  66. <Platform>ARM64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="ReleaseShared|Win32">
  69. <Configuration>ReleaseShared</Configuration>
  70. <Platform>Win32</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="ReleaseShared|x64">
  73. <Configuration>ReleaseShared</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. <ProjectConfiguration Include="ReleaseShared|ARM">
  77. <Configuration>ReleaseShared</Configuration>
  78. <Platform>ARM</Platform>
  79. </ProjectConfiguration>
  80. <ProjectConfiguration Include="ReleaseShared|ARM64">
  81. <Configuration>ReleaseShared</Configuration>
  82. <Platform>ARM64</Platform>
  83. </ProjectConfiguration>
  84. <ProjectConfiguration Include="CheckedShared|Win32">
  85. <Configuration>CheckedShared</Configuration>
  86. <Platform>Win32</Platform>
  87. </ProjectConfiguration>
  88. <ProjectConfiguration Include="CheckedShared|x64">
  89. <Configuration>CheckedShared</Configuration>
  90. <Platform>x64</Platform>
  91. </ProjectConfiguration>
  92. <ProjectConfiguration Include="CheckedShared|ARM">
  93. <Configuration>CheckedShared</Configuration>
  94. <Platform>ARM</Platform>
  95. </ProjectConfiguration>
  96. <ProjectConfiguration Include="CheckedShared|ARM64">
  97. <Configuration>CheckedShared</Configuration>
  98. <Platform>ARM64</Platform>
  99. </ProjectConfiguration>
  100. </ItemGroup>
  101. <PropertyGroup Label="Globals">
  102. <ProjectGuid>{07B89124-7C71-42CC-81AB-62B09BB61F9B}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>pugixml</RootNamespace>
  106. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  107. <DefaultLanguage>en-US</DefaultLanguage>
  108. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  109. <AppContainerApplication>true</AppContainerApplication>
  110. <ApplicationType>Windows Store</ApplicationType>
  111. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  112. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  113. <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
  114. </PropertyGroup>
  115. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <UseDebugLibraries>true</UseDebugLibraries>
  119. <CharacterSet>Unicode</CharacterSet>
  120. <PlatformToolset>v142</PlatformToolset>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  123. <ConfigurationType>StaticLibrary</ConfigurationType>
  124. <UseDebugLibraries>true</UseDebugLibraries>
  125. <CharacterSet>Unicode</CharacterSet>
  126. <PlatformToolset>v142</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>true</UseDebugLibraries>
  131. <CharacterSet>Unicode</CharacterSet>
  132. <PlatformToolset>v142</PlatformToolset>
  133. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  136. <ConfigurationType>StaticLibrary</ConfigurationType>
  137. <UseDebugLibraries>true</UseDebugLibraries>
  138. <CharacterSet>Unicode</CharacterSet>
  139. <PlatformToolset>v142</PlatformToolset>
  140. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  143. <ConfigurationType>StaticLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <CharacterSet>Unicode</CharacterSet>
  146. <PlatformToolset>v142</PlatformToolset>
  147. <WholeProgramOptimization>true</WholeProgramOptimization>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  150. <ConfigurationType>StaticLibrary</ConfigurationType>
  151. <UseDebugLibraries>false</UseDebugLibraries>
  152. <CharacterSet>Unicode</CharacterSet>
  153. <PlatformToolset>v142</PlatformToolset>
  154. <WholeProgramOptimization>true</WholeProgramOptimization>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  157. <ConfigurationType>StaticLibrary</ConfigurationType>
  158. <UseDebugLibraries>false</UseDebugLibraries>
  159. <CharacterSet>Unicode</CharacterSet>
  160. <PlatformToolset>v142</PlatformToolset>
  161. <WholeProgramOptimization>true</WholeProgramOptimization>
  162. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  165. <ConfigurationType>StaticLibrary</ConfigurationType>
  166. <UseDebugLibraries>false</UseDebugLibraries>
  167. <CharacterSet>Unicode</CharacterSet>
  168. <PlatformToolset>v142</PlatformToolset>
  169. <WholeProgramOptimization>true</WholeProgramOptimization>
  170. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  173. <ConfigurationType>StaticLibrary</ConfigurationType>
  174. <UseDebugLibraries>false</UseDebugLibraries>
  175. <CharacterSet>Unicode</CharacterSet>
  176. <PlatformToolset>v142</PlatformToolset>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  179. <ConfigurationType>StaticLibrary</ConfigurationType>
  180. <UseDebugLibraries>false</UseDebugLibraries>
  181. <CharacterSet>Unicode</CharacterSet>
  182. <PlatformToolset>v142</PlatformToolset>
  183. </PropertyGroup>
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Configuration">
  185. <ConfigurationType>StaticLibrary</ConfigurationType>
  186. <UseDebugLibraries>false</UseDebugLibraries>
  187. <CharacterSet>Unicode</CharacterSet>
  188. <PlatformToolset>v142</PlatformToolset>
  189. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'" Label="Configuration">
  192. <ConfigurationType>StaticLibrary</ConfigurationType>
  193. <UseDebugLibraries>false</UseDebugLibraries>
  194. <CharacterSet>Unicode</CharacterSet>
  195. <PlatformToolset>v142</PlatformToolset>
  196. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  197. </PropertyGroup>
  198. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  199. <ConfigurationType>StaticLibrary</ConfigurationType>
  200. <UseDebugLibraries>true</UseDebugLibraries>
  201. <CharacterSet>Unicode</CharacterSet>
  202. <PlatformToolset>v142</PlatformToolset>
  203. </PropertyGroup>
  204. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  205. <ConfigurationType>StaticLibrary</ConfigurationType>
  206. <UseDebugLibraries>true</UseDebugLibraries>
  207. <CharacterSet>Unicode</CharacterSet>
  208. <PlatformToolset>v142</PlatformToolset>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">
  211. <ConfigurationType>StaticLibrary</ConfigurationType>
  212. <UseDebugLibraries>true</UseDebugLibraries>
  213. <CharacterSet>Unicode</CharacterSet>
  214. <PlatformToolset>v142</PlatformToolset>
  215. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  216. </PropertyGroup>
  217. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'" Label="Configuration">
  218. <ConfigurationType>StaticLibrary</ConfigurationType>
  219. <UseDebugLibraries>true</UseDebugLibraries>
  220. <CharacterSet>Unicode</CharacterSet>
  221. <PlatformToolset>v142</PlatformToolset>
  222. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  223. </PropertyGroup>
  224. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  225. <ConfigurationType>StaticLibrary</ConfigurationType>
  226. <UseDebugLibraries>false</UseDebugLibraries>
  227. <CharacterSet>Unicode</CharacterSet>
  228. <PlatformToolset>v142</PlatformToolset>
  229. <WholeProgramOptimization>true</WholeProgramOptimization>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  232. <ConfigurationType>StaticLibrary</ConfigurationType>
  233. <UseDebugLibraries>false</UseDebugLibraries>
  234. <CharacterSet>Unicode</CharacterSet>
  235. <PlatformToolset>v142</PlatformToolset>
  236. <WholeProgramOptimization>true</WholeProgramOptimization>
  237. </PropertyGroup>
  238. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">
  239. <ConfigurationType>StaticLibrary</ConfigurationType>
  240. <UseDebugLibraries>false</UseDebugLibraries>
  241. <CharacterSet>Unicode</CharacterSet>
  242. <PlatformToolset>v142</PlatformToolset>
  243. <WholeProgramOptimization>true</WholeProgramOptimization>
  244. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  245. </PropertyGroup>
  246. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'" Label="Configuration">
  247. <ConfigurationType>StaticLibrary</ConfigurationType>
  248. <UseDebugLibraries>false</UseDebugLibraries>
  249. <CharacterSet>Unicode</CharacterSet>
  250. <PlatformToolset>v142</PlatformToolset>
  251. <WholeProgramOptimization>true</WholeProgramOptimization>
  252. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  253. </PropertyGroup>
  254. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  255. <ConfigurationType>StaticLibrary</ConfigurationType>
  256. <UseDebugLibraries>false</UseDebugLibraries>
  257. <CharacterSet>Unicode</CharacterSet>
  258. <PlatformToolset>v142</PlatformToolset>
  259. </PropertyGroup>
  260. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  261. <ConfigurationType>StaticLibrary</ConfigurationType>
  262. <UseDebugLibraries>false</UseDebugLibraries>
  263. <CharacterSet>Unicode</CharacterSet>
  264. <PlatformToolset>v142</PlatformToolset>
  265. </PropertyGroup>
  266. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Configuration">
  267. <ConfigurationType>StaticLibrary</ConfigurationType>
  268. <UseDebugLibraries>false</UseDebugLibraries>
  269. <CharacterSet>Unicode</CharacterSet>
  270. <PlatformToolset>v142</PlatformToolset>
  271. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  272. </PropertyGroup>
  273. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'" Label="Configuration">
  274. <ConfigurationType>StaticLibrary</ConfigurationType>
  275. <UseDebugLibraries>false</UseDebugLibraries>
  276. <CharacterSet>Unicode</CharacterSet>
  277. <PlatformToolset>v142</PlatformToolset>
  278. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  279. </PropertyGroup>
  280. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  281. <ImportGroup Label="ExtensionSettings">
  282. </ImportGroup>
  283. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  284. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  285. </ImportGroup>
  286. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  287. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  288. </ImportGroup>
  289. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  290. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  291. </ImportGroup>
  292. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  293. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  294. </ImportGroup>
  295. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  296. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  297. </ImportGroup>
  298. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  299. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  300. </ImportGroup>
  301. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  302. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  303. </ImportGroup>
  304. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  305. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  306. </ImportGroup>
  307. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  308. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  309. </ImportGroup>
  310. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  311. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  312. </ImportGroup>
  313. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  314. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  315. </ImportGroup>
  316. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  317. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  318. </ImportGroup>
  319. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  320. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  321. </ImportGroup>
  322. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  323. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  324. </ImportGroup>
  325. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  326. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  327. </ImportGroup>
  328. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  329. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  330. </ImportGroup>
  331. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  332. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  333. </ImportGroup>
  334. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  335. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  336. </ImportGroup>
  337. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  338. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  339. </ImportGroup>
  340. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  341. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  342. </ImportGroup>
  343. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  344. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  345. </ImportGroup>
  346. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  347. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  348. </ImportGroup>
  349. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  350. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  351. </ImportGroup>
  352. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  353. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  354. </ImportGroup>
  355. <PropertyGroup Label="UserMacros" />
  356. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  357. <OutDir>..\..\lib\vs2019uwp\x86\Debug\</OutDir>
  358. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\Debug\</IntDir>
  359. <TargetName>openmpt-pugixml</TargetName>
  360. <TargetExt>.lib</TargetExt>
  361. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  362. </PropertyGroup>
  363. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  364. <OutDir>..\..\lib\vs2019uwp\x86_64\Debug\</OutDir>
  365. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\Debug\</IntDir>
  366. <TargetName>openmpt-pugixml</TargetName>
  367. <TargetExt>.lib</TargetExt>
  368. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  369. </PropertyGroup>
  370. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  371. <OutDir>..\..\lib\vs2019uwp\arm\Debug\</OutDir>
  372. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\Debug\</IntDir>
  373. <TargetName>openmpt-pugixml</TargetName>
  374. <TargetExt>.lib</TargetExt>
  375. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  376. </PropertyGroup>
  377. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  378. <OutDir>..\..\lib\vs2019uwp\arm64\Debug\</OutDir>
  379. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\Debug\</IntDir>
  380. <TargetName>openmpt-pugixml</TargetName>
  381. <TargetExt>.lib</TargetExt>
  382. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  383. </PropertyGroup>
  384. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  385. <OutDir>..\..\lib\vs2019uwp\x86\Release\</OutDir>
  386. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\Release\</IntDir>
  387. <TargetName>openmpt-pugixml</TargetName>
  388. <TargetExt>.lib</TargetExt>
  389. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  390. </PropertyGroup>
  391. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  392. <OutDir>..\..\lib\vs2019uwp\x86_64\Release\</OutDir>
  393. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\Release\</IntDir>
  394. <TargetName>openmpt-pugixml</TargetName>
  395. <TargetExt>.lib</TargetExt>
  396. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  399. <OutDir>..\..\lib\vs2019uwp\arm\Release\</OutDir>
  400. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\Release\</IntDir>
  401. <TargetName>openmpt-pugixml</TargetName>
  402. <TargetExt>.lib</TargetExt>
  403. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  404. </PropertyGroup>
  405. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  406. <OutDir>..\..\lib\vs2019uwp\arm64\Release\</OutDir>
  407. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\Release\</IntDir>
  408. <TargetName>openmpt-pugixml</TargetName>
  409. <TargetExt>.lib</TargetExt>
  410. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  411. </PropertyGroup>
  412. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  413. <OutDir>..\..\lib\vs2019uwp\x86\Checked\</OutDir>
  414. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\Checked\</IntDir>
  415. <TargetName>openmpt-pugixml</TargetName>
  416. <TargetExt>.lib</TargetExt>
  417. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  418. </PropertyGroup>
  419. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  420. <OutDir>..\..\lib\vs2019uwp\x86_64\Checked\</OutDir>
  421. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\Checked\</IntDir>
  422. <TargetName>openmpt-pugixml</TargetName>
  423. <TargetExt>.lib</TargetExt>
  424. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  425. </PropertyGroup>
  426. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  427. <OutDir>..\..\lib\vs2019uwp\arm\Checked\</OutDir>
  428. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\Checked\</IntDir>
  429. <TargetName>openmpt-pugixml</TargetName>
  430. <TargetExt>.lib</TargetExt>
  431. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  432. </PropertyGroup>
  433. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  434. <OutDir>..\..\lib\vs2019uwp\arm64\Checked\</OutDir>
  435. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\Checked\</IntDir>
  436. <TargetName>openmpt-pugixml</TargetName>
  437. <TargetExt>.lib</TargetExt>
  438. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  439. </PropertyGroup>
  440. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  441. <OutDir>..\..\lib\vs2019uwp\x86\DebugShared\</OutDir>
  442. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\DebugShared\</IntDir>
  443. <TargetName>openmpt-pugixml</TargetName>
  444. <TargetExt>.lib</TargetExt>
  445. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  446. </PropertyGroup>
  447. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  448. <OutDir>..\..\lib\vs2019uwp\x86_64\DebugShared\</OutDir>
  449. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\DebugShared\</IntDir>
  450. <TargetName>openmpt-pugixml</TargetName>
  451. <TargetExt>.lib</TargetExt>
  452. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  453. </PropertyGroup>
  454. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  455. <OutDir>..\..\lib\vs2019uwp\arm\DebugShared\</OutDir>
  456. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\DebugShared\</IntDir>
  457. <TargetName>openmpt-pugixml</TargetName>
  458. <TargetExt>.lib</TargetExt>
  459. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  460. </PropertyGroup>
  461. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  462. <OutDir>..\..\lib\vs2019uwp\arm64\DebugShared\</OutDir>
  463. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\DebugShared\</IntDir>
  464. <TargetName>openmpt-pugixml</TargetName>
  465. <TargetExt>.lib</TargetExt>
  466. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  467. </PropertyGroup>
  468. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  469. <OutDir>..\..\lib\vs2019uwp\x86\ReleaseShared\</OutDir>
  470. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\ReleaseShared\</IntDir>
  471. <TargetName>openmpt-pugixml</TargetName>
  472. <TargetExt>.lib</TargetExt>
  473. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  474. </PropertyGroup>
  475. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  476. <OutDir>..\..\lib\vs2019uwp\x86_64\ReleaseShared\</OutDir>
  477. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\ReleaseShared\</IntDir>
  478. <TargetName>openmpt-pugixml</TargetName>
  479. <TargetExt>.lib</TargetExt>
  480. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  481. </PropertyGroup>
  482. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  483. <OutDir>..\..\lib\vs2019uwp\arm\ReleaseShared\</OutDir>
  484. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\ReleaseShared\</IntDir>
  485. <TargetName>openmpt-pugixml</TargetName>
  486. <TargetExt>.lib</TargetExt>
  487. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  488. </PropertyGroup>
  489. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  490. <OutDir>..\..\lib\vs2019uwp\arm64\ReleaseShared\</OutDir>
  491. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\ReleaseShared\</IntDir>
  492. <TargetName>openmpt-pugixml</TargetName>
  493. <TargetExt>.lib</TargetExt>
  494. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  495. </PropertyGroup>
  496. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  497. <OutDir>..\..\lib\vs2019uwp\x86\CheckedShared\</OutDir>
  498. <IntDir>..\..\obj\vs2019uwp\pugixml\x86\CheckedShared\</IntDir>
  499. <TargetName>openmpt-pugixml</TargetName>
  500. <TargetExt>.lib</TargetExt>
  501. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  502. </PropertyGroup>
  503. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  504. <OutDir>..\..\lib\vs2019uwp\x86_64\CheckedShared\</OutDir>
  505. <IntDir>..\..\obj\vs2019uwp\pugixml\x86_64\CheckedShared\</IntDir>
  506. <TargetName>openmpt-pugixml</TargetName>
  507. <TargetExt>.lib</TargetExt>
  508. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  509. </PropertyGroup>
  510. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  511. <OutDir>..\..\lib\vs2019uwp\arm\CheckedShared\</OutDir>
  512. <IntDir>..\..\obj\vs2019uwp\pugixml\arm\CheckedShared\</IntDir>
  513. <TargetName>openmpt-pugixml</TargetName>
  514. <TargetExt>.lib</TargetExt>
  515. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  516. </PropertyGroup>
  517. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  518. <OutDir>..\..\lib\vs2019uwp\arm64\CheckedShared\</OutDir>
  519. <IntDir>..\..\obj\vs2019uwp\pugixml\arm64\CheckedShared\</IntDir>
  520. <TargetName>openmpt-pugixml</TargetName>
  521. <TargetExt>.lib</TargetExt>
  522. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  523. </PropertyGroup>
  524. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  525. <ClCompile>
  526. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  527. <WarningLevel>Level3</WarningLevel>
  528. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  529. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  530. <Optimization>Disabled</Optimization>
  531. <MinimalRebuild>false</MinimalRebuild>
  532. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  533. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  534. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  535. <LanguageStandard>stdcpp17</LanguageStandard>
  536. <ConformanceMode>true</ConformanceMode>
  537. <CompileAsWinRT>false</CompileAsWinRT>
  538. </ClCompile>
  539. <Link>
  540. <SubSystem>Windows</SubSystem>
  541. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  542. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  543. </Link>
  544. </ItemDefinitionGroup>
  545. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  546. <ClCompile>
  547. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  548. <WarningLevel>Level3</WarningLevel>
  549. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  550. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  551. <Optimization>Disabled</Optimization>
  552. <MinimalRebuild>false</MinimalRebuild>
  553. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  554. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  555. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  556. <LanguageStandard>stdcpp17</LanguageStandard>
  557. <ConformanceMode>true</ConformanceMode>
  558. <CompileAsWinRT>false</CompileAsWinRT>
  559. </ClCompile>
  560. <Link>
  561. <SubSystem>Windows</SubSystem>
  562. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  563. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  564. </Link>
  565. </ItemDefinitionGroup>
  566. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  567. <ClCompile>
  568. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  569. <WarningLevel>Level3</WarningLevel>
  570. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  571. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  572. <Optimization>Disabled</Optimization>
  573. <MinimalRebuild>false</MinimalRebuild>
  574. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  575. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  576. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  577. <LanguageStandard>stdcpp17</LanguageStandard>
  578. <ConformanceMode>true</ConformanceMode>
  579. <CompileAsWinRT>false</CompileAsWinRT>
  580. </ClCompile>
  581. <Link>
  582. <SubSystem>Windows</SubSystem>
  583. <GenerateDebugInformation>true</GenerateDebugInformation>
  584. </Link>
  585. </ItemDefinitionGroup>
  586. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  587. <ClCompile>
  588. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  589. <WarningLevel>Level3</WarningLevel>
  590. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  591. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  592. <Optimization>Disabled</Optimization>
  593. <MinimalRebuild>false</MinimalRebuild>
  594. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  595. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  596. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  597. <LanguageStandard>stdcpp17</LanguageStandard>
  598. <ConformanceMode>true</ConformanceMode>
  599. <CompileAsWinRT>false</CompileAsWinRT>
  600. </ClCompile>
  601. <Link>
  602. <SubSystem>Windows</SubSystem>
  603. <GenerateDebugInformation>true</GenerateDebugInformation>
  604. </Link>
  605. </ItemDefinitionGroup>
  606. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  607. <ClCompile>
  608. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  609. <WarningLevel>Level3</WarningLevel>
  610. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  611. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  612. <Optimization>MaxSpeed</Optimization>
  613. <FunctionLevelLinking>true</FunctionLevelLinking>
  614. <IntrinsicFunctions>true</IntrinsicFunctions>
  615. <MinimalRebuild>false</MinimalRebuild>
  616. <StringPooling>true</StringPooling>
  617. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  618. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  619. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  620. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  621. <LanguageStandard>stdcpp17</LanguageStandard>
  622. <ConformanceMode>true</ConformanceMode>
  623. <CompileAsWinRT>false</CompileAsWinRT>
  624. </ClCompile>
  625. <Link>
  626. <SubSystem>Windows</SubSystem>
  627. <GenerateDebugInformation>true</GenerateDebugInformation>
  628. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  629. <OptimizeReferences>true</OptimizeReferences>
  630. </Link>
  631. </ItemDefinitionGroup>
  632. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  633. <ClCompile>
  634. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  635. <WarningLevel>Level3</WarningLevel>
  636. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  637. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  638. <Optimization>MaxSpeed</Optimization>
  639. <FunctionLevelLinking>true</FunctionLevelLinking>
  640. <IntrinsicFunctions>true</IntrinsicFunctions>
  641. <MinimalRebuild>false</MinimalRebuild>
  642. <StringPooling>true</StringPooling>
  643. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  644. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  645. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  646. <LanguageStandard>stdcpp17</LanguageStandard>
  647. <ConformanceMode>true</ConformanceMode>
  648. <CompileAsWinRT>false</CompileAsWinRT>
  649. </ClCompile>
  650. <Link>
  651. <SubSystem>Windows</SubSystem>
  652. <GenerateDebugInformation>true</GenerateDebugInformation>
  653. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  654. <OptimizeReferences>true</OptimizeReferences>
  655. </Link>
  656. </ItemDefinitionGroup>
  657. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  658. <ClCompile>
  659. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  660. <WarningLevel>Level3</WarningLevel>
  661. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  662. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  663. <Optimization>MaxSpeed</Optimization>
  664. <FunctionLevelLinking>true</FunctionLevelLinking>
  665. <IntrinsicFunctions>true</IntrinsicFunctions>
  666. <MinimalRebuild>false</MinimalRebuild>
  667. <StringPooling>true</StringPooling>
  668. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  669. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  670. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  671. <LanguageStandard>stdcpp17</LanguageStandard>
  672. <ConformanceMode>true</ConformanceMode>
  673. <CompileAsWinRT>false</CompileAsWinRT>
  674. </ClCompile>
  675. <Link>
  676. <SubSystem>Windows</SubSystem>
  677. <GenerateDebugInformation>true</GenerateDebugInformation>
  678. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  679. <OptimizeReferences>true</OptimizeReferences>
  680. </Link>
  681. </ItemDefinitionGroup>
  682. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  683. <ClCompile>
  684. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  685. <WarningLevel>Level3</WarningLevel>
  686. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  687. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  688. <Optimization>MaxSpeed</Optimization>
  689. <FunctionLevelLinking>true</FunctionLevelLinking>
  690. <IntrinsicFunctions>true</IntrinsicFunctions>
  691. <MinimalRebuild>false</MinimalRebuild>
  692. <StringPooling>true</StringPooling>
  693. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  694. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  695. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  696. <LanguageStandard>stdcpp17</LanguageStandard>
  697. <ConformanceMode>true</ConformanceMode>
  698. <CompileAsWinRT>false</CompileAsWinRT>
  699. </ClCompile>
  700. <Link>
  701. <SubSystem>Windows</SubSystem>
  702. <GenerateDebugInformation>true</GenerateDebugInformation>
  703. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  704. <OptimizeReferences>true</OptimizeReferences>
  705. </Link>
  706. </ItemDefinitionGroup>
  707. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  708. <ClCompile>
  709. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  710. <WarningLevel>Level3</WarningLevel>
  711. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  712. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  713. <Optimization>Full</Optimization>
  714. <FunctionLevelLinking>true</FunctionLevelLinking>
  715. <IntrinsicFunctions>true</IntrinsicFunctions>
  716. <MinimalRebuild>false</MinimalRebuild>
  717. <OmitFramePointers>false</OmitFramePointers>
  718. <StringPooling>true</StringPooling>
  719. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  720. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  721. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  722. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  723. <LanguageStandard>stdcpp17</LanguageStandard>
  724. <ConformanceMode>true</ConformanceMode>
  725. <CompileAsWinRT>false</CompileAsWinRT>
  726. </ClCompile>
  727. <Link>
  728. <SubSystem>Windows</SubSystem>
  729. <GenerateDebugInformation>true</GenerateDebugInformation>
  730. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  731. <OptimizeReferences>true</OptimizeReferences>
  732. </Link>
  733. </ItemDefinitionGroup>
  734. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  735. <ClCompile>
  736. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  737. <WarningLevel>Level3</WarningLevel>
  738. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  739. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  740. <Optimization>Full</Optimization>
  741. <FunctionLevelLinking>true</FunctionLevelLinking>
  742. <IntrinsicFunctions>true</IntrinsicFunctions>
  743. <MinimalRebuild>false</MinimalRebuild>
  744. <OmitFramePointers>false</OmitFramePointers>
  745. <StringPooling>true</StringPooling>
  746. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  747. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  748. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  749. <LanguageStandard>stdcpp17</LanguageStandard>
  750. <ConformanceMode>true</ConformanceMode>
  751. <CompileAsWinRT>false</CompileAsWinRT>
  752. </ClCompile>
  753. <Link>
  754. <SubSystem>Windows</SubSystem>
  755. <GenerateDebugInformation>true</GenerateDebugInformation>
  756. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  757. <OptimizeReferences>true</OptimizeReferences>
  758. </Link>
  759. </ItemDefinitionGroup>
  760. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  761. <ClCompile>
  762. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  763. <WarningLevel>Level3</WarningLevel>
  764. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  765. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  766. <Optimization>Full</Optimization>
  767. <FunctionLevelLinking>true</FunctionLevelLinking>
  768. <IntrinsicFunctions>true</IntrinsicFunctions>
  769. <MinimalRebuild>false</MinimalRebuild>
  770. <OmitFramePointers>false</OmitFramePointers>
  771. <StringPooling>true</StringPooling>
  772. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  773. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  774. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  775. <LanguageStandard>stdcpp17</LanguageStandard>
  776. <ConformanceMode>true</ConformanceMode>
  777. <CompileAsWinRT>false</CompileAsWinRT>
  778. </ClCompile>
  779. <Link>
  780. <SubSystem>Windows</SubSystem>
  781. <GenerateDebugInformation>true</GenerateDebugInformation>
  782. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  783. <OptimizeReferences>true</OptimizeReferences>
  784. </Link>
  785. </ItemDefinitionGroup>
  786. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  787. <ClCompile>
  788. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  789. <WarningLevel>Level3</WarningLevel>
  790. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  791. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  792. <Optimization>Full</Optimization>
  793. <FunctionLevelLinking>true</FunctionLevelLinking>
  794. <IntrinsicFunctions>true</IntrinsicFunctions>
  795. <MinimalRebuild>false</MinimalRebuild>
  796. <OmitFramePointers>false</OmitFramePointers>
  797. <StringPooling>true</StringPooling>
  798. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  799. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  800. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  801. <LanguageStandard>stdcpp17</LanguageStandard>
  802. <ConformanceMode>true</ConformanceMode>
  803. <CompileAsWinRT>false</CompileAsWinRT>
  804. </ClCompile>
  805. <Link>
  806. <SubSystem>Windows</SubSystem>
  807. <GenerateDebugInformation>true</GenerateDebugInformation>
  808. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  809. <OptimizeReferences>true</OptimizeReferences>
  810. </Link>
  811. </ItemDefinitionGroup>
  812. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  813. <ClCompile>
  814. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  815. <WarningLevel>Level3</WarningLevel>
  816. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  817. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  818. <Optimization>Disabled</Optimization>
  819. <MinimalRebuild>false</MinimalRebuild>
  820. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  821. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  822. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  823. <LanguageStandard>stdcpp17</LanguageStandard>
  824. <ConformanceMode>true</ConformanceMode>
  825. <CompileAsWinRT>false</CompileAsWinRT>
  826. </ClCompile>
  827. <Link>
  828. <SubSystem>Windows</SubSystem>
  829. <GenerateDebugInformation>true</GenerateDebugInformation>
  830. </Link>
  831. </ItemDefinitionGroup>
  832. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  833. <ClCompile>
  834. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  835. <WarningLevel>Level3</WarningLevel>
  836. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  837. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  838. <Optimization>Disabled</Optimization>
  839. <MinimalRebuild>false</MinimalRebuild>
  840. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  841. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  842. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  843. <LanguageStandard>stdcpp17</LanguageStandard>
  844. <ConformanceMode>true</ConformanceMode>
  845. <CompileAsWinRT>false</CompileAsWinRT>
  846. </ClCompile>
  847. <Link>
  848. <SubSystem>Windows</SubSystem>
  849. <GenerateDebugInformation>true</GenerateDebugInformation>
  850. </Link>
  851. </ItemDefinitionGroup>
  852. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  853. <ClCompile>
  854. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  855. <WarningLevel>Level3</WarningLevel>
  856. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  857. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  858. <Optimization>Disabled</Optimization>
  859. <MinimalRebuild>false</MinimalRebuild>
  860. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  861. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  862. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  863. <LanguageStandard>stdcpp17</LanguageStandard>
  864. <ConformanceMode>true</ConformanceMode>
  865. <CompileAsWinRT>false</CompileAsWinRT>
  866. </ClCompile>
  867. <Link>
  868. <SubSystem>Windows</SubSystem>
  869. <GenerateDebugInformation>true</GenerateDebugInformation>
  870. </Link>
  871. </ItemDefinitionGroup>
  872. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  873. <ClCompile>
  874. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  875. <WarningLevel>Level3</WarningLevel>
  876. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  877. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  878. <Optimization>Disabled</Optimization>
  879. <MinimalRebuild>false</MinimalRebuild>
  880. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  881. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  882. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  883. <LanguageStandard>stdcpp17</LanguageStandard>
  884. <ConformanceMode>true</ConformanceMode>
  885. <CompileAsWinRT>false</CompileAsWinRT>
  886. </ClCompile>
  887. <Link>
  888. <SubSystem>Windows</SubSystem>
  889. <GenerateDebugInformation>true</GenerateDebugInformation>
  890. </Link>
  891. </ItemDefinitionGroup>
  892. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  893. <ClCompile>
  894. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  895. <WarningLevel>Level3</WarningLevel>
  896. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  897. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  898. <Optimization>MaxSpeed</Optimization>
  899. <FunctionLevelLinking>true</FunctionLevelLinking>
  900. <IntrinsicFunctions>true</IntrinsicFunctions>
  901. <MinimalRebuild>false</MinimalRebuild>
  902. <StringPooling>true</StringPooling>
  903. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  904. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  905. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  906. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  907. <LanguageStandard>stdcpp17</LanguageStandard>
  908. <ConformanceMode>true</ConformanceMode>
  909. <CompileAsWinRT>false</CompileAsWinRT>
  910. </ClCompile>
  911. <Link>
  912. <SubSystem>Windows</SubSystem>
  913. <GenerateDebugInformation>true</GenerateDebugInformation>
  914. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  915. <OptimizeReferences>true</OptimizeReferences>
  916. </Link>
  917. </ItemDefinitionGroup>
  918. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  919. <ClCompile>
  920. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  921. <WarningLevel>Level3</WarningLevel>
  922. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  923. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  924. <Optimization>MaxSpeed</Optimization>
  925. <FunctionLevelLinking>true</FunctionLevelLinking>
  926. <IntrinsicFunctions>true</IntrinsicFunctions>
  927. <MinimalRebuild>false</MinimalRebuild>
  928. <StringPooling>true</StringPooling>
  929. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  930. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  931. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  932. <LanguageStandard>stdcpp17</LanguageStandard>
  933. <ConformanceMode>true</ConformanceMode>
  934. <CompileAsWinRT>false</CompileAsWinRT>
  935. </ClCompile>
  936. <Link>
  937. <SubSystem>Windows</SubSystem>
  938. <GenerateDebugInformation>true</GenerateDebugInformation>
  939. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  940. <OptimizeReferences>true</OptimizeReferences>
  941. </Link>
  942. </ItemDefinitionGroup>
  943. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  944. <ClCompile>
  945. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  946. <WarningLevel>Level3</WarningLevel>
  947. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  948. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  949. <Optimization>MaxSpeed</Optimization>
  950. <FunctionLevelLinking>true</FunctionLevelLinking>
  951. <IntrinsicFunctions>true</IntrinsicFunctions>
  952. <MinimalRebuild>false</MinimalRebuild>
  953. <StringPooling>true</StringPooling>
  954. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  955. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  956. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  957. <LanguageStandard>stdcpp17</LanguageStandard>
  958. <ConformanceMode>true</ConformanceMode>
  959. <CompileAsWinRT>false</CompileAsWinRT>
  960. </ClCompile>
  961. <Link>
  962. <SubSystem>Windows</SubSystem>
  963. <GenerateDebugInformation>true</GenerateDebugInformation>
  964. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  965. <OptimizeReferences>true</OptimizeReferences>
  966. </Link>
  967. </ItemDefinitionGroup>
  968. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  969. <ClCompile>
  970. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  971. <WarningLevel>Level3</WarningLevel>
  972. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  973. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  974. <Optimization>MaxSpeed</Optimization>
  975. <FunctionLevelLinking>true</FunctionLevelLinking>
  976. <IntrinsicFunctions>true</IntrinsicFunctions>
  977. <MinimalRebuild>false</MinimalRebuild>
  978. <StringPooling>true</StringPooling>
  979. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  980. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  981. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  982. <LanguageStandard>stdcpp17</LanguageStandard>
  983. <ConformanceMode>true</ConformanceMode>
  984. <CompileAsWinRT>false</CompileAsWinRT>
  985. </ClCompile>
  986. <Link>
  987. <SubSystem>Windows</SubSystem>
  988. <GenerateDebugInformation>true</GenerateDebugInformation>
  989. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  990. <OptimizeReferences>true</OptimizeReferences>
  991. </Link>
  992. </ItemDefinitionGroup>
  993. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  994. <ClCompile>
  995. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  996. <WarningLevel>Level3</WarningLevel>
  997. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  998. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  999. <Optimization>Full</Optimization>
  1000. <FunctionLevelLinking>true</FunctionLevelLinking>
  1001. <IntrinsicFunctions>true</IntrinsicFunctions>
  1002. <MinimalRebuild>false</MinimalRebuild>
  1003. <OmitFramePointers>false</OmitFramePointers>
  1004. <StringPooling>true</StringPooling>
  1005. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1006. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1007. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1008. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1009. <LanguageStandard>stdcpp17</LanguageStandard>
  1010. <ConformanceMode>true</ConformanceMode>
  1011. <CompileAsWinRT>false</CompileAsWinRT>
  1012. </ClCompile>
  1013. <Link>
  1014. <SubSystem>Windows</SubSystem>
  1015. <GenerateDebugInformation>true</GenerateDebugInformation>
  1016. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1017. <OptimizeReferences>true</OptimizeReferences>
  1018. </Link>
  1019. </ItemDefinitionGroup>
  1020. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1021. <ClCompile>
  1022. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1023. <WarningLevel>Level3</WarningLevel>
  1024. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1025. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1026. <Optimization>Full</Optimization>
  1027. <FunctionLevelLinking>true</FunctionLevelLinking>
  1028. <IntrinsicFunctions>true</IntrinsicFunctions>
  1029. <MinimalRebuild>false</MinimalRebuild>
  1030. <OmitFramePointers>false</OmitFramePointers>
  1031. <StringPooling>true</StringPooling>
  1032. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1033. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1034. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1035. <LanguageStandard>stdcpp17</LanguageStandard>
  1036. <ConformanceMode>true</ConformanceMode>
  1037. <CompileAsWinRT>false</CompileAsWinRT>
  1038. </ClCompile>
  1039. <Link>
  1040. <SubSystem>Windows</SubSystem>
  1041. <GenerateDebugInformation>true</GenerateDebugInformation>
  1042. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1043. <OptimizeReferences>true</OptimizeReferences>
  1044. </Link>
  1045. </ItemDefinitionGroup>
  1046. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1047. <ClCompile>
  1048. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1049. <WarningLevel>Level3</WarningLevel>
  1050. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1051. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1052. <Optimization>Full</Optimization>
  1053. <FunctionLevelLinking>true</FunctionLevelLinking>
  1054. <IntrinsicFunctions>true</IntrinsicFunctions>
  1055. <MinimalRebuild>false</MinimalRebuild>
  1056. <OmitFramePointers>false</OmitFramePointers>
  1057. <StringPooling>true</StringPooling>
  1058. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1059. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1060. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1061. <LanguageStandard>stdcpp17</LanguageStandard>
  1062. <ConformanceMode>true</ConformanceMode>
  1063. <CompileAsWinRT>false</CompileAsWinRT>
  1064. </ClCompile>
  1065. <Link>
  1066. <SubSystem>Windows</SubSystem>
  1067. <GenerateDebugInformation>true</GenerateDebugInformation>
  1068. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1069. <OptimizeReferences>true</OptimizeReferences>
  1070. </Link>
  1071. </ItemDefinitionGroup>
  1072. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1073. <ClCompile>
  1074. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1075. <WarningLevel>Level3</WarningLevel>
  1076. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1077. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1078. <Optimization>Full</Optimization>
  1079. <FunctionLevelLinking>true</FunctionLevelLinking>
  1080. <IntrinsicFunctions>true</IntrinsicFunctions>
  1081. <MinimalRebuild>false</MinimalRebuild>
  1082. <OmitFramePointers>false</OmitFramePointers>
  1083. <StringPooling>true</StringPooling>
  1084. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1085. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1086. <AdditionalOptions>/wd6054 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1087. <LanguageStandard>stdcpp17</LanguageStandard>
  1088. <ConformanceMode>true</ConformanceMode>
  1089. <CompileAsWinRT>false</CompileAsWinRT>
  1090. </ClCompile>
  1091. <Link>
  1092. <SubSystem>Windows</SubSystem>
  1093. <GenerateDebugInformation>true</GenerateDebugInformation>
  1094. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1095. <OptimizeReferences>true</OptimizeReferences>
  1096. </Link>
  1097. </ItemDefinitionGroup>
  1098. <ItemGroup>
  1099. <ClInclude Include="..\..\..\include\pugixml\src\pugiconfig.hpp" />
  1100. <ClInclude Include="..\..\..\include\pugixml\src\pugixml.hpp" />
  1101. </ItemGroup>
  1102. <ItemGroup>
  1103. <ClCompile Include="..\..\..\include\pugixml\src\pugixml.cpp" />
  1104. </ItemGroup>
  1105. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1106. <ImportGroup Label="ExtensionTargets">
  1107. </ImportGroup>
  1108. </Project>