smbPitchShift.vcxproj 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131
  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>{89AF16DD-32CC-4A7E-B219-5F117D761F9F}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>smbPitchShift</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\smbPitchShift\x86\Debug\</IntDir>
  359. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\Debug\</IntDir>
  366. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\Debug\</IntDir>
  373. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\Debug\</IntDir>
  380. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86\Release\</IntDir>
  387. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\Release\</IntDir>
  394. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\Release\</IntDir>
  401. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\Release\</IntDir>
  408. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86\Checked\</IntDir>
  415. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\Checked\</IntDir>
  422. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\Checked\</IntDir>
  429. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\Checked\</IntDir>
  436. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86\DebugShared\</IntDir>
  444. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\DebugShared\</IntDir>
  452. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\DebugShared\</IntDir>
  460. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\DebugShared\</IntDir>
  468. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86\ReleaseShared\</IntDir>
  476. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\ReleaseShared\</IntDir>
  484. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\ReleaseShared\</IntDir>
  492. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\ReleaseShared\</IntDir>
  500. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86\CheckedShared\</IntDir>
  508. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\x86_64\CheckedShared\</IntDir>
  516. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm\CheckedShared\</IntDir>
  524. <TargetName>openmpt-smbpitchshift</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\smbPitchShift\arm64\CheckedShared\</IntDir>
  532. <TargetName>openmpt-smbpitchshift</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. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  547. <LanguageStandard>stdcpp20</LanguageStandard>
  548. <ConformanceMode>true</ConformanceMode>
  549. <CompileAsWinRT>false</CompileAsWinRT>
  550. </ClCompile>
  551. <Link>
  552. <SubSystem>Windows</SubSystem>
  553. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  554. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  555. </Link>
  556. </ItemDefinitionGroup>
  557. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  558. <ClCompile>
  559. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  560. <WarningLevel>Level3</WarningLevel>
  561. <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>
  562. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  563. <Optimization>Disabled</Optimization>
  564. <MinimalRebuild>false</MinimalRebuild>
  565. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  566. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  567. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  568. <LanguageStandard>stdcpp20</LanguageStandard>
  569. <ConformanceMode>true</ConformanceMode>
  570. <CompileAsWinRT>false</CompileAsWinRT>
  571. </ClCompile>
  572. <Link>
  573. <SubSystem>Windows</SubSystem>
  574. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  575. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  576. </Link>
  577. </ItemDefinitionGroup>
  578. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  579. <ClCompile>
  580. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  581. <WarningLevel>Level3</WarningLevel>
  582. <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>
  583. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  584. <Optimization>Disabled</Optimization>
  585. <MinimalRebuild>false</MinimalRebuild>
  586. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  587. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  588. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  589. <LanguageStandard>stdcpp20</LanguageStandard>
  590. <ConformanceMode>true</ConformanceMode>
  591. <CompileAsWinRT>false</CompileAsWinRT>
  592. </ClCompile>
  593. <Link>
  594. <SubSystem>Windows</SubSystem>
  595. <GenerateDebugInformation>true</GenerateDebugInformation>
  596. </Link>
  597. </ItemDefinitionGroup>
  598. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  599. <ClCompile>
  600. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  601. <WarningLevel>Level3</WarningLevel>
  602. <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>
  603. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  604. <Optimization>Disabled</Optimization>
  605. <MinimalRebuild>false</MinimalRebuild>
  606. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  607. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  608. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  609. <LanguageStandard>stdcpp20</LanguageStandard>
  610. <ConformanceMode>true</ConformanceMode>
  611. <CompileAsWinRT>false</CompileAsWinRT>
  612. </ClCompile>
  613. <Link>
  614. <SubSystem>Windows</SubSystem>
  615. <GenerateDebugInformation>true</GenerateDebugInformation>
  616. </Link>
  617. </ItemDefinitionGroup>
  618. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  619. <ClCompile>
  620. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  621. <WarningLevel>Level3</WarningLevel>
  622. <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>
  623. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  624. <Optimization>MaxSpeed</Optimization>
  625. <FunctionLevelLinking>true</FunctionLevelLinking>
  626. <IntrinsicFunctions>true</IntrinsicFunctions>
  627. <MinimalRebuild>false</MinimalRebuild>
  628. <StringPooling>true</StringPooling>
  629. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  630. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  631. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  632. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  633. <LanguageStandard>stdcpp20</LanguageStandard>
  634. <ConformanceMode>true</ConformanceMode>
  635. <CompileAsWinRT>false</CompileAsWinRT>
  636. </ClCompile>
  637. <Link>
  638. <SubSystem>Windows</SubSystem>
  639. <GenerateDebugInformation>true</GenerateDebugInformation>
  640. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  641. <OptimizeReferences>true</OptimizeReferences>
  642. </Link>
  643. </ItemDefinitionGroup>
  644. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  645. <ClCompile>
  646. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  647. <WarningLevel>Level3</WarningLevel>
  648. <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>
  649. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  650. <Optimization>MaxSpeed</Optimization>
  651. <FunctionLevelLinking>true</FunctionLevelLinking>
  652. <IntrinsicFunctions>true</IntrinsicFunctions>
  653. <MinimalRebuild>false</MinimalRebuild>
  654. <StringPooling>true</StringPooling>
  655. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  656. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  657. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  658. <LanguageStandard>stdcpp20</LanguageStandard>
  659. <ConformanceMode>true</ConformanceMode>
  660. <CompileAsWinRT>false</CompileAsWinRT>
  661. </ClCompile>
  662. <Link>
  663. <SubSystem>Windows</SubSystem>
  664. <GenerateDebugInformation>true</GenerateDebugInformation>
  665. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  666. <OptimizeReferences>true</OptimizeReferences>
  667. </Link>
  668. </ItemDefinitionGroup>
  669. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  670. <ClCompile>
  671. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  672. <WarningLevel>Level3</WarningLevel>
  673. <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>
  674. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  675. <Optimization>MaxSpeed</Optimization>
  676. <FunctionLevelLinking>true</FunctionLevelLinking>
  677. <IntrinsicFunctions>true</IntrinsicFunctions>
  678. <MinimalRebuild>false</MinimalRebuild>
  679. <StringPooling>true</StringPooling>
  680. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  681. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  682. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  683. <LanguageStandard>stdcpp20</LanguageStandard>
  684. <ConformanceMode>true</ConformanceMode>
  685. <CompileAsWinRT>false</CompileAsWinRT>
  686. </ClCompile>
  687. <Link>
  688. <SubSystem>Windows</SubSystem>
  689. <GenerateDebugInformation>true</GenerateDebugInformation>
  690. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  691. <OptimizeReferences>true</OptimizeReferences>
  692. </Link>
  693. </ItemDefinitionGroup>
  694. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  695. <ClCompile>
  696. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  697. <WarningLevel>Level3</WarningLevel>
  698. <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>
  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>/wd4244 %(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. </Link>
  718. </ItemDefinitionGroup>
  719. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  720. <ClCompile>
  721. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  722. <WarningLevel>Level3</WarningLevel>
  723. <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>
  724. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  725. <Optimization>Full</Optimization>
  726. <FunctionLevelLinking>true</FunctionLevelLinking>
  727. <IntrinsicFunctions>true</IntrinsicFunctions>
  728. <MinimalRebuild>false</MinimalRebuild>
  729. <OmitFramePointers>false</OmitFramePointers>
  730. <StringPooling>true</StringPooling>
  731. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  732. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  733. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  734. <AdditionalOptions>/wd4244 %(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. </Link>
  745. </ItemDefinitionGroup>
  746. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  747. <ClCompile>
  748. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  749. <WarningLevel>Level3</WarningLevel>
  750. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  751. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  752. <Optimization>Full</Optimization>
  753. <FunctionLevelLinking>true</FunctionLevelLinking>
  754. <IntrinsicFunctions>true</IntrinsicFunctions>
  755. <MinimalRebuild>false</MinimalRebuild>
  756. <OmitFramePointers>false</OmitFramePointers>
  757. <StringPooling>true</StringPooling>
  758. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  759. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  760. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  761. <LanguageStandard>stdcpp20</LanguageStandard>
  762. <ConformanceMode>true</ConformanceMode>
  763. <CompileAsWinRT>false</CompileAsWinRT>
  764. </ClCompile>
  765. <Link>
  766. <SubSystem>Windows</SubSystem>
  767. <GenerateDebugInformation>true</GenerateDebugInformation>
  768. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  769. <OptimizeReferences>true</OptimizeReferences>
  770. </Link>
  771. </ItemDefinitionGroup>
  772. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  773. <ClCompile>
  774. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  775. <WarningLevel>Level3</WarningLevel>
  776. <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>
  777. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  778. <Optimization>Full</Optimization>
  779. <FunctionLevelLinking>true</FunctionLevelLinking>
  780. <IntrinsicFunctions>true</IntrinsicFunctions>
  781. <MinimalRebuild>false</MinimalRebuild>
  782. <OmitFramePointers>false</OmitFramePointers>
  783. <StringPooling>true</StringPooling>
  784. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  785. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  786. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  787. <LanguageStandard>stdcpp20</LanguageStandard>
  788. <ConformanceMode>true</ConformanceMode>
  789. <CompileAsWinRT>false</CompileAsWinRT>
  790. </ClCompile>
  791. <Link>
  792. <SubSystem>Windows</SubSystem>
  793. <GenerateDebugInformation>true</GenerateDebugInformation>
  794. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  795. <OptimizeReferences>true</OptimizeReferences>
  796. </Link>
  797. </ItemDefinitionGroup>
  798. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  799. <ClCompile>
  800. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  801. <WarningLevel>Level3</WarningLevel>
  802. <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>
  803. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  804. <Optimization>Full</Optimization>
  805. <FunctionLevelLinking>true</FunctionLevelLinking>
  806. <IntrinsicFunctions>true</IntrinsicFunctions>
  807. <MinimalRebuild>false</MinimalRebuild>
  808. <OmitFramePointers>false</OmitFramePointers>
  809. <StringPooling>true</StringPooling>
  810. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  811. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  812. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  813. <LanguageStandard>stdcpp20</LanguageStandard>
  814. <ConformanceMode>true</ConformanceMode>
  815. <CompileAsWinRT>false</CompileAsWinRT>
  816. </ClCompile>
  817. <Link>
  818. <SubSystem>Windows</SubSystem>
  819. <GenerateDebugInformation>true</GenerateDebugInformation>
  820. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  821. <OptimizeReferences>true</OptimizeReferences>
  822. </Link>
  823. </ItemDefinitionGroup>
  824. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  825. <ClCompile>
  826. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  827. <WarningLevel>Level3</WarningLevel>
  828. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  829. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  830. <Optimization>Disabled</Optimization>
  831. <MinimalRebuild>false</MinimalRebuild>
  832. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  833. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  834. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  835. <LanguageStandard>stdcpp20</LanguageStandard>
  836. <ConformanceMode>true</ConformanceMode>
  837. <CompileAsWinRT>false</CompileAsWinRT>
  838. </ClCompile>
  839. <Link>
  840. <SubSystem>Windows</SubSystem>
  841. <GenerateDebugInformation>true</GenerateDebugInformation>
  842. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  843. </Link>
  844. </ItemDefinitionGroup>
  845. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  846. <ClCompile>
  847. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  848. <WarningLevel>Level3</WarningLevel>
  849. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  850. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  851. <Optimization>Disabled</Optimization>
  852. <MinimalRebuild>false</MinimalRebuild>
  853. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  854. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  855. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  856. <LanguageStandard>stdcpp20</LanguageStandard>
  857. <ConformanceMode>true</ConformanceMode>
  858. <CompileAsWinRT>false</CompileAsWinRT>
  859. </ClCompile>
  860. <Link>
  861. <SubSystem>Windows</SubSystem>
  862. <GenerateDebugInformation>true</GenerateDebugInformation>
  863. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  864. </Link>
  865. </ItemDefinitionGroup>
  866. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  867. <ClCompile>
  868. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  869. <WarningLevel>Level3</WarningLevel>
  870. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  871. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  872. <Optimization>Disabled</Optimization>
  873. <MinimalRebuild>false</MinimalRebuild>
  874. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  875. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  876. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  877. <LanguageStandard>stdcpp20</LanguageStandard>
  878. <ConformanceMode>true</ConformanceMode>
  879. <CompileAsWinRT>false</CompileAsWinRT>
  880. </ClCompile>
  881. <Link>
  882. <SubSystem>Windows</SubSystem>
  883. <GenerateDebugInformation>true</GenerateDebugInformation>
  884. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm\openmpt-smbpitchshift.lib</ImportLibrary>
  885. </Link>
  886. </ItemDefinitionGroup>
  887. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  888. <ClCompile>
  889. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  890. <WarningLevel>Level3</WarningLevel>
  891. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  892. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  893. <Optimization>Disabled</Optimization>
  894. <MinimalRebuild>false</MinimalRebuild>
  895. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  896. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  897. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  898. <LanguageStandard>stdcpp20</LanguageStandard>
  899. <ConformanceMode>true</ConformanceMode>
  900. <CompileAsWinRT>false</CompileAsWinRT>
  901. </ClCompile>
  902. <Link>
  903. <SubSystem>Windows</SubSystem>
  904. <GenerateDebugInformation>true</GenerateDebugInformation>
  905. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm64\openmpt-smbpitchshift.lib</ImportLibrary>
  906. </Link>
  907. </ItemDefinitionGroup>
  908. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  909. <ClCompile>
  910. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  911. <WarningLevel>Level3</WarningLevel>
  912. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  913. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  914. <Optimization>MaxSpeed</Optimization>
  915. <FunctionLevelLinking>true</FunctionLevelLinking>
  916. <IntrinsicFunctions>true</IntrinsicFunctions>
  917. <MinimalRebuild>false</MinimalRebuild>
  918. <StringPooling>true</StringPooling>
  919. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  920. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  921. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  922. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  923. <LanguageStandard>stdcpp20</LanguageStandard>
  924. <ConformanceMode>true</ConformanceMode>
  925. <CompileAsWinRT>false</CompileAsWinRT>
  926. </ClCompile>
  927. <Link>
  928. <SubSystem>Windows</SubSystem>
  929. <GenerateDebugInformation>true</GenerateDebugInformation>
  930. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  931. <OptimizeReferences>true</OptimizeReferences>
  932. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  933. </Link>
  934. </ItemDefinitionGroup>
  935. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  936. <ClCompile>
  937. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  938. <WarningLevel>Level3</WarningLevel>
  939. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  940. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  941. <Optimization>MaxSpeed</Optimization>
  942. <FunctionLevelLinking>true</FunctionLevelLinking>
  943. <IntrinsicFunctions>true</IntrinsicFunctions>
  944. <MinimalRebuild>false</MinimalRebuild>
  945. <StringPooling>true</StringPooling>
  946. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  947. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  948. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  949. <LanguageStandard>stdcpp20</LanguageStandard>
  950. <ConformanceMode>true</ConformanceMode>
  951. <CompileAsWinRT>false</CompileAsWinRT>
  952. </ClCompile>
  953. <Link>
  954. <SubSystem>Windows</SubSystem>
  955. <GenerateDebugInformation>true</GenerateDebugInformation>
  956. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  957. <OptimizeReferences>true</OptimizeReferences>
  958. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  959. </Link>
  960. </ItemDefinitionGroup>
  961. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  962. <ClCompile>
  963. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  964. <WarningLevel>Level3</WarningLevel>
  965. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  966. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  967. <Optimization>MaxSpeed</Optimization>
  968. <FunctionLevelLinking>true</FunctionLevelLinking>
  969. <IntrinsicFunctions>true</IntrinsicFunctions>
  970. <MinimalRebuild>false</MinimalRebuild>
  971. <StringPooling>true</StringPooling>
  972. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  973. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  974. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  975. <LanguageStandard>stdcpp20</LanguageStandard>
  976. <ConformanceMode>true</ConformanceMode>
  977. <CompileAsWinRT>false</CompileAsWinRT>
  978. </ClCompile>
  979. <Link>
  980. <SubSystem>Windows</SubSystem>
  981. <GenerateDebugInformation>true</GenerateDebugInformation>
  982. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  983. <OptimizeReferences>true</OptimizeReferences>
  984. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm\openmpt-smbpitchshift.lib</ImportLibrary>
  985. </Link>
  986. </ItemDefinitionGroup>
  987. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  988. <ClCompile>
  989. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  990. <WarningLevel>Level3</WarningLevel>
  991. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  992. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  993. <Optimization>MaxSpeed</Optimization>
  994. <FunctionLevelLinking>true</FunctionLevelLinking>
  995. <IntrinsicFunctions>true</IntrinsicFunctions>
  996. <MinimalRebuild>false</MinimalRebuild>
  997. <StringPooling>true</StringPooling>
  998. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  999. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1000. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  1001. <LanguageStandard>stdcpp20</LanguageStandard>
  1002. <ConformanceMode>true</ConformanceMode>
  1003. <CompileAsWinRT>false</CompileAsWinRT>
  1004. </ClCompile>
  1005. <Link>
  1006. <SubSystem>Windows</SubSystem>
  1007. <GenerateDebugInformation>true</GenerateDebugInformation>
  1008. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1009. <OptimizeReferences>true</OptimizeReferences>
  1010. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm64\openmpt-smbpitchshift.lib</ImportLibrary>
  1011. </Link>
  1012. </ItemDefinitionGroup>
  1013. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  1014. <ClCompile>
  1015. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1016. <WarningLevel>Level3</WarningLevel>
  1017. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1018. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1019. <Optimization>Full</Optimization>
  1020. <FunctionLevelLinking>true</FunctionLevelLinking>
  1021. <IntrinsicFunctions>true</IntrinsicFunctions>
  1022. <MinimalRebuild>false</MinimalRebuild>
  1023. <OmitFramePointers>false</OmitFramePointers>
  1024. <StringPooling>true</StringPooling>
  1025. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1026. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1027. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1028. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  1029. <LanguageStandard>stdcpp20</LanguageStandard>
  1030. <ConformanceMode>true</ConformanceMode>
  1031. <CompileAsWinRT>false</CompileAsWinRT>
  1032. </ClCompile>
  1033. <Link>
  1034. <SubSystem>Windows</SubSystem>
  1035. <GenerateDebugInformation>true</GenerateDebugInformation>
  1036. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1037. <OptimizeReferences>true</OptimizeReferences>
  1038. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  1039. </Link>
  1040. </ItemDefinitionGroup>
  1041. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1042. <ClCompile>
  1043. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1044. <WarningLevel>Level3</WarningLevel>
  1045. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1046. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1047. <Optimization>Full</Optimization>
  1048. <FunctionLevelLinking>true</FunctionLevelLinking>
  1049. <IntrinsicFunctions>true</IntrinsicFunctions>
  1050. <MinimalRebuild>false</MinimalRebuild>
  1051. <OmitFramePointers>false</OmitFramePointers>
  1052. <StringPooling>true</StringPooling>
  1053. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1054. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1055. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  1056. <LanguageStandard>stdcpp20</LanguageStandard>
  1057. <ConformanceMode>true</ConformanceMode>
  1058. <CompileAsWinRT>false</CompileAsWinRT>
  1059. </ClCompile>
  1060. <Link>
  1061. <SubSystem>Windows</SubSystem>
  1062. <GenerateDebugInformation>true</GenerateDebugInformation>
  1063. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1064. <OptimizeReferences>true</OptimizeReferences>
  1065. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  1066. </Link>
  1067. </ItemDefinitionGroup>
  1068. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1069. <ClCompile>
  1070. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1071. <WarningLevel>Level3</WarningLevel>
  1072. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1073. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1074. <Optimization>Full</Optimization>
  1075. <FunctionLevelLinking>true</FunctionLevelLinking>
  1076. <IntrinsicFunctions>true</IntrinsicFunctions>
  1077. <MinimalRebuild>false</MinimalRebuild>
  1078. <OmitFramePointers>false</OmitFramePointers>
  1079. <StringPooling>true</StringPooling>
  1080. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1081. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1082. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  1083. <LanguageStandard>stdcpp20</LanguageStandard>
  1084. <ConformanceMode>true</ConformanceMode>
  1085. <CompileAsWinRT>false</CompileAsWinRT>
  1086. </ClCompile>
  1087. <Link>
  1088. <SubSystem>Windows</SubSystem>
  1089. <GenerateDebugInformation>true</GenerateDebugInformation>
  1090. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1091. <OptimizeReferences>true</OptimizeReferences>
  1092. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm\openmpt-smbpitchshift.lib</ImportLibrary>
  1093. </Link>
  1094. </ItemDefinitionGroup>
  1095. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1096. <ClCompile>
  1097. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1098. <WarningLevel>Level3</WarningLevel>
  1099. <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;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1100. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1101. <Optimization>Full</Optimization>
  1102. <FunctionLevelLinking>true</FunctionLevelLinking>
  1103. <IntrinsicFunctions>true</IntrinsicFunctions>
  1104. <MinimalRebuild>false</MinimalRebuild>
  1105. <OmitFramePointers>false</OmitFramePointers>
  1106. <StringPooling>true</StringPooling>
  1107. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1108. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1109. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  1110. <LanguageStandard>stdcpp20</LanguageStandard>
  1111. <ConformanceMode>true</ConformanceMode>
  1112. <CompileAsWinRT>false</CompileAsWinRT>
  1113. </ClCompile>
  1114. <Link>
  1115. <SubSystem>Windows</SubSystem>
  1116. <GenerateDebugInformation>true</GenerateDebugInformation>
  1117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1118. <OptimizeReferences>true</OptimizeReferences>
  1119. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm64\openmpt-smbpitchshift.lib</ImportLibrary>
  1120. </Link>
  1121. </ItemDefinitionGroup>
  1122. <ItemGroup>
  1123. <ClInclude Include="..\..\..\include\smbPitchShift\smbPitchShift.h" />
  1124. </ItemGroup>
  1125. <ItemGroup>
  1126. <ClCompile Include="..\..\..\include\smbPitchShift\smbPitchShift.cpp" />
  1127. </ItemGroup>
  1128. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1129. <ImportGroup Label="ExtensionTargets">
  1130. </ImportGroup>
  1131. </Project>