rtmidi.vcxproj 63 KB

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