miniz.vcxproj 61 KB

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