soundtouch.vcxproj 72 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207
  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>{F5F8F6DE-84CF-4E9D-91EA-D9B5E2AA36CD}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>soundtouch</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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. <LinkIncremental>true</LinkIncremental>
  358. <OutDir>..\..\..\bin\debug\vs2022-uwp-static\x86\</OutDir>
  359. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\Debug\</IntDir>
  360. <TargetName>openmpt-soundtouch</TargetName>
  361. <TargetExt>.dll</TargetExt>
  362. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  363. </PropertyGroup>
  364. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  365. <LinkIncremental>true</LinkIncremental>
  366. <OutDir>..\..\..\bin\debug\vs2022-uwp-static\amd64\</OutDir>
  367. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\Debug\</IntDir>
  368. <TargetName>openmpt-soundtouch</TargetName>
  369. <TargetExt>.dll</TargetExt>
  370. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  371. </PropertyGroup>
  372. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  373. <LinkIncremental>true</LinkIncremental>
  374. <OutDir>..\..\..\bin\debug\vs2022-uwp-static\arm\</OutDir>
  375. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\Debug\</IntDir>
  376. <TargetName>openmpt-soundtouch</TargetName>
  377. <TargetExt>.dll</TargetExt>
  378. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  379. </PropertyGroup>
  380. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  381. <LinkIncremental>true</LinkIncremental>
  382. <OutDir>..\..\..\bin\debug\vs2022-uwp-static\arm64\</OutDir>
  383. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\Debug\</IntDir>
  384. <TargetName>openmpt-soundtouch</TargetName>
  385. <TargetExt>.dll</TargetExt>
  386. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  387. </PropertyGroup>
  388. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  389. <LinkIncremental>false</LinkIncremental>
  390. <OutDir>..\..\..\bin\release\vs2022-uwp-static\x86\</OutDir>
  391. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\Release\</IntDir>
  392. <TargetName>openmpt-soundtouch</TargetName>
  393. <TargetExt>.dll</TargetExt>
  394. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  395. </PropertyGroup>
  396. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  397. <LinkIncremental>false</LinkIncremental>
  398. <OutDir>..\..\..\bin\release\vs2022-uwp-static\amd64\</OutDir>
  399. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\Release\</IntDir>
  400. <TargetName>openmpt-soundtouch</TargetName>
  401. <TargetExt>.dll</TargetExt>
  402. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  403. </PropertyGroup>
  404. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  405. <LinkIncremental>false</LinkIncremental>
  406. <OutDir>..\..\..\bin\release\vs2022-uwp-static\arm\</OutDir>
  407. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\Release\</IntDir>
  408. <TargetName>openmpt-soundtouch</TargetName>
  409. <TargetExt>.dll</TargetExt>
  410. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  411. </PropertyGroup>
  412. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  413. <LinkIncremental>false</LinkIncremental>
  414. <OutDir>..\..\..\bin\release\vs2022-uwp-static\arm64\</OutDir>
  415. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\Release\</IntDir>
  416. <TargetName>openmpt-soundtouch</TargetName>
  417. <TargetExt>.dll</TargetExt>
  418. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  419. </PropertyGroup>
  420. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  421. <LinkIncremental>false</LinkIncremental>
  422. <OutDir>..\..\..\bin\checked\vs2022-uwp-static\x86\</OutDir>
  423. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\Checked\</IntDir>
  424. <TargetName>openmpt-soundtouch</TargetName>
  425. <TargetExt>.dll</TargetExt>
  426. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  427. </PropertyGroup>
  428. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  429. <LinkIncremental>false</LinkIncremental>
  430. <OutDir>..\..\..\bin\checked\vs2022-uwp-static\amd64\</OutDir>
  431. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\Checked\</IntDir>
  432. <TargetName>openmpt-soundtouch</TargetName>
  433. <TargetExt>.dll</TargetExt>
  434. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  435. </PropertyGroup>
  436. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  437. <LinkIncremental>false</LinkIncremental>
  438. <OutDir>..\..\..\bin\checked\vs2022-uwp-static\arm\</OutDir>
  439. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\Checked\</IntDir>
  440. <TargetName>openmpt-soundtouch</TargetName>
  441. <TargetExt>.dll</TargetExt>
  442. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  443. </PropertyGroup>
  444. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  445. <LinkIncremental>false</LinkIncremental>
  446. <OutDir>..\..\..\bin\checked\vs2022-uwp-static\arm64\</OutDir>
  447. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\Checked\</IntDir>
  448. <TargetName>openmpt-soundtouch</TargetName>
  449. <TargetExt>.dll</TargetExt>
  450. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  451. </PropertyGroup>
  452. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  453. <LinkIncremental>true</LinkIncremental>
  454. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\x86\</OutDir>
  455. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\DebugShared\</IntDir>
  456. <TargetName>openmpt-soundtouch</TargetName>
  457. <TargetExt>.dll</TargetExt>
  458. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  459. </PropertyGroup>
  460. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  461. <LinkIncremental>true</LinkIncremental>
  462. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\amd64\</OutDir>
  463. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\DebugShared\</IntDir>
  464. <TargetName>openmpt-soundtouch</TargetName>
  465. <TargetExt>.dll</TargetExt>
  466. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  467. </PropertyGroup>
  468. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  469. <LinkIncremental>true</LinkIncremental>
  470. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\arm\</OutDir>
  471. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\DebugShared\</IntDir>
  472. <TargetName>openmpt-soundtouch</TargetName>
  473. <TargetExt>.dll</TargetExt>
  474. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  475. </PropertyGroup>
  476. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  477. <LinkIncremental>true</LinkIncremental>
  478. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\arm64\</OutDir>
  479. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\DebugShared\</IntDir>
  480. <TargetName>openmpt-soundtouch</TargetName>
  481. <TargetExt>.dll</TargetExt>
  482. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  483. </PropertyGroup>
  484. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  485. <LinkIncremental>false</LinkIncremental>
  486. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\x86\</OutDir>
  487. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\ReleaseShared\</IntDir>
  488. <TargetName>openmpt-soundtouch</TargetName>
  489. <TargetExt>.dll</TargetExt>
  490. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  491. </PropertyGroup>
  492. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  493. <LinkIncremental>false</LinkIncremental>
  494. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\amd64\</OutDir>
  495. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\ReleaseShared\</IntDir>
  496. <TargetName>openmpt-soundtouch</TargetName>
  497. <TargetExt>.dll</TargetExt>
  498. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  499. </PropertyGroup>
  500. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  501. <LinkIncremental>false</LinkIncremental>
  502. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\arm\</OutDir>
  503. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\ReleaseShared\</IntDir>
  504. <TargetName>openmpt-soundtouch</TargetName>
  505. <TargetExt>.dll</TargetExt>
  506. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  507. </PropertyGroup>
  508. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  509. <LinkIncremental>false</LinkIncremental>
  510. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\arm64\</OutDir>
  511. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\ReleaseShared\</IntDir>
  512. <TargetName>openmpt-soundtouch</TargetName>
  513. <TargetExt>.dll</TargetExt>
  514. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  515. </PropertyGroup>
  516. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  517. <LinkIncremental>false</LinkIncremental>
  518. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\x86\</OutDir>
  519. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86\CheckedShared\</IntDir>
  520. <TargetName>openmpt-soundtouch</TargetName>
  521. <TargetExt>.dll</TargetExt>
  522. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  523. </PropertyGroup>
  524. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  525. <LinkIncremental>false</LinkIncremental>
  526. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\amd64\</OutDir>
  527. <IntDir>..\..\obj\vs2022uwp\soundtouch\x86_64\CheckedShared\</IntDir>
  528. <TargetName>openmpt-soundtouch</TargetName>
  529. <TargetExt>.dll</TargetExt>
  530. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  531. </PropertyGroup>
  532. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  533. <LinkIncremental>false</LinkIncremental>
  534. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\arm\</OutDir>
  535. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm\CheckedShared\</IntDir>
  536. <TargetName>openmpt-soundtouch</TargetName>
  537. <TargetExt>.dll</TargetExt>
  538. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  539. </PropertyGroup>
  540. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  541. <LinkIncremental>false</LinkIncremental>
  542. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\arm64\</OutDir>
  543. <IntDir>..\..\obj\vs2022uwp\soundtouch\arm64\CheckedShared\</IntDir>
  544. <TargetName>openmpt-soundtouch</TargetName>
  545. <TargetExt>.dll</TargetExt>
  546. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  547. </PropertyGroup>
  548. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  553. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  554. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  555. <Optimization>Disabled</Optimization>
  556. <MinimalRebuild>false</MinimalRebuild>
  557. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  558. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  559. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  560. <LanguageStandard>stdcpp20</LanguageStandard>
  561. <ConformanceMode>true</ConformanceMode>
  562. <CompileAsWinRT>false</CompileAsWinRT>
  563. </ClCompile>
  564. <Link>
  565. <SubSystem>Windows</SubSystem>
  566. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  567. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  568. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-static\x86\openmpt-soundtouch.lib</ImportLibrary>
  569. </Link>
  570. </ItemDefinitionGroup>
  571. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  572. <ClCompile>
  573. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  574. <WarningLevel>Level3</WarningLevel>
  575. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  576. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  577. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  578. <Optimization>Disabled</Optimization>
  579. <MinimalRebuild>false</MinimalRebuild>
  580. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  581. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  582. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  583. <LanguageStandard>stdcpp20</LanguageStandard>
  584. <ConformanceMode>true</ConformanceMode>
  585. <CompileAsWinRT>false</CompileAsWinRT>
  586. </ClCompile>
  587. <Link>
  588. <SubSystem>Windows</SubSystem>
  589. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  590. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  591. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-static\amd64\openmpt-soundtouch.lib</ImportLibrary>
  592. </Link>
  593. </ItemDefinitionGroup>
  594. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  595. <ClCompile>
  596. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  597. <WarningLevel>Level3</WarningLevel>
  598. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  599. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  600. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  601. <Optimization>Disabled</Optimization>
  602. <MinimalRebuild>false</MinimalRebuild>
  603. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  604. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  605. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  606. <LanguageStandard>stdcpp20</LanguageStandard>
  607. <ConformanceMode>true</ConformanceMode>
  608. <CompileAsWinRT>false</CompileAsWinRT>
  609. </ClCompile>
  610. <Link>
  611. <SubSystem>Windows</SubSystem>
  612. <GenerateDebugInformation>true</GenerateDebugInformation>
  613. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-static\arm\openmpt-soundtouch.lib</ImportLibrary>
  614. </Link>
  615. </ItemDefinitionGroup>
  616. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  617. <ClCompile>
  618. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  619. <WarningLevel>Level3</WarningLevel>
  620. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  621. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  622. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  623. <Optimization>Disabled</Optimization>
  624. <MinimalRebuild>false</MinimalRebuild>
  625. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  626. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  627. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  628. <LanguageStandard>stdcpp20</LanguageStandard>
  629. <ConformanceMode>true</ConformanceMode>
  630. <CompileAsWinRT>false</CompileAsWinRT>
  631. </ClCompile>
  632. <Link>
  633. <SubSystem>Windows</SubSystem>
  634. <GenerateDebugInformation>true</GenerateDebugInformation>
  635. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-static\arm64\openmpt-soundtouch.lib</ImportLibrary>
  636. </Link>
  637. </ItemDefinitionGroup>
  638. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  639. <ClCompile>
  640. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  641. <WarningLevel>Level3</WarningLevel>
  642. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  643. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  644. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  645. <Optimization>MaxSpeed</Optimization>
  646. <FunctionLevelLinking>true</FunctionLevelLinking>
  647. <IntrinsicFunctions>true</IntrinsicFunctions>
  648. <MinimalRebuild>false</MinimalRebuild>
  649. <StringPooling>true</StringPooling>
  650. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  651. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  652. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  653. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  654. <LanguageStandard>stdcpp20</LanguageStandard>
  655. <ConformanceMode>true</ConformanceMode>
  656. <CompileAsWinRT>false</CompileAsWinRT>
  657. </ClCompile>
  658. <Link>
  659. <SubSystem>Windows</SubSystem>
  660. <GenerateDebugInformation>true</GenerateDebugInformation>
  661. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  662. <OptimizeReferences>true</OptimizeReferences>
  663. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-static\x86\openmpt-soundtouch.lib</ImportLibrary>
  664. </Link>
  665. </ItemDefinitionGroup>
  666. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  667. <ClCompile>
  668. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  669. <WarningLevel>Level3</WarningLevel>
  670. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  671. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  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>MultiThreadedDLL</RuntimeLibrary>
  679. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  680. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  681. <LanguageStandard>stdcpp20</LanguageStandard>
  682. <ConformanceMode>true</ConformanceMode>
  683. <CompileAsWinRT>false</CompileAsWinRT>
  684. </ClCompile>
  685. <Link>
  686. <SubSystem>Windows</SubSystem>
  687. <GenerateDebugInformation>true</GenerateDebugInformation>
  688. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  689. <OptimizeReferences>true</OptimizeReferences>
  690. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-static\amd64\openmpt-soundtouch.lib</ImportLibrary>
  691. </Link>
  692. </ItemDefinitionGroup>
  693. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  694. <ClCompile>
  695. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  696. <WarningLevel>Level3</WarningLevel>
  697. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  698. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  699. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  700. <Optimization>MaxSpeed</Optimization>
  701. <FunctionLevelLinking>true</FunctionLevelLinking>
  702. <IntrinsicFunctions>true</IntrinsicFunctions>
  703. <MinimalRebuild>false</MinimalRebuild>
  704. <StringPooling>true</StringPooling>
  705. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  706. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  707. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  708. <LanguageStandard>stdcpp20</LanguageStandard>
  709. <ConformanceMode>true</ConformanceMode>
  710. <CompileAsWinRT>false</CompileAsWinRT>
  711. </ClCompile>
  712. <Link>
  713. <SubSystem>Windows</SubSystem>
  714. <GenerateDebugInformation>true</GenerateDebugInformation>
  715. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  716. <OptimizeReferences>true</OptimizeReferences>
  717. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-static\arm\openmpt-soundtouch.lib</ImportLibrary>
  718. </Link>
  719. </ItemDefinitionGroup>
  720. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  721. <ClCompile>
  722. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  723. <WarningLevel>Level3</WarningLevel>
  724. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  725. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  726. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  727. <Optimization>MaxSpeed</Optimization>
  728. <FunctionLevelLinking>true</FunctionLevelLinking>
  729. <IntrinsicFunctions>true</IntrinsicFunctions>
  730. <MinimalRebuild>false</MinimalRebuild>
  731. <StringPooling>true</StringPooling>
  732. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  733. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  734. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  735. <LanguageStandard>stdcpp20</LanguageStandard>
  736. <ConformanceMode>true</ConformanceMode>
  737. <CompileAsWinRT>false</CompileAsWinRT>
  738. </ClCompile>
  739. <Link>
  740. <SubSystem>Windows</SubSystem>
  741. <GenerateDebugInformation>true</GenerateDebugInformation>
  742. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  743. <OptimizeReferences>true</OptimizeReferences>
  744. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-static\arm64\openmpt-soundtouch.lib</ImportLibrary>
  745. </Link>
  746. </ItemDefinitionGroup>
  747. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  748. <ClCompile>
  749. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  750. <WarningLevel>Level3</WarningLevel>
  751. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  752. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  753. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  754. <Optimization>Full</Optimization>
  755. <FunctionLevelLinking>true</FunctionLevelLinking>
  756. <IntrinsicFunctions>true</IntrinsicFunctions>
  757. <MinimalRebuild>false</MinimalRebuild>
  758. <OmitFramePointers>false</OmitFramePointers>
  759. <StringPooling>true</StringPooling>
  760. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  761. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  762. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  763. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  764. <LanguageStandard>stdcpp20</LanguageStandard>
  765. <ConformanceMode>true</ConformanceMode>
  766. <CompileAsWinRT>false</CompileAsWinRT>
  767. </ClCompile>
  768. <Link>
  769. <SubSystem>Windows</SubSystem>
  770. <GenerateDebugInformation>true</GenerateDebugInformation>
  771. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  772. <OptimizeReferences>true</OptimizeReferences>
  773. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-static\x86\openmpt-soundtouch.lib</ImportLibrary>
  774. </Link>
  775. </ItemDefinitionGroup>
  776. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  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=0x0A000000;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  781. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  782. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  783. <Optimization>Full</Optimization>
  784. <FunctionLevelLinking>true</FunctionLevelLinking>
  785. <IntrinsicFunctions>true</IntrinsicFunctions>
  786. <MinimalRebuild>false</MinimalRebuild>
  787. <OmitFramePointers>false</OmitFramePointers>
  788. <StringPooling>true</StringPooling>
  789. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  790. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  791. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  792. <LanguageStandard>stdcpp20</LanguageStandard>
  793. <ConformanceMode>true</ConformanceMode>
  794. <CompileAsWinRT>false</CompileAsWinRT>
  795. </ClCompile>
  796. <Link>
  797. <SubSystem>Windows</SubSystem>
  798. <GenerateDebugInformation>true</GenerateDebugInformation>
  799. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  800. <OptimizeReferences>true</OptimizeReferences>
  801. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-static\amd64\openmpt-soundtouch.lib</ImportLibrary>
  802. </Link>
  803. </ItemDefinitionGroup>
  804. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  805. <ClCompile>
  806. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  807. <WarningLevel>Level3</WarningLevel>
  808. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  809. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  810. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  811. <Optimization>Full</Optimization>
  812. <FunctionLevelLinking>true</FunctionLevelLinking>
  813. <IntrinsicFunctions>true</IntrinsicFunctions>
  814. <MinimalRebuild>false</MinimalRebuild>
  815. <OmitFramePointers>false</OmitFramePointers>
  816. <StringPooling>true</StringPooling>
  817. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  818. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  819. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  820. <LanguageStandard>stdcpp20</LanguageStandard>
  821. <ConformanceMode>true</ConformanceMode>
  822. <CompileAsWinRT>false</CompileAsWinRT>
  823. </ClCompile>
  824. <Link>
  825. <SubSystem>Windows</SubSystem>
  826. <GenerateDebugInformation>true</GenerateDebugInformation>
  827. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  828. <OptimizeReferences>true</OptimizeReferences>
  829. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-static\arm\openmpt-soundtouch.lib</ImportLibrary>
  830. </Link>
  831. </ItemDefinitionGroup>
  832. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  833. <ClCompile>
  834. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  835. <WarningLevel>Level3</WarningLevel>
  836. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  837. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  838. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  839. <Optimization>Full</Optimization>
  840. <FunctionLevelLinking>true</FunctionLevelLinking>
  841. <IntrinsicFunctions>true</IntrinsicFunctions>
  842. <MinimalRebuild>false</MinimalRebuild>
  843. <OmitFramePointers>false</OmitFramePointers>
  844. <StringPooling>true</StringPooling>
  845. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  846. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  847. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  848. <LanguageStandard>stdcpp20</LanguageStandard>
  849. <ConformanceMode>true</ConformanceMode>
  850. <CompileAsWinRT>false</CompileAsWinRT>
  851. </ClCompile>
  852. <Link>
  853. <SubSystem>Windows</SubSystem>
  854. <GenerateDebugInformation>true</GenerateDebugInformation>
  855. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  856. <OptimizeReferences>true</OptimizeReferences>
  857. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-static\arm64\openmpt-soundtouch.lib</ImportLibrary>
  858. </Link>
  859. </ItemDefinitionGroup>
  860. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  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=0x0A000000;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  865. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  866. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  867. <Optimization>Disabled</Optimization>
  868. <MinimalRebuild>false</MinimalRebuild>
  869. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  870. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  871. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  872. <LanguageStandard>stdcpp20</LanguageStandard>
  873. <ConformanceMode>true</ConformanceMode>
  874. <CompileAsWinRT>false</CompileAsWinRT>
  875. </ClCompile>
  876. <Link>
  877. <SubSystem>Windows</SubSystem>
  878. <GenerateDebugInformation>true</GenerateDebugInformation>
  879. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\x86\openmpt-soundtouch.lib</ImportLibrary>
  880. </Link>
  881. </ItemDefinitionGroup>
  882. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  883. <ClCompile>
  884. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  885. <WarningLevel>Level3</WarningLevel>
  886. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  887. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  888. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  889. <Optimization>Disabled</Optimization>
  890. <MinimalRebuild>false</MinimalRebuild>
  891. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  892. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  893. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  894. <LanguageStandard>stdcpp20</LanguageStandard>
  895. <ConformanceMode>true</ConformanceMode>
  896. <CompileAsWinRT>false</CompileAsWinRT>
  897. </ClCompile>
  898. <Link>
  899. <SubSystem>Windows</SubSystem>
  900. <GenerateDebugInformation>true</GenerateDebugInformation>
  901. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\amd64\openmpt-soundtouch.lib</ImportLibrary>
  902. </Link>
  903. </ItemDefinitionGroup>
  904. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  905. <ClCompile>
  906. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  907. <WarningLevel>Level3</WarningLevel>
  908. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  909. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  910. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  911. <Optimization>Disabled</Optimization>
  912. <MinimalRebuild>false</MinimalRebuild>
  913. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  914. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  915. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  916. <LanguageStandard>stdcpp20</LanguageStandard>
  917. <ConformanceMode>true</ConformanceMode>
  918. <CompileAsWinRT>false</CompileAsWinRT>
  919. </ClCompile>
  920. <Link>
  921. <SubSystem>Windows</SubSystem>
  922. <GenerateDebugInformation>true</GenerateDebugInformation>
  923. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm\openmpt-soundtouch.lib</ImportLibrary>
  924. </Link>
  925. </ItemDefinitionGroup>
  926. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  927. <ClCompile>
  928. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  929. <WarningLevel>Level3</WarningLevel>
  930. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  931. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  932. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  933. <Optimization>Disabled</Optimization>
  934. <MinimalRebuild>false</MinimalRebuild>
  935. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  936. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  937. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  938. <LanguageStandard>stdcpp20</LanguageStandard>
  939. <ConformanceMode>true</ConformanceMode>
  940. <CompileAsWinRT>false</CompileAsWinRT>
  941. </ClCompile>
  942. <Link>
  943. <SubSystem>Windows</SubSystem>
  944. <GenerateDebugInformation>true</GenerateDebugInformation>
  945. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm64\openmpt-soundtouch.lib</ImportLibrary>
  946. </Link>
  947. </ItemDefinitionGroup>
  948. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  949. <ClCompile>
  950. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  951. <WarningLevel>Level3</WarningLevel>
  952. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  953. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  954. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  955. <Optimization>MaxSpeed</Optimization>
  956. <FunctionLevelLinking>true</FunctionLevelLinking>
  957. <IntrinsicFunctions>true</IntrinsicFunctions>
  958. <MinimalRebuild>false</MinimalRebuild>
  959. <StringPooling>true</StringPooling>
  960. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  961. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  962. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  963. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  964. <LanguageStandard>stdcpp20</LanguageStandard>
  965. <ConformanceMode>true</ConformanceMode>
  966. <CompileAsWinRT>false</CompileAsWinRT>
  967. </ClCompile>
  968. <Link>
  969. <SubSystem>Windows</SubSystem>
  970. <GenerateDebugInformation>true</GenerateDebugInformation>
  971. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  972. <OptimizeReferences>true</OptimizeReferences>
  973. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\x86\openmpt-soundtouch.lib</ImportLibrary>
  974. </Link>
  975. </ItemDefinitionGroup>
  976. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  977. <ClCompile>
  978. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  979. <WarningLevel>Level3</WarningLevel>
  980. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  981. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  982. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  983. <Optimization>MaxSpeed</Optimization>
  984. <FunctionLevelLinking>true</FunctionLevelLinking>
  985. <IntrinsicFunctions>true</IntrinsicFunctions>
  986. <MinimalRebuild>false</MinimalRebuild>
  987. <StringPooling>true</StringPooling>
  988. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  989. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  990. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  991. <LanguageStandard>stdcpp20</LanguageStandard>
  992. <ConformanceMode>true</ConformanceMode>
  993. <CompileAsWinRT>false</CompileAsWinRT>
  994. </ClCompile>
  995. <Link>
  996. <SubSystem>Windows</SubSystem>
  997. <GenerateDebugInformation>true</GenerateDebugInformation>
  998. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  999. <OptimizeReferences>true</OptimizeReferences>
  1000. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\amd64\openmpt-soundtouch.lib</ImportLibrary>
  1001. </Link>
  1002. </ItemDefinitionGroup>
  1003. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  1004. <ClCompile>
  1005. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1006. <WarningLevel>Level3</WarningLevel>
  1007. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1008. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1009. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1010. <Optimization>MaxSpeed</Optimization>
  1011. <FunctionLevelLinking>true</FunctionLevelLinking>
  1012. <IntrinsicFunctions>true</IntrinsicFunctions>
  1013. <MinimalRebuild>false</MinimalRebuild>
  1014. <StringPooling>true</StringPooling>
  1015. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1016. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1017. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1018. <LanguageStandard>stdcpp20</LanguageStandard>
  1019. <ConformanceMode>true</ConformanceMode>
  1020. <CompileAsWinRT>false</CompileAsWinRT>
  1021. </ClCompile>
  1022. <Link>
  1023. <SubSystem>Windows</SubSystem>
  1024. <GenerateDebugInformation>true</GenerateDebugInformation>
  1025. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1026. <OptimizeReferences>true</OptimizeReferences>
  1027. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm\openmpt-soundtouch.lib</ImportLibrary>
  1028. </Link>
  1029. </ItemDefinitionGroup>
  1030. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  1031. <ClCompile>
  1032. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1033. <WarningLevel>Level3</WarningLevel>
  1034. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1035. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1036. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1037. <Optimization>MaxSpeed</Optimization>
  1038. <FunctionLevelLinking>true</FunctionLevelLinking>
  1039. <IntrinsicFunctions>true</IntrinsicFunctions>
  1040. <MinimalRebuild>false</MinimalRebuild>
  1041. <StringPooling>true</StringPooling>
  1042. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1043. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1044. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1045. <LanguageStandard>stdcpp20</LanguageStandard>
  1046. <ConformanceMode>true</ConformanceMode>
  1047. <CompileAsWinRT>false</CompileAsWinRT>
  1048. </ClCompile>
  1049. <Link>
  1050. <SubSystem>Windows</SubSystem>
  1051. <GenerateDebugInformation>true</GenerateDebugInformation>
  1052. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1053. <OptimizeReferences>true</OptimizeReferences>
  1054. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm64\openmpt-soundtouch.lib</ImportLibrary>
  1055. </Link>
  1056. </ItemDefinitionGroup>
  1057. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  1058. <ClCompile>
  1059. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1060. <WarningLevel>Level3</WarningLevel>
  1061. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1062. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1063. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1064. <Optimization>Full</Optimization>
  1065. <FunctionLevelLinking>true</FunctionLevelLinking>
  1066. <IntrinsicFunctions>true</IntrinsicFunctions>
  1067. <MinimalRebuild>false</MinimalRebuild>
  1068. <OmitFramePointers>false</OmitFramePointers>
  1069. <StringPooling>true</StringPooling>
  1070. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1071. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1072. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1073. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1074. <LanguageStandard>stdcpp20</LanguageStandard>
  1075. <ConformanceMode>true</ConformanceMode>
  1076. <CompileAsWinRT>false</CompileAsWinRT>
  1077. </ClCompile>
  1078. <Link>
  1079. <SubSystem>Windows</SubSystem>
  1080. <GenerateDebugInformation>true</GenerateDebugInformation>
  1081. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1082. <OptimizeReferences>true</OptimizeReferences>
  1083. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\x86\openmpt-soundtouch.lib</ImportLibrary>
  1084. </Link>
  1085. </ItemDefinitionGroup>
  1086. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1087. <ClCompile>
  1088. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1089. <WarningLevel>Level3</WarningLevel>
  1090. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1091. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1092. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1093. <Optimization>Full</Optimization>
  1094. <FunctionLevelLinking>true</FunctionLevelLinking>
  1095. <IntrinsicFunctions>true</IntrinsicFunctions>
  1096. <MinimalRebuild>false</MinimalRebuild>
  1097. <OmitFramePointers>false</OmitFramePointers>
  1098. <StringPooling>true</StringPooling>
  1099. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1100. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1101. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1102. <LanguageStandard>stdcpp20</LanguageStandard>
  1103. <ConformanceMode>true</ConformanceMode>
  1104. <CompileAsWinRT>false</CompileAsWinRT>
  1105. </ClCompile>
  1106. <Link>
  1107. <SubSystem>Windows</SubSystem>
  1108. <GenerateDebugInformation>true</GenerateDebugInformation>
  1109. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1110. <OptimizeReferences>true</OptimizeReferences>
  1111. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\amd64\openmpt-soundtouch.lib</ImportLibrary>
  1112. </Link>
  1113. </ItemDefinitionGroup>
  1114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1115. <ClCompile>
  1116. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1117. <WarningLevel>Level3</WarningLevel>
  1118. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1119. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1120. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1121. <Optimization>Full</Optimization>
  1122. <FunctionLevelLinking>true</FunctionLevelLinking>
  1123. <IntrinsicFunctions>true</IntrinsicFunctions>
  1124. <MinimalRebuild>false</MinimalRebuild>
  1125. <OmitFramePointers>false</OmitFramePointers>
  1126. <StringPooling>true</StringPooling>
  1127. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1128. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1129. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1130. <LanguageStandard>stdcpp20</LanguageStandard>
  1131. <ConformanceMode>true</ConformanceMode>
  1132. <CompileAsWinRT>false</CompileAsWinRT>
  1133. </ClCompile>
  1134. <Link>
  1135. <SubSystem>Windows</SubSystem>
  1136. <GenerateDebugInformation>true</GenerateDebugInformation>
  1137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1138. <OptimizeReferences>true</OptimizeReferences>
  1139. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm\openmpt-soundtouch.lib</ImportLibrary>
  1140. </Link>
  1141. </ItemDefinitionGroup>
  1142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1143. <ClCompile>
  1144. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1145. <WarningLevel>Level3</WarningLevel>
  1146. <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;DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1147. <AdditionalIncludeDirectories>..\..\..\include\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1148. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1149. <Optimization>Full</Optimization>
  1150. <FunctionLevelLinking>true</FunctionLevelLinking>
  1151. <IntrinsicFunctions>true</IntrinsicFunctions>
  1152. <MinimalRebuild>false</MinimalRebuild>
  1153. <OmitFramePointers>false</OmitFramePointers>
  1154. <StringPooling>true</StringPooling>
  1155. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1156. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1157. <AdditionalOptions>/wd4267 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1158. <LanguageStandard>stdcpp20</LanguageStandard>
  1159. <ConformanceMode>true</ConformanceMode>
  1160. <CompileAsWinRT>false</CompileAsWinRT>
  1161. </ClCompile>
  1162. <Link>
  1163. <SubSystem>Windows</SubSystem>
  1164. <GenerateDebugInformation>true</GenerateDebugInformation>
  1165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1166. <OptimizeReferences>true</OptimizeReferences>
  1167. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm64\openmpt-soundtouch.lib</ImportLibrary>
  1168. </Link>
  1169. </ItemDefinitionGroup>
  1170. <ItemGroup>
  1171. <ClInclude Include="..\..\..\include\soundtouch\include\BPMDetect.h" />
  1172. <ClInclude Include="..\..\..\include\soundtouch\include\FIFOSampleBuffer.h" />
  1173. <ClInclude Include="..\..\..\include\soundtouch\include\FIFOSamplePipe.h" />
  1174. <ClInclude Include="..\..\..\include\soundtouch\include\STTypes.h" />
  1175. <ClInclude Include="..\..\..\include\soundtouch\include\SoundTouch.h" />
  1176. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\AAFilter.h" />
  1177. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\FIRFilter.h" />
  1178. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateCubic.h" />
  1179. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateLinear.h" />
  1180. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateShannon.h" />
  1181. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\PeakFinder.h" />
  1182. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\RateTransposer.h" />
  1183. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\TDStretch.h" />
  1184. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouch\cpu_detect.h" />
  1185. <ClInclude Include="..\..\..\include\soundtouch\source\SoundTouchDLL\SoundTouchDLL.h" />
  1186. </ItemGroup>
  1187. <ItemGroup>
  1188. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\AAFilter.cpp" />
  1189. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\BPMDetect.cpp" />
  1190. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\FIFOSampleBuffer.cpp" />
  1191. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\FIRFilter.cpp" />
  1192. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateCubic.cpp" />
  1193. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateLinear.cpp" />
  1194. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\InterpolateShannon.cpp" />
  1195. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\PeakFinder.cpp" />
  1196. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\RateTransposer.cpp" />
  1197. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\SoundTouch.cpp" />
  1198. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\TDStretch.cpp" />
  1199. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\cpu_detect_x86.cpp" />
  1200. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\mmx_optimized.cpp" />
  1201. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouch\sse_optimized.cpp" />
  1202. <ClCompile Include="..\..\..\include\soundtouch\source\SoundTouchDLL\SoundTouchDLL.cpp" />
  1203. </ItemGroup>
  1204. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1205. <ImportGroup Label="ExtensionTargets">
  1206. </ImportGroup>
  1207. </Project>