r8brain.vcxproj 63 KB

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