rtmidi.vcxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Checked|Win32">
  21. <Configuration>Checked</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Checked|x64">
  25. <Configuration>Checked</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="DebugShared|Win32">
  29. <Configuration>DebugShared</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="DebugShared|x64">
  33. <Configuration>DebugShared</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="ReleaseShared|Win32">
  37. <Configuration>ReleaseShared</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseShared|x64">
  41. <Configuration>ReleaseShared</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="CheckedShared|Win32">
  45. <Configuration>CheckedShared</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="CheckedShared|x64">
  49. <Configuration>CheckedShared</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{05BBD03D-0985-4D76-8DDD-534DA631C3A8}</ProjectGuid>
  55. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  56. <Keyword>Win32Proj</Keyword>
  57. <RootNamespace>rtmidi</RootNamespace>
  58. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  59. <LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
  60. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v141</PlatformToolset>
  68. <SpectreMitigation>Spectre</SpectreMitigation>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <CharacterSet>Unicode</CharacterSet>
  74. <PlatformToolset>v141</PlatformToolset>
  75. <SpectreMitigation>Spectre</SpectreMitigation>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <SpectreMitigation>Spectre</SpectreMitigation>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v141</PlatformToolset>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <SpectreMitigation>Spectre</SpectreMitigation>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>false</UseDebugLibraries>
  96. <CharacterSet>Unicode</CharacterSet>
  97. <PlatformToolset>v141</PlatformToolset>
  98. <SpectreMitigation>Spectre</SpectreMitigation>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  101. <ConfigurationType>StaticLibrary</ConfigurationType>
  102. <UseDebugLibraries>false</UseDebugLibraries>
  103. <CharacterSet>Unicode</CharacterSet>
  104. <PlatformToolset>v141</PlatformToolset>
  105. <SpectreMitigation>Spectre</SpectreMitigation>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  108. <ConfigurationType>StaticLibrary</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v141</PlatformToolset>
  112. <SpectreMitigation>Spectre</SpectreMitigation>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  115. <ConfigurationType>StaticLibrary</ConfigurationType>
  116. <UseDebugLibraries>true</UseDebugLibraries>
  117. <CharacterSet>Unicode</CharacterSet>
  118. <PlatformToolset>v141</PlatformToolset>
  119. <SpectreMitigation>Spectre</SpectreMitigation>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  122. <ConfigurationType>StaticLibrary</ConfigurationType>
  123. <UseDebugLibraries>false</UseDebugLibraries>
  124. <CharacterSet>Unicode</CharacterSet>
  125. <PlatformToolset>v141</PlatformToolset>
  126. <WholeProgramOptimization>true</WholeProgramOptimization>
  127. <SpectreMitigation>Spectre</SpectreMitigation>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  130. <ConfigurationType>StaticLibrary</ConfigurationType>
  131. <UseDebugLibraries>false</UseDebugLibraries>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v141</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <SpectreMitigation>Spectre</SpectreMitigation>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  138. <ConfigurationType>StaticLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <CharacterSet>Unicode</CharacterSet>
  141. <PlatformToolset>v141</PlatformToolset>
  142. <SpectreMitigation>Spectre</SpectreMitigation>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  145. <ConfigurationType>StaticLibrary</ConfigurationType>
  146. <UseDebugLibraries>false</UseDebugLibraries>
  147. <CharacterSet>Unicode</CharacterSet>
  148. <PlatformToolset>v141</PlatformToolset>
  149. <SpectreMitigation>Spectre</SpectreMitigation>
  150. </PropertyGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  152. <ImportGroup Label="ExtensionSettings">
  153. </ImportGroup>
  154. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  170. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  171. </ImportGroup>
  172. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  173. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  174. </ImportGroup>
  175. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  176. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  177. </ImportGroup>
  178. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  179. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  180. </ImportGroup>
  181. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  182. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  183. </ImportGroup>
  184. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  185. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  186. </ImportGroup>
  187. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. </ImportGroup>
  190. <PropertyGroup Label="UserMacros" />
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  192. <OutDir>..\..\lib\vs2017win7\x86\Debug\</OutDir>
  193. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\Debug\</IntDir>
  194. <TargetName>openmpt-rtmidi</TargetName>
  195. <TargetExt>.lib</TargetExt>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <OutDir>..\..\lib\vs2017win7\x86_64\Debug\</OutDir>
  199. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\Debug\</IntDir>
  200. <TargetName>openmpt-rtmidi</TargetName>
  201. <TargetExt>.lib</TargetExt>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  204. <OutDir>..\..\lib\vs2017win7\x86\Release\</OutDir>
  205. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\Release\</IntDir>
  206. <TargetName>openmpt-rtmidi</TargetName>
  207. <TargetExt>.lib</TargetExt>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. <OutDir>..\..\lib\vs2017win7\x86_64\Release\</OutDir>
  211. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\Release\</IntDir>
  212. <TargetName>openmpt-rtmidi</TargetName>
  213. <TargetExt>.lib</TargetExt>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  216. <OutDir>..\..\lib\vs2017win7\x86\Checked\</OutDir>
  217. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\Checked\</IntDir>
  218. <TargetName>openmpt-rtmidi</TargetName>
  219. <TargetExt>.lib</TargetExt>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  222. <OutDir>..\..\lib\vs2017win7\x86_64\Checked\</OutDir>
  223. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\Checked\</IntDir>
  224. <TargetName>openmpt-rtmidi</TargetName>
  225. <TargetExt>.lib</TargetExt>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  228. <OutDir>..\..\lib\vs2017win7\x86\DebugShared\</OutDir>
  229. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\DebugShared\</IntDir>
  230. <TargetName>openmpt-rtmidi</TargetName>
  231. <TargetExt>.lib</TargetExt>
  232. </PropertyGroup>
  233. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  234. <OutDir>..\..\lib\vs2017win7\x86_64\DebugShared\</OutDir>
  235. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\DebugShared\</IntDir>
  236. <TargetName>openmpt-rtmidi</TargetName>
  237. <TargetExt>.lib</TargetExt>
  238. </PropertyGroup>
  239. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  240. <OutDir>..\..\lib\vs2017win7\x86\ReleaseShared\</OutDir>
  241. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\ReleaseShared\</IntDir>
  242. <TargetName>openmpt-rtmidi</TargetName>
  243. <TargetExt>.lib</TargetExt>
  244. </PropertyGroup>
  245. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  246. <OutDir>..\..\lib\vs2017win7\x86_64\ReleaseShared\</OutDir>
  247. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\ReleaseShared\</IntDir>
  248. <TargetName>openmpt-rtmidi</TargetName>
  249. <TargetExt>.lib</TargetExt>
  250. </PropertyGroup>
  251. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  252. <OutDir>..\..\lib\vs2017win7\x86\CheckedShared\</OutDir>
  253. <IntDir>..\..\obj\vs2017win7\rtmidi\x86\CheckedShared\</IntDir>
  254. <TargetName>openmpt-rtmidi</TargetName>
  255. <TargetExt>.lib</TargetExt>
  256. </PropertyGroup>
  257. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  258. <OutDir>..\..\lib\vs2017win7\x86_64\CheckedShared\</OutDir>
  259. <IntDir>..\..\obj\vs2017win7\rtmidi\x86_64\CheckedShared\</IntDir>
  260. <TargetName>openmpt-rtmidi</TargetName>
  261. <TargetExt>.lib</TargetExt>
  262. </PropertyGroup>
  263. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  264. <ClCompile>
  265. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  266. <WarningLevel>Level3</WarningLevel>
  267. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  268. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  269. <Optimization>Disabled</Optimization>
  270. <MinimalRebuild>false</MinimalRebuild>
  271. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  272. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  273. <LanguageStandard>stdcpp17</LanguageStandard>
  274. </ClCompile>
  275. <Link>
  276. <SubSystem>Windows</SubSystem>
  277. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  278. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  279. </Link>
  280. <Lib>
  281. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  282. </Lib>
  283. </ItemDefinitionGroup>
  284. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  285. <ClCompile>
  286. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  287. <WarningLevel>Level3</WarningLevel>
  288. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  289. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  290. <Optimization>Disabled</Optimization>
  291. <MinimalRebuild>false</MinimalRebuild>
  292. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  293. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  294. <LanguageStandard>stdcpp17</LanguageStandard>
  295. </ClCompile>
  296. <Link>
  297. <SubSystem>Windows</SubSystem>
  298. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  299. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  300. </Link>
  301. <Lib>
  302. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  303. </Lib>
  304. </ItemDefinitionGroup>
  305. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  306. <ClCompile>
  307. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  308. <WarningLevel>Level3</WarningLevel>
  309. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  310. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  311. <Optimization>MaxSpeed</Optimization>
  312. <FunctionLevelLinking>true</FunctionLevelLinking>
  313. <IntrinsicFunctions>true</IntrinsicFunctions>
  314. <MinimalRebuild>false</MinimalRebuild>
  315. <StringPooling>true</StringPooling>
  316. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  317. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  318. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  319. <LanguageStandard>stdcpp17</LanguageStandard>
  320. </ClCompile>
  321. <Link>
  322. <SubSystem>Windows</SubSystem>
  323. <GenerateDebugInformation>true</GenerateDebugInformation>
  324. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  325. <OptimizeReferences>true</OptimizeReferences>
  326. </Link>
  327. <Lib>
  328. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  329. </Lib>
  330. </ItemDefinitionGroup>
  331. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  332. <ClCompile>
  333. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  334. <WarningLevel>Level3</WarningLevel>
  335. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  336. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  337. <Optimization>MaxSpeed</Optimization>
  338. <FunctionLevelLinking>true</FunctionLevelLinking>
  339. <IntrinsicFunctions>true</IntrinsicFunctions>
  340. <MinimalRebuild>false</MinimalRebuild>
  341. <StringPooling>true</StringPooling>
  342. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  343. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  344. <LanguageStandard>stdcpp17</LanguageStandard>
  345. </ClCompile>
  346. <Link>
  347. <SubSystem>Windows</SubSystem>
  348. <GenerateDebugInformation>true</GenerateDebugInformation>
  349. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  350. <OptimizeReferences>true</OptimizeReferences>
  351. </Link>
  352. <Lib>
  353. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  354. </Lib>
  355. </ItemDefinitionGroup>
  356. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  357. <ClCompile>
  358. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  359. <WarningLevel>Level3</WarningLevel>
  360. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  361. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  362. <Optimization>Full</Optimization>
  363. <FunctionLevelLinking>true</FunctionLevelLinking>
  364. <IntrinsicFunctions>true</IntrinsicFunctions>
  365. <MinimalRebuild>false</MinimalRebuild>
  366. <OmitFramePointers>false</OmitFramePointers>
  367. <StringPooling>true</StringPooling>
  368. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  369. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  370. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  371. <LanguageStandard>stdcpp17</LanguageStandard>
  372. </ClCompile>
  373. <Link>
  374. <SubSystem>Windows</SubSystem>
  375. <GenerateDebugInformation>true</GenerateDebugInformation>
  376. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  377. <OptimizeReferences>true</OptimizeReferences>
  378. </Link>
  379. <Lib>
  380. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  381. </Lib>
  382. </ItemDefinitionGroup>
  383. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  384. <ClCompile>
  385. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  386. <WarningLevel>Level3</WarningLevel>
  387. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  388. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  389. <Optimization>Full</Optimization>
  390. <FunctionLevelLinking>true</FunctionLevelLinking>
  391. <IntrinsicFunctions>true</IntrinsicFunctions>
  392. <MinimalRebuild>false</MinimalRebuild>
  393. <OmitFramePointers>false</OmitFramePointers>
  394. <StringPooling>true</StringPooling>
  395. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  396. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  397. <LanguageStandard>stdcpp17</LanguageStandard>
  398. </ClCompile>
  399. <Link>
  400. <SubSystem>Windows</SubSystem>
  401. <GenerateDebugInformation>true</GenerateDebugInformation>
  402. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  403. <OptimizeReferences>true</OptimizeReferences>
  404. </Link>
  405. <Lib>
  406. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  407. </Lib>
  408. </ItemDefinitionGroup>
  409. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  410. <ClCompile>
  411. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  412. <WarningLevel>Level3</WarningLevel>
  413. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  414. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  415. <Optimization>Disabled</Optimization>
  416. <MinimalRebuild>false</MinimalRebuild>
  417. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  418. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  419. <LanguageStandard>stdcpp17</LanguageStandard>
  420. </ClCompile>
  421. <Link>
  422. <SubSystem>Windows</SubSystem>
  423. <GenerateDebugInformation>true</GenerateDebugInformation>
  424. </Link>
  425. <Lib>
  426. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  427. </Lib>
  428. </ItemDefinitionGroup>
  429. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  430. <ClCompile>
  431. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  432. <WarningLevel>Level3</WarningLevel>
  433. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  434. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  435. <Optimization>Disabled</Optimization>
  436. <MinimalRebuild>false</MinimalRebuild>
  437. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  438. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  439. <LanguageStandard>stdcpp17</LanguageStandard>
  440. </ClCompile>
  441. <Link>
  442. <SubSystem>Windows</SubSystem>
  443. <GenerateDebugInformation>true</GenerateDebugInformation>
  444. </Link>
  445. <Lib>
  446. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  447. </Lib>
  448. </ItemDefinitionGroup>
  449. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  450. <ClCompile>
  451. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  452. <WarningLevel>Level3</WarningLevel>
  453. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  454. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  455. <Optimization>MaxSpeed</Optimization>
  456. <FunctionLevelLinking>true</FunctionLevelLinking>
  457. <IntrinsicFunctions>true</IntrinsicFunctions>
  458. <MinimalRebuild>false</MinimalRebuild>
  459. <StringPooling>true</StringPooling>
  460. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  461. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  462. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  463. <LanguageStandard>stdcpp17</LanguageStandard>
  464. </ClCompile>
  465. <Link>
  466. <SubSystem>Windows</SubSystem>
  467. <GenerateDebugInformation>true</GenerateDebugInformation>
  468. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  469. <OptimizeReferences>true</OptimizeReferences>
  470. </Link>
  471. <Lib>
  472. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  473. </Lib>
  474. </ItemDefinitionGroup>
  475. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  476. <ClCompile>
  477. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  478. <WarningLevel>Level3</WarningLevel>
  479. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  480. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  481. <Optimization>MaxSpeed</Optimization>
  482. <FunctionLevelLinking>true</FunctionLevelLinking>
  483. <IntrinsicFunctions>true</IntrinsicFunctions>
  484. <MinimalRebuild>false</MinimalRebuild>
  485. <StringPooling>true</StringPooling>
  486. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  487. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  488. <LanguageStandard>stdcpp17</LanguageStandard>
  489. </ClCompile>
  490. <Link>
  491. <SubSystem>Windows</SubSystem>
  492. <GenerateDebugInformation>true</GenerateDebugInformation>
  493. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  494. <OptimizeReferences>true</OptimizeReferences>
  495. </Link>
  496. <Lib>
  497. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  498. </Lib>
  499. </ItemDefinitionGroup>
  500. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  501. <ClCompile>
  502. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  503. <WarningLevel>Level3</WarningLevel>
  504. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  505. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  506. <Optimization>Full</Optimization>
  507. <FunctionLevelLinking>true</FunctionLevelLinking>
  508. <IntrinsicFunctions>true</IntrinsicFunctions>
  509. <MinimalRebuild>false</MinimalRebuild>
  510. <OmitFramePointers>false</OmitFramePointers>
  511. <StringPooling>true</StringPooling>
  512. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  513. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  514. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  515. <LanguageStandard>stdcpp17</LanguageStandard>
  516. </ClCompile>
  517. <Link>
  518. <SubSystem>Windows</SubSystem>
  519. <GenerateDebugInformation>true</GenerateDebugInformation>
  520. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  521. <OptimizeReferences>true</OptimizeReferences>
  522. </Link>
  523. <Lib>
  524. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  525. </Lib>
  526. </ItemDefinitionGroup>
  527. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  528. <ClCompile>
  529. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  530. <WarningLevel>Level3</WarningLevel>
  531. <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=0x0601;NTDDI_VERSION=0x06010000;__WINDOWS_MM__;RTMIDI_DO_NOT_ENSURE_UNIQUE_PORTNAMES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  532. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  533. <Optimization>Full</Optimization>
  534. <FunctionLevelLinking>true</FunctionLevelLinking>
  535. <IntrinsicFunctions>true</IntrinsicFunctions>
  536. <MinimalRebuild>false</MinimalRebuild>
  537. <OmitFramePointers>false</OmitFramePointers>
  538. <StringPooling>true</StringPooling>
  539. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  540. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  541. <LanguageStandard>stdcpp17</LanguageStandard>
  542. </ClCompile>
  543. <Link>
  544. <SubSystem>Windows</SubSystem>
  545. <GenerateDebugInformation>true</GenerateDebugInformation>
  546. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  547. <OptimizeReferences>true</OptimizeReferences>
  548. </Link>
  549. <Lib>
  550. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  551. </Lib>
  552. </ItemDefinitionGroup>
  553. <ItemGroup>
  554. <ClInclude Include="..\..\..\include\rtmidi\RtMidi.h" />
  555. </ItemGroup>
  556. <ItemGroup>
  557. <ClCompile Include="..\..\..\include\rtmidi\RtMidi.cpp" />
  558. </ItemGroup>
  559. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  560. <ImportGroup Label="ExtensionTargets">
  561. </ImportGroup>
  562. </Project>