libopenmpt_example_cxx.vcxproj 65 KB

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