rtmidi.vcxproj 63 KB

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