minimp3.vcxproj 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069
  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>{E88C4285-EFB1-4226-BCAC-E904BA792A48}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>minimp3</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\minimp3\x86\Debug\</IntDir>
  378. <TargetName>openmpt-minimp3</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\minimp3\x86_64\Debug\</IntDir>
  384. <TargetName>openmpt-minimp3</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\minimp3\arm\Debug\</IntDir>
  390. <TargetName>openmpt-minimp3</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\minimp3\arm64\Debug\</IntDir>
  396. <TargetName>openmpt-minimp3</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\minimp3\x86\Release\</IntDir>
  402. <TargetName>openmpt-minimp3</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\minimp3\x86_64\Release\</IntDir>
  408. <TargetName>openmpt-minimp3</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\minimp3\arm\Release\</IntDir>
  414. <TargetName>openmpt-minimp3</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\minimp3\arm64\Release\</IntDir>
  420. <TargetName>openmpt-minimp3</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\minimp3\x86\Checked\</IntDir>
  426. <TargetName>openmpt-minimp3</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\minimp3\x86_64\Checked\</IntDir>
  432. <TargetName>openmpt-minimp3</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\minimp3\arm\Checked\</IntDir>
  438. <TargetName>openmpt-minimp3</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\minimp3\arm64\Checked\</IntDir>
  444. <TargetName>openmpt-minimp3</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\minimp3\x86\DebugShared\</IntDir>
  451. <TargetName>openmpt-minimp3</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\minimp3\x86_64\DebugShared\</IntDir>
  458. <TargetName>openmpt-minimp3</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\minimp3\arm\DebugShared\</IntDir>
  465. <TargetName>openmpt-minimp3</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\minimp3\arm64\DebugShared\</IntDir>
  472. <TargetName>openmpt-minimp3</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\minimp3\x86\ReleaseShared\</IntDir>
  479. <TargetName>openmpt-minimp3</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\minimp3\x86_64\ReleaseShared\</IntDir>
  486. <TargetName>openmpt-minimp3</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\minimp3\arm\ReleaseShared\</IntDir>
  493. <TargetName>openmpt-minimp3</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\minimp3\arm64\ReleaseShared\</IntDir>
  500. <TargetName>openmpt-minimp3</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\minimp3\x86\CheckedShared\</IntDir>
  507. <TargetName>openmpt-minimp3</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\minimp3\x86_64\CheckedShared\</IntDir>
  514. <TargetName>openmpt-minimp3</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\minimp3\arm\CheckedShared\</IntDir>
  521. <TargetName>openmpt-minimp3</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\minimp3\arm64\CheckedShared\</IntDir>
  528. <TargetName>openmpt-minimp3</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. <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. <ConformanceMode>true</ConformanceMode>
  560. </ClCompile>
  561. <Link>
  562. <SubSystem>Windows</SubSystem>
  563. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  564. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  565. </Link>
  566. </ItemDefinitionGroup>
  567. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  568. <ClCompile>
  569. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  570. <WarningLevel>Level3</WarningLevel>
  571. <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>
  572. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  573. <Optimization>Disabled</Optimization>
  574. <MinimalRebuild>false</MinimalRebuild>
  575. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  576. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  577. <ConformanceMode>true</ConformanceMode>
  578. </ClCompile>
  579. <Link>
  580. <SubSystem>Windows</SubSystem>
  581. <GenerateDebugInformation>true</GenerateDebugInformation>
  582. </Link>
  583. </ItemDefinitionGroup>
  584. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  585. <ClCompile>
  586. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  587. <WarningLevel>Level3</WarningLevel>
  588. <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>
  589. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  590. <Optimization>Disabled</Optimization>
  591. <MinimalRebuild>false</MinimalRebuild>
  592. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  593. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  594. <ConformanceMode>true</ConformanceMode>
  595. </ClCompile>
  596. <Link>
  597. <SubSystem>Windows</SubSystem>
  598. <GenerateDebugInformation>true</GenerateDebugInformation>
  599. </Link>
  600. </ItemDefinitionGroup>
  601. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  602. <ClCompile>
  603. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  604. <WarningLevel>Level3</WarningLevel>
  605. <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>
  606. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  607. <Optimization>MaxSpeed</Optimization>
  608. <FunctionLevelLinking>true</FunctionLevelLinking>
  609. <IntrinsicFunctions>true</IntrinsicFunctions>
  610. <MinimalRebuild>false</MinimalRebuild>
  611. <StringPooling>true</StringPooling>
  612. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  613. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  614. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  615. <ConformanceMode>true</ConformanceMode>
  616. </ClCompile>
  617. <Link>
  618. <SubSystem>Windows</SubSystem>
  619. <GenerateDebugInformation>true</GenerateDebugInformation>
  620. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  621. <OptimizeReferences>true</OptimizeReferences>
  622. </Link>
  623. </ItemDefinitionGroup>
  624. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  625. <ClCompile>
  626. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  627. <WarningLevel>Level3</WarningLevel>
  628. <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>
  629. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  630. <Optimization>MaxSpeed</Optimization>
  631. <FunctionLevelLinking>true</FunctionLevelLinking>
  632. <IntrinsicFunctions>true</IntrinsicFunctions>
  633. <MinimalRebuild>false</MinimalRebuild>
  634. <StringPooling>true</StringPooling>
  635. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  636. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  637. <ConformanceMode>true</ConformanceMode>
  638. </ClCompile>
  639. <Link>
  640. <SubSystem>Windows</SubSystem>
  641. <GenerateDebugInformation>true</GenerateDebugInformation>
  642. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  643. <OptimizeReferences>true</OptimizeReferences>
  644. </Link>
  645. </ItemDefinitionGroup>
  646. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  647. <ClCompile>
  648. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  649. <WarningLevel>Level3</WarningLevel>
  650. <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>
  651. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  652. <Optimization>MaxSpeed</Optimization>
  653. <FunctionLevelLinking>true</FunctionLevelLinking>
  654. <IntrinsicFunctions>true</IntrinsicFunctions>
  655. <MinimalRebuild>false</MinimalRebuild>
  656. <StringPooling>true</StringPooling>
  657. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  658. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  659. <ConformanceMode>true</ConformanceMode>
  660. </ClCompile>
  661. <Link>
  662. <SubSystem>Windows</SubSystem>
  663. <GenerateDebugInformation>true</GenerateDebugInformation>
  664. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  665. <OptimizeReferences>true</OptimizeReferences>
  666. </Link>
  667. </ItemDefinitionGroup>
  668. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  669. <ClCompile>
  670. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  671. <WarningLevel>Level3</WarningLevel>
  672. <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>
  673. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  674. <Optimization>MaxSpeed</Optimization>
  675. <FunctionLevelLinking>true</FunctionLevelLinking>
  676. <IntrinsicFunctions>true</IntrinsicFunctions>
  677. <MinimalRebuild>false</MinimalRebuild>
  678. <StringPooling>true</StringPooling>
  679. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  680. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  681. <ConformanceMode>true</ConformanceMode>
  682. </ClCompile>
  683. <Link>
  684. <SubSystem>Windows</SubSystem>
  685. <GenerateDebugInformation>true</GenerateDebugInformation>
  686. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  687. <OptimizeReferences>true</OptimizeReferences>
  688. </Link>
  689. </ItemDefinitionGroup>
  690. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  691. <ClCompile>
  692. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  693. <WarningLevel>Level3</WarningLevel>
  694. <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>
  695. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  696. <Optimization>Full</Optimization>
  697. <FunctionLevelLinking>true</FunctionLevelLinking>
  698. <IntrinsicFunctions>true</IntrinsicFunctions>
  699. <MinimalRebuild>false</MinimalRebuild>
  700. <OmitFramePointers>false</OmitFramePointers>
  701. <StringPooling>true</StringPooling>
  702. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  703. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  704. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  705. <ConformanceMode>true</ConformanceMode>
  706. </ClCompile>
  707. <Link>
  708. <SubSystem>Windows</SubSystem>
  709. <GenerateDebugInformation>true</GenerateDebugInformation>
  710. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  711. <OptimizeReferences>true</OptimizeReferences>
  712. </Link>
  713. </ItemDefinitionGroup>
  714. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  715. <ClCompile>
  716. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  717. <WarningLevel>Level3</WarningLevel>
  718. <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>
  719. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  720. <Optimization>Full</Optimization>
  721. <FunctionLevelLinking>true</FunctionLevelLinking>
  722. <IntrinsicFunctions>true</IntrinsicFunctions>
  723. <MinimalRebuild>false</MinimalRebuild>
  724. <OmitFramePointers>false</OmitFramePointers>
  725. <StringPooling>true</StringPooling>
  726. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  727. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  728. <ConformanceMode>true</ConformanceMode>
  729. </ClCompile>
  730. <Link>
  731. <SubSystem>Windows</SubSystem>
  732. <GenerateDebugInformation>true</GenerateDebugInformation>
  733. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  734. <OptimizeReferences>true</OptimizeReferences>
  735. </Link>
  736. </ItemDefinitionGroup>
  737. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  738. <ClCompile>
  739. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  740. <WarningLevel>Level3</WarningLevel>
  741. <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>
  742. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  743. <Optimization>Full</Optimization>
  744. <FunctionLevelLinking>true</FunctionLevelLinking>
  745. <IntrinsicFunctions>true</IntrinsicFunctions>
  746. <MinimalRebuild>false</MinimalRebuild>
  747. <OmitFramePointers>false</OmitFramePointers>
  748. <StringPooling>true</StringPooling>
  749. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  750. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  751. <ConformanceMode>true</ConformanceMode>
  752. </ClCompile>
  753. <Link>
  754. <SubSystem>Windows</SubSystem>
  755. <GenerateDebugInformation>true</GenerateDebugInformation>
  756. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  757. <OptimizeReferences>true</OptimizeReferences>
  758. </Link>
  759. </ItemDefinitionGroup>
  760. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  761. <ClCompile>
  762. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  763. <WarningLevel>Level3</WarningLevel>
  764. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  765. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  766. <Optimization>Full</Optimization>
  767. <FunctionLevelLinking>true</FunctionLevelLinking>
  768. <IntrinsicFunctions>true</IntrinsicFunctions>
  769. <MinimalRebuild>false</MinimalRebuild>
  770. <OmitFramePointers>false</OmitFramePointers>
  771. <StringPooling>true</StringPooling>
  772. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  773. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  774. <ConformanceMode>true</ConformanceMode>
  775. </ClCompile>
  776. <Link>
  777. <SubSystem>Windows</SubSystem>
  778. <GenerateDebugInformation>true</GenerateDebugInformation>
  779. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  780. <OptimizeReferences>true</OptimizeReferences>
  781. </Link>
  782. </ItemDefinitionGroup>
  783. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  784. <ClCompile>
  785. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  786. <WarningLevel>Level3</WarningLevel>
  787. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  788. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  789. <Optimization>Disabled</Optimization>
  790. <MinimalRebuild>false</MinimalRebuild>
  791. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  792. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  793. <ConformanceMode>true</ConformanceMode>
  794. </ClCompile>
  795. <Link>
  796. <SubSystem>Windows</SubSystem>
  797. <GenerateDebugInformation>true</GenerateDebugInformation>
  798. <ImportLibrary>..\..\..\bin\debug\vs2017-win10-shared\x86\openmpt-minimp3.lib</ImportLibrary>
  799. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  800. </Link>
  801. </ItemDefinitionGroup>
  802. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  803. <ClCompile>
  804. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  805. <WarningLevel>Level3</WarningLevel>
  806. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  807. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  808. <Optimization>Disabled</Optimization>
  809. <MinimalRebuild>false</MinimalRebuild>
  810. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  811. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  812. <ConformanceMode>true</ConformanceMode>
  813. </ClCompile>
  814. <Link>
  815. <SubSystem>Windows</SubSystem>
  816. <GenerateDebugInformation>true</GenerateDebugInformation>
  817. <ImportLibrary>..\..\..\bin\debug\vs2017-win10-shared\amd64\openmpt-minimp3.lib</ImportLibrary>
  818. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  819. </Link>
  820. </ItemDefinitionGroup>
  821. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  822. <ClCompile>
  823. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  824. <WarningLevel>Level3</WarningLevel>
  825. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  826. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  827. <Optimization>Disabled</Optimization>
  828. <MinimalRebuild>false</MinimalRebuild>
  829. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  830. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  831. <ConformanceMode>true</ConformanceMode>
  832. </ClCompile>
  833. <Link>
  834. <SubSystem>Windows</SubSystem>
  835. <GenerateDebugInformation>true</GenerateDebugInformation>
  836. <ImportLibrary>..\..\..\bin\debug\vs2017-win10-shared\arm\openmpt-minimp3.lib</ImportLibrary>
  837. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  838. </Link>
  839. </ItemDefinitionGroup>
  840. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  841. <ClCompile>
  842. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  843. <WarningLevel>Level3</WarningLevel>
  844. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  845. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  846. <Optimization>Disabled</Optimization>
  847. <MinimalRebuild>false</MinimalRebuild>
  848. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  849. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  850. <ConformanceMode>true</ConformanceMode>
  851. </ClCompile>
  852. <Link>
  853. <SubSystem>Windows</SubSystem>
  854. <GenerateDebugInformation>true</GenerateDebugInformation>
  855. <ImportLibrary>..\..\..\bin\debug\vs2017-win10-shared\arm64\openmpt-minimp3.lib</ImportLibrary>
  856. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  857. </Link>
  858. </ItemDefinitionGroup>
  859. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  860. <ClCompile>
  861. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  862. <WarningLevel>Level3</WarningLevel>
  863. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  864. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  865. <Optimization>MaxSpeed</Optimization>
  866. <FunctionLevelLinking>true</FunctionLevelLinking>
  867. <IntrinsicFunctions>true</IntrinsicFunctions>
  868. <MinimalRebuild>false</MinimalRebuild>
  869. <StringPooling>true</StringPooling>
  870. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  871. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  872. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  873. <ConformanceMode>true</ConformanceMode>
  874. </ClCompile>
  875. <Link>
  876. <SubSystem>Windows</SubSystem>
  877. <GenerateDebugInformation>true</GenerateDebugInformation>
  878. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  879. <OptimizeReferences>true</OptimizeReferences>
  880. <ImportLibrary>..\..\..\bin\release\vs2017-win10-shared\x86\openmpt-minimp3.lib</ImportLibrary>
  881. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  882. </Link>
  883. </ItemDefinitionGroup>
  884. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  885. <ClCompile>
  886. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  887. <WarningLevel>Level3</WarningLevel>
  888. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  889. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  890. <Optimization>MaxSpeed</Optimization>
  891. <FunctionLevelLinking>true</FunctionLevelLinking>
  892. <IntrinsicFunctions>true</IntrinsicFunctions>
  893. <MinimalRebuild>false</MinimalRebuild>
  894. <StringPooling>true</StringPooling>
  895. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  896. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  897. <ConformanceMode>true</ConformanceMode>
  898. </ClCompile>
  899. <Link>
  900. <SubSystem>Windows</SubSystem>
  901. <GenerateDebugInformation>true</GenerateDebugInformation>
  902. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  903. <OptimizeReferences>true</OptimizeReferences>
  904. <ImportLibrary>..\..\..\bin\release\vs2017-win10-shared\amd64\openmpt-minimp3.lib</ImportLibrary>
  905. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  906. </Link>
  907. </ItemDefinitionGroup>
  908. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  909. <ClCompile>
  910. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  911. <WarningLevel>Level3</WarningLevel>
  912. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  913. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  914. <Optimization>MaxSpeed</Optimization>
  915. <FunctionLevelLinking>true</FunctionLevelLinking>
  916. <IntrinsicFunctions>true</IntrinsicFunctions>
  917. <MinimalRebuild>false</MinimalRebuild>
  918. <StringPooling>true</StringPooling>
  919. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  920. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  921. <ConformanceMode>true</ConformanceMode>
  922. </ClCompile>
  923. <Link>
  924. <SubSystem>Windows</SubSystem>
  925. <GenerateDebugInformation>true</GenerateDebugInformation>
  926. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  927. <OptimizeReferences>true</OptimizeReferences>
  928. <ImportLibrary>..\..\..\bin\release\vs2017-win10-shared\arm\openmpt-minimp3.lib</ImportLibrary>
  929. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  930. </Link>
  931. </ItemDefinitionGroup>
  932. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  933. <ClCompile>
  934. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  935. <WarningLevel>Level3</WarningLevel>
  936. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  937. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  938. <Optimization>MaxSpeed</Optimization>
  939. <FunctionLevelLinking>true</FunctionLevelLinking>
  940. <IntrinsicFunctions>true</IntrinsicFunctions>
  941. <MinimalRebuild>false</MinimalRebuild>
  942. <StringPooling>true</StringPooling>
  943. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  944. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  945. <ConformanceMode>true</ConformanceMode>
  946. </ClCompile>
  947. <Link>
  948. <SubSystem>Windows</SubSystem>
  949. <GenerateDebugInformation>true</GenerateDebugInformation>
  950. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  951. <OptimizeReferences>true</OptimizeReferences>
  952. <ImportLibrary>..\..\..\bin\release\vs2017-win10-shared\arm64\openmpt-minimp3.lib</ImportLibrary>
  953. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  954. </Link>
  955. </ItemDefinitionGroup>
  956. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  957. <ClCompile>
  958. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  959. <WarningLevel>Level3</WarningLevel>
  960. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  961. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  962. <Optimization>Full</Optimization>
  963. <FunctionLevelLinking>true</FunctionLevelLinking>
  964. <IntrinsicFunctions>true</IntrinsicFunctions>
  965. <MinimalRebuild>false</MinimalRebuild>
  966. <OmitFramePointers>false</OmitFramePointers>
  967. <StringPooling>true</StringPooling>
  968. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  969. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  970. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  971. <ConformanceMode>true</ConformanceMode>
  972. </ClCompile>
  973. <Link>
  974. <SubSystem>Windows</SubSystem>
  975. <GenerateDebugInformation>true</GenerateDebugInformation>
  976. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  977. <OptimizeReferences>true</OptimizeReferences>
  978. <ImportLibrary>..\..\..\bin\checked\vs2017-win10-shared\x86\openmpt-minimp3.lib</ImportLibrary>
  979. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  980. </Link>
  981. </ItemDefinitionGroup>
  982. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  983. <ClCompile>
  984. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  985. <WarningLevel>Level3</WarningLevel>
  986. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  987. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  988. <Optimization>Full</Optimization>
  989. <FunctionLevelLinking>true</FunctionLevelLinking>
  990. <IntrinsicFunctions>true</IntrinsicFunctions>
  991. <MinimalRebuild>false</MinimalRebuild>
  992. <OmitFramePointers>false</OmitFramePointers>
  993. <StringPooling>true</StringPooling>
  994. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  995. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  996. <ConformanceMode>true</ConformanceMode>
  997. </ClCompile>
  998. <Link>
  999. <SubSystem>Windows</SubSystem>
  1000. <GenerateDebugInformation>true</GenerateDebugInformation>
  1001. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1002. <OptimizeReferences>true</OptimizeReferences>
  1003. <ImportLibrary>..\..\..\bin\checked\vs2017-win10-shared\amd64\openmpt-minimp3.lib</ImportLibrary>
  1004. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  1005. </Link>
  1006. </ItemDefinitionGroup>
  1007. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1008. <ClCompile>
  1009. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1010. <WarningLevel>Level3</WarningLevel>
  1011. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1012. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1013. <Optimization>Full</Optimization>
  1014. <FunctionLevelLinking>true</FunctionLevelLinking>
  1015. <IntrinsicFunctions>true</IntrinsicFunctions>
  1016. <MinimalRebuild>false</MinimalRebuild>
  1017. <OmitFramePointers>false</OmitFramePointers>
  1018. <StringPooling>true</StringPooling>
  1019. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1020. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1021. <ConformanceMode>true</ConformanceMode>
  1022. </ClCompile>
  1023. <Link>
  1024. <SubSystem>Windows</SubSystem>
  1025. <GenerateDebugInformation>true</GenerateDebugInformation>
  1026. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1027. <OptimizeReferences>true</OptimizeReferences>
  1028. <ImportLibrary>..\..\..\bin\checked\vs2017-win10-shared\arm\openmpt-minimp3.lib</ImportLibrary>
  1029. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  1030. </Link>
  1031. </ItemDefinitionGroup>
  1032. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1033. <ClCompile>
  1034. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1035. <WarningLevel>Level3</WarningLevel>
  1036. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1037. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1038. <Optimization>Full</Optimization>
  1039. <FunctionLevelLinking>true</FunctionLevelLinking>
  1040. <IntrinsicFunctions>true</IntrinsicFunctions>
  1041. <MinimalRebuild>false</MinimalRebuild>
  1042. <OmitFramePointers>false</OmitFramePointers>
  1043. <StringPooling>true</StringPooling>
  1044. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1045. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1046. <ConformanceMode>true</ConformanceMode>
  1047. </ClCompile>
  1048. <Link>
  1049. <SubSystem>Windows</SubSystem>
  1050. <GenerateDebugInformation>true</GenerateDebugInformation>
  1051. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1052. <OptimizeReferences>true</OptimizeReferences>
  1053. <ImportLibrary>..\..\..\bin\checked\vs2017-win10-shared\arm64\openmpt-minimp3.lib</ImportLibrary>
  1054. <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>
  1055. </Link>
  1056. </ItemDefinitionGroup>
  1057. <ItemGroup>
  1058. <ClInclude Include="..\..\..\include\minimp3\minimp3.h" />
  1059. </ItemGroup>
  1060. <ItemGroup>
  1061. <ClCompile Include="..\..\..\include\minimp3\minimp3.c" />
  1062. </ItemGroup>
  1063. <ItemGroup>
  1064. <None Include="..\..\premake\def\ext-minimp3.def" />
  1065. </ItemGroup>
  1066. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1067. <ImportGroup Label="ExtensionTargets">
  1068. </ImportGroup>
  1069. </Project>