rtaudio.vcxproj 58 KB

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