minimp3.vcxproj 60 KB

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