rtmidi.vcxproj 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  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>{05BBD03D-0985-4D76-8DDD-534DA631C3A8}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>rtmidi</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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. <OutDir>..\..\lib\vs2022win10clang\x86\Debug\</OutDir>
  344. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\Debug\</IntDir>
  345. <TargetName>openmpt-rtmidi</TargetName>
  346. <TargetExt>.lib</TargetExt>
  347. </PropertyGroup>
  348. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  349. <OutDir>..\..\lib\vs2022win10clang\x86_64\Debug\</OutDir>
  350. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\Debug\</IntDir>
  351. <TargetName>openmpt-rtmidi</TargetName>
  352. <TargetExt>.lib</TargetExt>
  353. </PropertyGroup>
  354. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  355. <OutDir>..\..\lib\vs2022win10clang\arm\Debug\</OutDir>
  356. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\Debug\</IntDir>
  357. <TargetName>openmpt-rtmidi</TargetName>
  358. <TargetExt>.lib</TargetExt>
  359. </PropertyGroup>
  360. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  361. <OutDir>..\..\lib\vs2022win10clang\arm64\Debug\</OutDir>
  362. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\Debug\</IntDir>
  363. <TargetName>openmpt-rtmidi</TargetName>
  364. <TargetExt>.lib</TargetExt>
  365. </PropertyGroup>
  366. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  367. <OutDir>..\..\lib\vs2022win10clang\x86\Release\</OutDir>
  368. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\Release\</IntDir>
  369. <TargetName>openmpt-rtmidi</TargetName>
  370. <TargetExt>.lib</TargetExt>
  371. </PropertyGroup>
  372. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  373. <OutDir>..\..\lib\vs2022win10clang\x86_64\Release\</OutDir>
  374. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\Release\</IntDir>
  375. <TargetName>openmpt-rtmidi</TargetName>
  376. <TargetExt>.lib</TargetExt>
  377. </PropertyGroup>
  378. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  379. <OutDir>..\..\lib\vs2022win10clang\arm\Release\</OutDir>
  380. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\Release\</IntDir>
  381. <TargetName>openmpt-rtmidi</TargetName>
  382. <TargetExt>.lib</TargetExt>
  383. </PropertyGroup>
  384. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  385. <OutDir>..\..\lib\vs2022win10clang\arm64\Release\</OutDir>
  386. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\Release\</IntDir>
  387. <TargetName>openmpt-rtmidi</TargetName>
  388. <TargetExt>.lib</TargetExt>
  389. </PropertyGroup>
  390. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  391. <OutDir>..\..\lib\vs2022win10clang\x86\Checked\</OutDir>
  392. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\Checked\</IntDir>
  393. <TargetName>openmpt-rtmidi</TargetName>
  394. <TargetExt>.lib</TargetExt>
  395. </PropertyGroup>
  396. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  397. <OutDir>..\..\lib\vs2022win10clang\x86_64\Checked\</OutDir>
  398. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\Checked\</IntDir>
  399. <TargetName>openmpt-rtmidi</TargetName>
  400. <TargetExt>.lib</TargetExt>
  401. </PropertyGroup>
  402. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  403. <OutDir>..\..\lib\vs2022win10clang\arm\Checked\</OutDir>
  404. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\Checked\</IntDir>
  405. <TargetName>openmpt-rtmidi</TargetName>
  406. <TargetExt>.lib</TargetExt>
  407. </PropertyGroup>
  408. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  409. <OutDir>..\..\lib\vs2022win10clang\arm64\Checked\</OutDir>
  410. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\Checked\</IntDir>
  411. <TargetName>openmpt-rtmidi</TargetName>
  412. <TargetExt>.lib</TargetExt>
  413. </PropertyGroup>
  414. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  415. <OutDir>..\..\lib\vs2022win10clang\x86\DebugShared\</OutDir>
  416. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\DebugShared\</IntDir>
  417. <TargetName>openmpt-rtmidi</TargetName>
  418. <TargetExt>.lib</TargetExt>
  419. </PropertyGroup>
  420. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  421. <OutDir>..\..\lib\vs2022win10clang\x86_64\DebugShared\</OutDir>
  422. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\DebugShared\</IntDir>
  423. <TargetName>openmpt-rtmidi</TargetName>
  424. <TargetExt>.lib</TargetExt>
  425. </PropertyGroup>
  426. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  427. <OutDir>..\..\lib\vs2022win10clang\arm\DebugShared\</OutDir>
  428. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\DebugShared\</IntDir>
  429. <TargetName>openmpt-rtmidi</TargetName>
  430. <TargetExt>.lib</TargetExt>
  431. </PropertyGroup>
  432. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  433. <OutDir>..\..\lib\vs2022win10clang\arm64\DebugShared\</OutDir>
  434. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\DebugShared\</IntDir>
  435. <TargetName>openmpt-rtmidi</TargetName>
  436. <TargetExt>.lib</TargetExt>
  437. </PropertyGroup>
  438. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  439. <OutDir>..\..\lib\vs2022win10clang\x86\ReleaseShared\</OutDir>
  440. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\ReleaseShared\</IntDir>
  441. <TargetName>openmpt-rtmidi</TargetName>
  442. <TargetExt>.lib</TargetExt>
  443. </PropertyGroup>
  444. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  445. <OutDir>..\..\lib\vs2022win10clang\x86_64\ReleaseShared\</OutDir>
  446. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\ReleaseShared\</IntDir>
  447. <TargetName>openmpt-rtmidi</TargetName>
  448. <TargetExt>.lib</TargetExt>
  449. </PropertyGroup>
  450. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  451. <OutDir>..\..\lib\vs2022win10clang\arm\ReleaseShared\</OutDir>
  452. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\ReleaseShared\</IntDir>
  453. <TargetName>openmpt-rtmidi</TargetName>
  454. <TargetExt>.lib</TargetExt>
  455. </PropertyGroup>
  456. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  457. <OutDir>..\..\lib\vs2022win10clang\arm64\ReleaseShared\</OutDir>
  458. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\ReleaseShared\</IntDir>
  459. <TargetName>openmpt-rtmidi</TargetName>
  460. <TargetExt>.lib</TargetExt>
  461. </PropertyGroup>
  462. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  463. <OutDir>..\..\lib\vs2022win10clang\x86\CheckedShared\</OutDir>
  464. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86\CheckedShared\</IntDir>
  465. <TargetName>openmpt-rtmidi</TargetName>
  466. <TargetExt>.lib</TargetExt>
  467. </PropertyGroup>
  468. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  469. <OutDir>..\..\lib\vs2022win10clang\x86_64\CheckedShared\</OutDir>
  470. <IntDir>..\..\obj\vs2022win10clang\rtmidi\x86_64\CheckedShared\</IntDir>
  471. <TargetName>openmpt-rtmidi</TargetName>
  472. <TargetExt>.lib</TargetExt>
  473. </PropertyGroup>
  474. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  475. <OutDir>..\..\lib\vs2022win10clang\arm\CheckedShared\</OutDir>
  476. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm\CheckedShared\</IntDir>
  477. <TargetName>openmpt-rtmidi</TargetName>
  478. <TargetExt>.lib</TargetExt>
  479. </PropertyGroup>
  480. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  481. <OutDir>..\..\lib\vs2022win10clang\arm64\CheckedShared\</OutDir>
  482. <IntDir>..\..\obj\vs2022win10clang\rtmidi\arm64\CheckedShared\</IntDir>
  483. <TargetName>openmpt-rtmidi</TargetName>
  484. <TargetExt>.lib</TargetExt>
  485. </PropertyGroup>
  486. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  487. <ClCompile>
  488. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  489. <WarningLevel>Level3</WarningLevel>
  490. <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>
  491. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  492. <Optimization>Disabled</Optimization>
  493. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  494. <LanguageStandard>stdcpp17</LanguageStandard>
  495. <ConformanceMode>true</ConformanceMode>
  496. </ClCompile>
  497. <Link>
  498. <SubSystem>Windows</SubSystem>
  499. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  500. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  501. </Link>
  502. </ItemDefinitionGroup>
  503. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  504. <ClCompile>
  505. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  506. <WarningLevel>Level3</WarningLevel>
  507. <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>
  508. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  509. <Optimization>Disabled</Optimization>
  510. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  511. <LanguageStandard>stdcpp17</LanguageStandard>
  512. <ConformanceMode>true</ConformanceMode>
  513. </ClCompile>
  514. <Link>
  515. <SubSystem>Windows</SubSystem>
  516. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  517. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  518. </Link>
  519. </ItemDefinitionGroup>
  520. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  521. <ClCompile>
  522. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  523. <WarningLevel>Level3</WarningLevel>
  524. <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>
  525. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  526. <Optimization>Disabled</Optimization>
  527. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  528. <LanguageStandard>stdcpp17</LanguageStandard>
  529. <ConformanceMode>true</ConformanceMode>
  530. </ClCompile>
  531. <Link>
  532. <SubSystem>Windows</SubSystem>
  533. <GenerateDebugInformation>true</GenerateDebugInformation>
  534. </Link>
  535. </ItemDefinitionGroup>
  536. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  537. <ClCompile>
  538. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  539. <WarningLevel>Level3</WarningLevel>
  540. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  541. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  542. <Optimization>Disabled</Optimization>
  543. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  544. <LanguageStandard>stdcpp17</LanguageStandard>
  545. <ConformanceMode>true</ConformanceMode>
  546. </ClCompile>
  547. <Link>
  548. <SubSystem>Windows</SubSystem>
  549. <GenerateDebugInformation>true</GenerateDebugInformation>
  550. </Link>
  551. </ItemDefinitionGroup>
  552. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  553. <ClCompile>
  554. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  555. <WarningLevel>Level3</WarningLevel>
  556. <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>
  557. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  558. <Optimization>MaxSpeed</Optimization>
  559. <FunctionLevelLinking>true</FunctionLevelLinking>
  560. <IntrinsicFunctions>true</IntrinsicFunctions>
  561. <MinimalRebuild>false</MinimalRebuild>
  562. <StringPooling>true</StringPooling>
  563. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  564. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  565. <LanguageStandard>stdcpp17</LanguageStandard>
  566. <ConformanceMode>true</ConformanceMode>
  567. </ClCompile>
  568. <Link>
  569. <SubSystem>Windows</SubSystem>
  570. <GenerateDebugInformation>true</GenerateDebugInformation>
  571. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  572. <OptimizeReferences>true</OptimizeReferences>
  573. </Link>
  574. </ItemDefinitionGroup>
  575. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  576. <ClCompile>
  577. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  578. <WarningLevel>Level3</WarningLevel>
  579. <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>
  580. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  581. <Optimization>MaxSpeed</Optimization>
  582. <FunctionLevelLinking>true</FunctionLevelLinking>
  583. <IntrinsicFunctions>true</IntrinsicFunctions>
  584. <MinimalRebuild>false</MinimalRebuild>
  585. <StringPooling>true</StringPooling>
  586. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  587. <LanguageStandard>stdcpp17</LanguageStandard>
  588. <ConformanceMode>true</ConformanceMode>
  589. </ClCompile>
  590. <Link>
  591. <SubSystem>Windows</SubSystem>
  592. <GenerateDebugInformation>true</GenerateDebugInformation>
  593. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  594. <OptimizeReferences>true</OptimizeReferences>
  595. </Link>
  596. </ItemDefinitionGroup>
  597. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  598. <ClCompile>
  599. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  600. <WarningLevel>Level3</WarningLevel>
  601. <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>
  602. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  603. <Optimization>MaxSpeed</Optimization>
  604. <FunctionLevelLinking>true</FunctionLevelLinking>
  605. <IntrinsicFunctions>true</IntrinsicFunctions>
  606. <MinimalRebuild>false</MinimalRebuild>
  607. <StringPooling>true</StringPooling>
  608. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  609. <LanguageStandard>stdcpp17</LanguageStandard>
  610. <ConformanceMode>true</ConformanceMode>
  611. </ClCompile>
  612. <Link>
  613. <SubSystem>Windows</SubSystem>
  614. <GenerateDebugInformation>true</GenerateDebugInformation>
  615. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  616. <OptimizeReferences>true</OptimizeReferences>
  617. </Link>
  618. </ItemDefinitionGroup>
  619. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  620. <ClCompile>
  621. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  622. <WarningLevel>Level3</WarningLevel>
  623. <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>
  624. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  625. <Optimization>MaxSpeed</Optimization>
  626. <FunctionLevelLinking>true</FunctionLevelLinking>
  627. <IntrinsicFunctions>true</IntrinsicFunctions>
  628. <MinimalRebuild>false</MinimalRebuild>
  629. <StringPooling>true</StringPooling>
  630. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  631. <LanguageStandard>stdcpp17</LanguageStandard>
  632. <ConformanceMode>true</ConformanceMode>
  633. </ClCompile>
  634. <Link>
  635. <SubSystem>Windows</SubSystem>
  636. <GenerateDebugInformation>true</GenerateDebugInformation>
  637. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  638. <OptimizeReferences>true</OptimizeReferences>
  639. </Link>
  640. </ItemDefinitionGroup>
  641. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  642. <ClCompile>
  643. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  644. <WarningLevel>Level3</WarningLevel>
  645. <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>
  646. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  647. <Optimization>Full</Optimization>
  648. <FunctionLevelLinking>true</FunctionLevelLinking>
  649. <IntrinsicFunctions>true</IntrinsicFunctions>
  650. <MinimalRebuild>false</MinimalRebuild>
  651. <OmitFramePointers>false</OmitFramePointers>
  652. <StringPooling>true</StringPooling>
  653. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  654. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  655. <LanguageStandard>stdcpp17</LanguageStandard>
  656. <ConformanceMode>true</ConformanceMode>
  657. </ClCompile>
  658. <Link>
  659. <SubSystem>Windows</SubSystem>
  660. <GenerateDebugInformation>true</GenerateDebugInformation>
  661. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  662. <OptimizeReferences>true</OptimizeReferences>
  663. </Link>
  664. </ItemDefinitionGroup>
  665. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  666. <ClCompile>
  667. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  668. <WarningLevel>Level3</WarningLevel>
  669. <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>
  670. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  671. <Optimization>Full</Optimization>
  672. <FunctionLevelLinking>true</FunctionLevelLinking>
  673. <IntrinsicFunctions>true</IntrinsicFunctions>
  674. <MinimalRebuild>false</MinimalRebuild>
  675. <OmitFramePointers>false</OmitFramePointers>
  676. <StringPooling>true</StringPooling>
  677. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  678. <LanguageStandard>stdcpp17</LanguageStandard>
  679. <ConformanceMode>true</ConformanceMode>
  680. </ClCompile>
  681. <Link>
  682. <SubSystem>Windows</SubSystem>
  683. <GenerateDebugInformation>true</GenerateDebugInformation>
  684. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  685. <OptimizeReferences>true</OptimizeReferences>
  686. </Link>
  687. </ItemDefinitionGroup>
  688. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  689. <ClCompile>
  690. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  691. <WarningLevel>Level3</WarningLevel>
  692. <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>
  693. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  694. <Optimization>Full</Optimization>
  695. <FunctionLevelLinking>true</FunctionLevelLinking>
  696. <IntrinsicFunctions>true</IntrinsicFunctions>
  697. <MinimalRebuild>false</MinimalRebuild>
  698. <OmitFramePointers>false</OmitFramePointers>
  699. <StringPooling>true</StringPooling>
  700. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  701. <LanguageStandard>stdcpp17</LanguageStandard>
  702. <ConformanceMode>true</ConformanceMode>
  703. </ClCompile>
  704. <Link>
  705. <SubSystem>Windows</SubSystem>
  706. <GenerateDebugInformation>true</GenerateDebugInformation>
  707. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  708. <OptimizeReferences>true</OptimizeReferences>
  709. </Link>
  710. </ItemDefinitionGroup>
  711. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  712. <ClCompile>
  713. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  714. <WarningLevel>Level3</WarningLevel>
  715. <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>
  716. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  717. <Optimization>Full</Optimization>
  718. <FunctionLevelLinking>true</FunctionLevelLinking>
  719. <IntrinsicFunctions>true</IntrinsicFunctions>
  720. <MinimalRebuild>false</MinimalRebuild>
  721. <OmitFramePointers>false</OmitFramePointers>
  722. <StringPooling>true</StringPooling>
  723. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  724. <LanguageStandard>stdcpp17</LanguageStandard>
  725. <ConformanceMode>true</ConformanceMode>
  726. </ClCompile>
  727. <Link>
  728. <SubSystem>Windows</SubSystem>
  729. <GenerateDebugInformation>true</GenerateDebugInformation>
  730. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  731. <OptimizeReferences>true</OptimizeReferences>
  732. </Link>
  733. </ItemDefinitionGroup>
  734. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  735. <ClCompile>
  736. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  737. <WarningLevel>Level3</WarningLevel>
  738. <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>
  739. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  740. <Optimization>Disabled</Optimization>
  741. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  742. <LanguageStandard>stdcpp17</LanguageStandard>
  743. <ConformanceMode>true</ConformanceMode>
  744. </ClCompile>
  745. <Link>
  746. <SubSystem>Windows</SubSystem>
  747. <GenerateDebugInformation>true</GenerateDebugInformation>
  748. </Link>
  749. </ItemDefinitionGroup>
  750. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  751. <ClCompile>
  752. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  753. <WarningLevel>Level3</WarningLevel>
  754. <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>
  755. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  756. <Optimization>Disabled</Optimization>
  757. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  758. <LanguageStandard>stdcpp17</LanguageStandard>
  759. <ConformanceMode>true</ConformanceMode>
  760. </ClCompile>
  761. <Link>
  762. <SubSystem>Windows</SubSystem>
  763. <GenerateDebugInformation>true</GenerateDebugInformation>
  764. </Link>
  765. </ItemDefinitionGroup>
  766. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  767. <ClCompile>
  768. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  769. <WarningLevel>Level3</WarningLevel>
  770. <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>
  771. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  772. <Optimization>Disabled</Optimization>
  773. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  774. <LanguageStandard>stdcpp17</LanguageStandard>
  775. <ConformanceMode>true</ConformanceMode>
  776. </ClCompile>
  777. <Link>
  778. <SubSystem>Windows</SubSystem>
  779. <GenerateDebugInformation>true</GenerateDebugInformation>
  780. </Link>
  781. </ItemDefinitionGroup>
  782. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  783. <ClCompile>
  784. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  785. <WarningLevel>Level3</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=0x0A000004;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  787. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  788. <Optimization>Disabled</Optimization>
  789. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  790. <LanguageStandard>stdcpp17</LanguageStandard>
  791. <ConformanceMode>true</ConformanceMode>
  792. </ClCompile>
  793. <Link>
  794. <SubSystem>Windows</SubSystem>
  795. <GenerateDebugInformation>true</GenerateDebugInformation>
  796. </Link>
  797. </ItemDefinitionGroup>
  798. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  799. <ClCompile>
  800. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  801. <WarningLevel>Level3</WarningLevel>
  802. <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>
  803. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  804. <Optimization>MaxSpeed</Optimization>
  805. <FunctionLevelLinking>true</FunctionLevelLinking>
  806. <IntrinsicFunctions>true</IntrinsicFunctions>
  807. <MinimalRebuild>false</MinimalRebuild>
  808. <StringPooling>true</StringPooling>
  809. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  810. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  811. <LanguageStandard>stdcpp17</LanguageStandard>
  812. <ConformanceMode>true</ConformanceMode>
  813. </ClCompile>
  814. <Link>
  815. <SubSystem>Windows</SubSystem>
  816. <GenerateDebugInformation>true</GenerateDebugInformation>
  817. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  818. <OptimizeReferences>true</OptimizeReferences>
  819. </Link>
  820. </ItemDefinitionGroup>
  821. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  822. <ClCompile>
  823. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  824. <WarningLevel>Level3</WarningLevel>
  825. <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>
  826. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  827. <Optimization>MaxSpeed</Optimization>
  828. <FunctionLevelLinking>true</FunctionLevelLinking>
  829. <IntrinsicFunctions>true</IntrinsicFunctions>
  830. <MinimalRebuild>false</MinimalRebuild>
  831. <StringPooling>true</StringPooling>
  832. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  833. <LanguageStandard>stdcpp17</LanguageStandard>
  834. <ConformanceMode>true</ConformanceMode>
  835. </ClCompile>
  836. <Link>
  837. <SubSystem>Windows</SubSystem>
  838. <GenerateDebugInformation>true</GenerateDebugInformation>
  839. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  840. <OptimizeReferences>true</OptimizeReferences>
  841. </Link>
  842. </ItemDefinitionGroup>
  843. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  844. <ClCompile>
  845. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  846. <WarningLevel>Level3</WarningLevel>
  847. <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>
  848. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  849. <Optimization>MaxSpeed</Optimization>
  850. <FunctionLevelLinking>true</FunctionLevelLinking>
  851. <IntrinsicFunctions>true</IntrinsicFunctions>
  852. <MinimalRebuild>false</MinimalRebuild>
  853. <StringPooling>true</StringPooling>
  854. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  855. <LanguageStandard>stdcpp17</LanguageStandard>
  856. <ConformanceMode>true</ConformanceMode>
  857. </ClCompile>
  858. <Link>
  859. <SubSystem>Windows</SubSystem>
  860. <GenerateDebugInformation>true</GenerateDebugInformation>
  861. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  862. <OptimizeReferences>true</OptimizeReferences>
  863. </Link>
  864. </ItemDefinitionGroup>
  865. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  866. <ClCompile>
  867. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  868. <WarningLevel>Level3</WarningLevel>
  869. <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>
  870. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  871. <Optimization>MaxSpeed</Optimization>
  872. <FunctionLevelLinking>true</FunctionLevelLinking>
  873. <IntrinsicFunctions>true</IntrinsicFunctions>
  874. <MinimalRebuild>false</MinimalRebuild>
  875. <StringPooling>true</StringPooling>
  876. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  877. <LanguageStandard>stdcpp17</LanguageStandard>
  878. <ConformanceMode>true</ConformanceMode>
  879. </ClCompile>
  880. <Link>
  881. <SubSystem>Windows</SubSystem>
  882. <GenerateDebugInformation>true</GenerateDebugInformation>
  883. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  884. <OptimizeReferences>true</OptimizeReferences>
  885. </Link>
  886. </ItemDefinitionGroup>
  887. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  888. <ClCompile>
  889. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  890. <WarningLevel>Level3</WarningLevel>
  891. <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>
  892. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  893. <Optimization>Full</Optimization>
  894. <FunctionLevelLinking>true</FunctionLevelLinking>
  895. <IntrinsicFunctions>true</IntrinsicFunctions>
  896. <MinimalRebuild>false</MinimalRebuild>
  897. <OmitFramePointers>false</OmitFramePointers>
  898. <StringPooling>true</StringPooling>
  899. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  900. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  901. <LanguageStandard>stdcpp17</LanguageStandard>
  902. <ConformanceMode>true</ConformanceMode>
  903. </ClCompile>
  904. <Link>
  905. <SubSystem>Windows</SubSystem>
  906. <GenerateDebugInformation>true</GenerateDebugInformation>
  907. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  908. <OptimizeReferences>true</OptimizeReferences>
  909. </Link>
  910. </ItemDefinitionGroup>
  911. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  912. <ClCompile>
  913. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  914. <WarningLevel>Level3</WarningLevel>
  915. <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>
  916. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  917. <Optimization>Full</Optimization>
  918. <FunctionLevelLinking>true</FunctionLevelLinking>
  919. <IntrinsicFunctions>true</IntrinsicFunctions>
  920. <MinimalRebuild>false</MinimalRebuild>
  921. <OmitFramePointers>false</OmitFramePointers>
  922. <StringPooling>true</StringPooling>
  923. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  924. <LanguageStandard>stdcpp17</LanguageStandard>
  925. <ConformanceMode>true</ConformanceMode>
  926. </ClCompile>
  927. <Link>
  928. <SubSystem>Windows</SubSystem>
  929. <GenerateDebugInformation>true</GenerateDebugInformation>
  930. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  931. <OptimizeReferences>true</OptimizeReferences>
  932. </Link>
  933. </ItemDefinitionGroup>
  934. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  935. <ClCompile>
  936. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  937. <WarningLevel>Level3</WarningLevel>
  938. <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>
  939. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  940. <Optimization>Full</Optimization>
  941. <FunctionLevelLinking>true</FunctionLevelLinking>
  942. <IntrinsicFunctions>true</IntrinsicFunctions>
  943. <MinimalRebuild>false</MinimalRebuild>
  944. <OmitFramePointers>false</OmitFramePointers>
  945. <StringPooling>true</StringPooling>
  946. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  947. <LanguageStandard>stdcpp17</LanguageStandard>
  948. <ConformanceMode>true</ConformanceMode>
  949. </ClCompile>
  950. <Link>
  951. <SubSystem>Windows</SubSystem>
  952. <GenerateDebugInformation>true</GenerateDebugInformation>
  953. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  954. <OptimizeReferences>true</OptimizeReferences>
  955. </Link>
  956. </ItemDefinitionGroup>
  957. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  958. <ClCompile>
  959. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  960. <WarningLevel>Level3</WarningLevel>
  961. <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>
  962. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  963. <Optimization>Full</Optimization>
  964. <FunctionLevelLinking>true</FunctionLevelLinking>
  965. <IntrinsicFunctions>true</IntrinsicFunctions>
  966. <MinimalRebuild>false</MinimalRebuild>
  967. <OmitFramePointers>false</OmitFramePointers>
  968. <StringPooling>true</StringPooling>
  969. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  970. <LanguageStandard>stdcpp17</LanguageStandard>
  971. <ConformanceMode>true</ConformanceMode>
  972. </ClCompile>
  973. <Link>
  974. <SubSystem>Windows</SubSystem>
  975. <GenerateDebugInformation>true</GenerateDebugInformation>
  976. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  977. <OptimizeReferences>true</OptimizeReferences>
  978. </Link>
  979. </ItemDefinitionGroup>
  980. <ItemGroup>
  981. <ClInclude Include="..\..\..\include\rtmidi\RtMidi.h" />
  982. </ItemGroup>
  983. <ItemGroup>
  984. <ClCompile Include="..\..\..\include\rtmidi\RtMidi.cpp" />
  985. </ItemGroup>
  986. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  987. <ImportGroup Label="ExtensionTargets">
  988. </ImportGroup>
  989. </Project>