miniz.vcxproj 61 KB

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