minimp3.vcxproj 62 KB

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