ancient.vcxproj 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273
  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>{E1184509-74F7-421D-A8C8-FEEC2C28ECC2}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>ancient</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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\ancient\x86\Debug\</IntDir>
  377. <TargetName>openmpt-ancient</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\ancient\x86_64\Debug\</IntDir>
  383. <TargetName>openmpt-ancient</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\ancient\arm\Debug\</IntDir>
  389. <TargetName>openmpt-ancient</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\ancient\arm64\Debug\</IntDir>
  395. <TargetName>openmpt-ancient</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\ancient\x86\Release\</IntDir>
  401. <TargetName>openmpt-ancient</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\ancient\x86_64\Release\</IntDir>
  407. <TargetName>openmpt-ancient</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\ancient\arm\Release\</IntDir>
  413. <TargetName>openmpt-ancient</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\ancient\arm64\Release\</IntDir>
  419. <TargetName>openmpt-ancient</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\ancient\x86\Checked\</IntDir>
  425. <TargetName>openmpt-ancient</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\ancient\x86_64\Checked\</IntDir>
  431. <TargetName>openmpt-ancient</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\ancient\arm\Checked\</IntDir>
  437. <TargetName>openmpt-ancient</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\ancient\arm64\Checked\</IntDir>
  443. <TargetName>openmpt-ancient</TargetName>
  444. <TargetExt>.lib</TargetExt>
  445. </PropertyGroup>
  446. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  447. <LinkIncremental>true</LinkIncremental>
  448. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\x86\</OutDir>
  449. <IntDir>..\..\obj\vs2022win10\ancient\x86\DebugShared\</IntDir>
  450. <TargetName>openmpt-ancient</TargetName>
  451. <TargetExt>.dll</TargetExt>
  452. </PropertyGroup>
  453. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  454. <LinkIncremental>true</LinkIncremental>
  455. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\amd64\</OutDir>
  456. <IntDir>..\..\obj\vs2022win10\ancient\x86_64\DebugShared\</IntDir>
  457. <TargetName>openmpt-ancient</TargetName>
  458. <TargetExt>.dll</TargetExt>
  459. </PropertyGroup>
  460. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  461. <LinkIncremental>true</LinkIncremental>
  462. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\arm\</OutDir>
  463. <IntDir>..\..\obj\vs2022win10\ancient\arm\DebugShared\</IntDir>
  464. <TargetName>openmpt-ancient</TargetName>
  465. <TargetExt>.dll</TargetExt>
  466. </PropertyGroup>
  467. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  468. <LinkIncremental>true</LinkIncremental>
  469. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\arm64\</OutDir>
  470. <IntDir>..\..\obj\vs2022win10\ancient\arm64\DebugShared\</IntDir>
  471. <TargetName>openmpt-ancient</TargetName>
  472. <TargetExt>.dll</TargetExt>
  473. </PropertyGroup>
  474. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  475. <LinkIncremental>false</LinkIncremental>
  476. <OutDir>..\..\..\bin\release\vs2022-win10-shared\x86\</OutDir>
  477. <IntDir>..\..\obj\vs2022win10\ancient\x86\ReleaseShared\</IntDir>
  478. <TargetName>openmpt-ancient</TargetName>
  479. <TargetExt>.dll</TargetExt>
  480. </PropertyGroup>
  481. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  482. <LinkIncremental>false</LinkIncremental>
  483. <OutDir>..\..\..\bin\release\vs2022-win10-shared\amd64\</OutDir>
  484. <IntDir>..\..\obj\vs2022win10\ancient\x86_64\ReleaseShared\</IntDir>
  485. <TargetName>openmpt-ancient</TargetName>
  486. <TargetExt>.dll</TargetExt>
  487. </PropertyGroup>
  488. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  489. <LinkIncremental>false</LinkIncremental>
  490. <OutDir>..\..\..\bin\release\vs2022-win10-shared\arm\</OutDir>
  491. <IntDir>..\..\obj\vs2022win10\ancient\arm\ReleaseShared\</IntDir>
  492. <TargetName>openmpt-ancient</TargetName>
  493. <TargetExt>.dll</TargetExt>
  494. </PropertyGroup>
  495. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  496. <LinkIncremental>false</LinkIncremental>
  497. <OutDir>..\..\..\bin\release\vs2022-win10-shared\arm64\</OutDir>
  498. <IntDir>..\..\obj\vs2022win10\ancient\arm64\ReleaseShared\</IntDir>
  499. <TargetName>openmpt-ancient</TargetName>
  500. <TargetExt>.dll</TargetExt>
  501. </PropertyGroup>
  502. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  503. <LinkIncremental>false</LinkIncremental>
  504. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\x86\</OutDir>
  505. <IntDir>..\..\obj\vs2022win10\ancient\x86\CheckedShared\</IntDir>
  506. <TargetName>openmpt-ancient</TargetName>
  507. <TargetExt>.dll</TargetExt>
  508. </PropertyGroup>
  509. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  510. <LinkIncremental>false</LinkIncremental>
  511. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\amd64\</OutDir>
  512. <IntDir>..\..\obj\vs2022win10\ancient\x86_64\CheckedShared\</IntDir>
  513. <TargetName>openmpt-ancient</TargetName>
  514. <TargetExt>.dll</TargetExt>
  515. </PropertyGroup>
  516. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  517. <LinkIncremental>false</LinkIncremental>
  518. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\arm\</OutDir>
  519. <IntDir>..\..\obj\vs2022win10\ancient\arm\CheckedShared\</IntDir>
  520. <TargetName>openmpt-ancient</TargetName>
  521. <TargetExt>.dll</TargetExt>
  522. </PropertyGroup>
  523. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  524. <LinkIncremental>false</LinkIncremental>
  525. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\arm64\</OutDir>
  526. <IntDir>..\..\obj\vs2022win10\ancient\arm64\CheckedShared\</IntDir>
  527. <TargetName>openmpt-ancient</TargetName>
  528. <TargetExt>.dll</TargetExt>
  529. </PropertyGroup>
  530. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  531. <ClCompile>
  532. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  533. <WarningLevel>Level3</WarningLevel>
  534. <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>
  535. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  536. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  537. <Optimization>Disabled</Optimization>
  538. <MinimalRebuild>false</MinimalRebuild>
  539. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  540. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  541. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  542. <LanguageStandard>stdcpp20</LanguageStandard>
  543. <ConformanceMode>true</ConformanceMode>
  544. </ClCompile>
  545. <Link>
  546. <SubSystem>Windows</SubSystem>
  547. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  548. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  549. </Link>
  550. </ItemDefinitionGroup>
  551. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  552. <ClCompile>
  553. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  554. <WarningLevel>Level3</WarningLevel>
  555. <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>
  556. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  557. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  558. <Optimization>Disabled</Optimization>
  559. <MinimalRebuild>false</MinimalRebuild>
  560. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  561. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  562. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  563. <LanguageStandard>stdcpp20</LanguageStandard>
  564. <ConformanceMode>true</ConformanceMode>
  565. </ClCompile>
  566. <Link>
  567. <SubSystem>Windows</SubSystem>
  568. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  569. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  570. </Link>
  571. </ItemDefinitionGroup>
  572. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  573. <ClCompile>
  574. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  575. <WarningLevel>Level3</WarningLevel>
  576. <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>
  577. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  578. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  579. <Optimization>Disabled</Optimization>
  580. <MinimalRebuild>false</MinimalRebuild>
  581. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  582. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  583. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  584. <LanguageStandard>stdcpp20</LanguageStandard>
  585. <ConformanceMode>true</ConformanceMode>
  586. </ClCompile>
  587. <Link>
  588. <SubSystem>Windows</SubSystem>
  589. <GenerateDebugInformation>true</GenerateDebugInformation>
  590. </Link>
  591. </ItemDefinitionGroup>
  592. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  593. <ClCompile>
  594. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  595. <WarningLevel>Level3</WarningLevel>
  596. <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>
  597. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  598. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  599. <Optimization>Disabled</Optimization>
  600. <MinimalRebuild>false</MinimalRebuild>
  601. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  602. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  603. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  604. <LanguageStandard>stdcpp20</LanguageStandard>
  605. <ConformanceMode>true</ConformanceMode>
  606. </ClCompile>
  607. <Link>
  608. <SubSystem>Windows</SubSystem>
  609. <GenerateDebugInformation>true</GenerateDebugInformation>
  610. </Link>
  611. </ItemDefinitionGroup>
  612. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  613. <ClCompile>
  614. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  615. <WarningLevel>Level3</WarningLevel>
  616. <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>
  617. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  618. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  619. <Optimization>MaxSpeed</Optimization>
  620. <FunctionLevelLinking>true</FunctionLevelLinking>
  621. <IntrinsicFunctions>true</IntrinsicFunctions>
  622. <MinimalRebuild>false</MinimalRebuild>
  623. <StringPooling>true</StringPooling>
  624. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  625. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  626. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  627. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  628. <LanguageStandard>stdcpp20</LanguageStandard>
  629. <ConformanceMode>true</ConformanceMode>
  630. </ClCompile>
  631. <Link>
  632. <SubSystem>Windows</SubSystem>
  633. <GenerateDebugInformation>true</GenerateDebugInformation>
  634. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  635. <OptimizeReferences>true</OptimizeReferences>
  636. </Link>
  637. </ItemDefinitionGroup>
  638. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  639. <ClCompile>
  640. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  641. <WarningLevel>Level3</WarningLevel>
  642. <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>
  643. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  644. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  645. <Optimization>MaxSpeed</Optimization>
  646. <FunctionLevelLinking>true</FunctionLevelLinking>
  647. <IntrinsicFunctions>true</IntrinsicFunctions>
  648. <MinimalRebuild>false</MinimalRebuild>
  649. <StringPooling>true</StringPooling>
  650. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  651. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  652. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  653. <LanguageStandard>stdcpp20</LanguageStandard>
  654. <ConformanceMode>true</ConformanceMode>
  655. </ClCompile>
  656. <Link>
  657. <SubSystem>Windows</SubSystem>
  658. <GenerateDebugInformation>true</GenerateDebugInformation>
  659. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  660. <OptimizeReferences>true</OptimizeReferences>
  661. </Link>
  662. </ItemDefinitionGroup>
  663. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  664. <ClCompile>
  665. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  666. <WarningLevel>Level3</WarningLevel>
  667. <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>
  668. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  669. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  670. <Optimization>MaxSpeed</Optimization>
  671. <FunctionLevelLinking>true</FunctionLevelLinking>
  672. <IntrinsicFunctions>true</IntrinsicFunctions>
  673. <MinimalRebuild>false</MinimalRebuild>
  674. <StringPooling>true</StringPooling>
  675. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  676. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  677. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  678. <LanguageStandard>stdcpp20</LanguageStandard>
  679. <ConformanceMode>true</ConformanceMode>
  680. </ClCompile>
  681. <Link>
  682. <SubSystem>Windows</SubSystem>
  683. <GenerateDebugInformation>true</GenerateDebugInformation>
  684. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  685. <OptimizeReferences>true</OptimizeReferences>
  686. </Link>
  687. </ItemDefinitionGroup>
  688. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  689. <ClCompile>
  690. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  691. <WarningLevel>Level3</WarningLevel>
  692. <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>
  693. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  694. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  695. <Optimization>MaxSpeed</Optimization>
  696. <FunctionLevelLinking>true</FunctionLevelLinking>
  697. <IntrinsicFunctions>true</IntrinsicFunctions>
  698. <MinimalRebuild>false</MinimalRebuild>
  699. <StringPooling>true</StringPooling>
  700. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  701. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  702. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  703. <LanguageStandard>stdcpp20</LanguageStandard>
  704. <ConformanceMode>true</ConformanceMode>
  705. </ClCompile>
  706. <Link>
  707. <SubSystem>Windows</SubSystem>
  708. <GenerateDebugInformation>true</GenerateDebugInformation>
  709. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  710. <OptimizeReferences>true</OptimizeReferences>
  711. </Link>
  712. </ItemDefinitionGroup>
  713. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  714. <ClCompile>
  715. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  716. <WarningLevel>Level3</WarningLevel>
  717. <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>
  718. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  719. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  720. <Optimization>Full</Optimization>
  721. <FunctionLevelLinking>true</FunctionLevelLinking>
  722. <IntrinsicFunctions>true</IntrinsicFunctions>
  723. <MinimalRebuild>false</MinimalRebuild>
  724. <OmitFramePointers>false</OmitFramePointers>
  725. <StringPooling>true</StringPooling>
  726. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  727. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  728. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  729. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  730. <LanguageStandard>stdcpp20</LanguageStandard>
  731. <ConformanceMode>true</ConformanceMode>
  732. </ClCompile>
  733. <Link>
  734. <SubSystem>Windows</SubSystem>
  735. <GenerateDebugInformation>true</GenerateDebugInformation>
  736. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  737. <OptimizeReferences>true</OptimizeReferences>
  738. </Link>
  739. </ItemDefinitionGroup>
  740. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  741. <ClCompile>
  742. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  743. <WarningLevel>Level3</WarningLevel>
  744. <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>
  745. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  746. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  747. <Optimization>Full</Optimization>
  748. <FunctionLevelLinking>true</FunctionLevelLinking>
  749. <IntrinsicFunctions>true</IntrinsicFunctions>
  750. <MinimalRebuild>false</MinimalRebuild>
  751. <OmitFramePointers>false</OmitFramePointers>
  752. <StringPooling>true</StringPooling>
  753. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  754. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  755. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  756. <LanguageStandard>stdcpp20</LanguageStandard>
  757. <ConformanceMode>true</ConformanceMode>
  758. </ClCompile>
  759. <Link>
  760. <SubSystem>Windows</SubSystem>
  761. <GenerateDebugInformation>true</GenerateDebugInformation>
  762. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  763. <OptimizeReferences>true</OptimizeReferences>
  764. </Link>
  765. </ItemDefinitionGroup>
  766. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  767. <ClCompile>
  768. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  769. <WarningLevel>Level3</WarningLevel>
  770. <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>
  771. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  772. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  773. <Optimization>Full</Optimization>
  774. <FunctionLevelLinking>true</FunctionLevelLinking>
  775. <IntrinsicFunctions>true</IntrinsicFunctions>
  776. <MinimalRebuild>false</MinimalRebuild>
  777. <OmitFramePointers>false</OmitFramePointers>
  778. <StringPooling>true</StringPooling>
  779. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  780. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  781. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  782. <LanguageStandard>stdcpp20</LanguageStandard>
  783. <ConformanceMode>true</ConformanceMode>
  784. </ClCompile>
  785. <Link>
  786. <SubSystem>Windows</SubSystem>
  787. <GenerateDebugInformation>true</GenerateDebugInformation>
  788. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  789. <OptimizeReferences>true</OptimizeReferences>
  790. </Link>
  791. </ItemDefinitionGroup>
  792. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  793. <ClCompile>
  794. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  795. <WarningLevel>Level3</WarningLevel>
  796. <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>
  797. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  798. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  799. <Optimization>Full</Optimization>
  800. <FunctionLevelLinking>true</FunctionLevelLinking>
  801. <IntrinsicFunctions>true</IntrinsicFunctions>
  802. <MinimalRebuild>false</MinimalRebuild>
  803. <OmitFramePointers>false</OmitFramePointers>
  804. <StringPooling>true</StringPooling>
  805. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  806. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  807. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  808. <LanguageStandard>stdcpp20</LanguageStandard>
  809. <ConformanceMode>true</ConformanceMode>
  810. </ClCompile>
  811. <Link>
  812. <SubSystem>Windows</SubSystem>
  813. <GenerateDebugInformation>true</GenerateDebugInformation>
  814. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  815. <OptimizeReferences>true</OptimizeReferences>
  816. </Link>
  817. </ItemDefinitionGroup>
  818. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  819. <ClCompile>
  820. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  821. <WarningLevel>Level3</WarningLevel>
  822. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  823. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  824. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  825. <Optimization>Disabled</Optimization>
  826. <MinimalRebuild>false</MinimalRebuild>
  827. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  828. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  829. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  830. <LanguageStandard>stdcpp20</LanguageStandard>
  831. <ConformanceMode>true</ConformanceMode>
  832. </ClCompile>
  833. <Link>
  834. <SubSystem>Windows</SubSystem>
  835. <GenerateDebugInformation>true</GenerateDebugInformation>
  836. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\x86\openmpt-ancient.lib</ImportLibrary>
  837. </Link>
  838. </ItemDefinitionGroup>
  839. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  840. <ClCompile>
  841. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  842. <WarningLevel>Level3</WarningLevel>
  843. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  844. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  845. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  846. <Optimization>Disabled</Optimization>
  847. <MinimalRebuild>false</MinimalRebuild>
  848. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  849. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  850. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  851. <LanguageStandard>stdcpp20</LanguageStandard>
  852. <ConformanceMode>true</ConformanceMode>
  853. </ClCompile>
  854. <Link>
  855. <SubSystem>Windows</SubSystem>
  856. <GenerateDebugInformation>true</GenerateDebugInformation>
  857. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  858. </Link>
  859. </ItemDefinitionGroup>
  860. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  861. <ClCompile>
  862. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  863. <WarningLevel>Level3</WarningLevel>
  864. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  865. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  866. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  867. <Optimization>Disabled</Optimization>
  868. <MinimalRebuild>false</MinimalRebuild>
  869. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  870. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  871. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  872. <LanguageStandard>stdcpp20</LanguageStandard>
  873. <ConformanceMode>true</ConformanceMode>
  874. </ClCompile>
  875. <Link>
  876. <SubSystem>Windows</SubSystem>
  877. <GenerateDebugInformation>true</GenerateDebugInformation>
  878. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\arm\openmpt-ancient.lib</ImportLibrary>
  879. </Link>
  880. </ItemDefinitionGroup>
  881. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  882. <ClCompile>
  883. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  884. <WarningLevel>Level3</WarningLevel>
  885. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  886. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  887. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  888. <Optimization>Disabled</Optimization>
  889. <MinimalRebuild>false</MinimalRebuild>
  890. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  891. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  892. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  893. <LanguageStandard>stdcpp20</LanguageStandard>
  894. <ConformanceMode>true</ConformanceMode>
  895. </ClCompile>
  896. <Link>
  897. <SubSystem>Windows</SubSystem>
  898. <GenerateDebugInformation>true</GenerateDebugInformation>
  899. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  900. </Link>
  901. </ItemDefinitionGroup>
  902. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  903. <ClCompile>
  904. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  905. <WarningLevel>Level3</WarningLevel>
  906. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  907. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  908. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  909. <Optimization>MaxSpeed</Optimization>
  910. <FunctionLevelLinking>true</FunctionLevelLinking>
  911. <IntrinsicFunctions>true</IntrinsicFunctions>
  912. <MinimalRebuild>false</MinimalRebuild>
  913. <StringPooling>true</StringPooling>
  914. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  915. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  916. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  917. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  918. <LanguageStandard>stdcpp20</LanguageStandard>
  919. <ConformanceMode>true</ConformanceMode>
  920. </ClCompile>
  921. <Link>
  922. <SubSystem>Windows</SubSystem>
  923. <GenerateDebugInformation>true</GenerateDebugInformation>
  924. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  925. <OptimizeReferences>true</OptimizeReferences>
  926. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\x86\openmpt-ancient.lib</ImportLibrary>
  927. </Link>
  928. </ItemDefinitionGroup>
  929. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  930. <ClCompile>
  931. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  932. <WarningLevel>Level3</WarningLevel>
  933. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  934. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  935. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  936. <Optimization>MaxSpeed</Optimization>
  937. <FunctionLevelLinking>true</FunctionLevelLinking>
  938. <IntrinsicFunctions>true</IntrinsicFunctions>
  939. <MinimalRebuild>false</MinimalRebuild>
  940. <StringPooling>true</StringPooling>
  941. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  942. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  943. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  944. <LanguageStandard>stdcpp20</LanguageStandard>
  945. <ConformanceMode>true</ConformanceMode>
  946. </ClCompile>
  947. <Link>
  948. <SubSystem>Windows</SubSystem>
  949. <GenerateDebugInformation>true</GenerateDebugInformation>
  950. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  951. <OptimizeReferences>true</OptimizeReferences>
  952. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  953. </Link>
  954. </ItemDefinitionGroup>
  955. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  956. <ClCompile>
  957. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  958. <WarningLevel>Level3</WarningLevel>
  959. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  960. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  961. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  962. <Optimization>MaxSpeed</Optimization>
  963. <FunctionLevelLinking>true</FunctionLevelLinking>
  964. <IntrinsicFunctions>true</IntrinsicFunctions>
  965. <MinimalRebuild>false</MinimalRebuild>
  966. <StringPooling>true</StringPooling>
  967. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  968. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  969. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  970. <LanguageStandard>stdcpp20</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. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\arm\openmpt-ancient.lib</ImportLibrary>
  979. </Link>
  980. </ItemDefinitionGroup>
  981. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  982. <ClCompile>
  983. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  984. <WarningLevel>Level3</WarningLevel>
  985. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  986. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  987. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  988. <Optimization>MaxSpeed</Optimization>
  989. <FunctionLevelLinking>true</FunctionLevelLinking>
  990. <IntrinsicFunctions>true</IntrinsicFunctions>
  991. <MinimalRebuild>false</MinimalRebuild>
  992. <StringPooling>true</StringPooling>
  993. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  994. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  995. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  996. <LanguageStandard>stdcpp20</LanguageStandard>
  997. <ConformanceMode>true</ConformanceMode>
  998. </ClCompile>
  999. <Link>
  1000. <SubSystem>Windows</SubSystem>
  1001. <GenerateDebugInformation>true</GenerateDebugInformation>
  1002. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1003. <OptimizeReferences>true</OptimizeReferences>
  1004. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  1005. </Link>
  1006. </ItemDefinitionGroup>
  1007. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  1008. <ClCompile>
  1009. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1010. <WarningLevel>Level3</WarningLevel>
  1011. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1012. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1013. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1014. <Optimization>Full</Optimization>
  1015. <FunctionLevelLinking>true</FunctionLevelLinking>
  1016. <IntrinsicFunctions>true</IntrinsicFunctions>
  1017. <MinimalRebuild>false</MinimalRebuild>
  1018. <OmitFramePointers>false</OmitFramePointers>
  1019. <StringPooling>true</StringPooling>
  1020. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1021. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1022. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1023. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1024. <LanguageStandard>stdcpp20</LanguageStandard>
  1025. <ConformanceMode>true</ConformanceMode>
  1026. </ClCompile>
  1027. <Link>
  1028. <SubSystem>Windows</SubSystem>
  1029. <GenerateDebugInformation>true</GenerateDebugInformation>
  1030. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1031. <OptimizeReferences>true</OptimizeReferences>
  1032. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\x86\openmpt-ancient.lib</ImportLibrary>
  1033. </Link>
  1034. </ItemDefinitionGroup>
  1035. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1036. <ClCompile>
  1037. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1038. <WarningLevel>Level3</WarningLevel>
  1039. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1040. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1041. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1042. <Optimization>Full</Optimization>
  1043. <FunctionLevelLinking>true</FunctionLevelLinking>
  1044. <IntrinsicFunctions>true</IntrinsicFunctions>
  1045. <MinimalRebuild>false</MinimalRebuild>
  1046. <OmitFramePointers>false</OmitFramePointers>
  1047. <StringPooling>true</StringPooling>
  1048. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1049. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1050. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1051. <LanguageStandard>stdcpp20</LanguageStandard>
  1052. <ConformanceMode>true</ConformanceMode>
  1053. </ClCompile>
  1054. <Link>
  1055. <SubSystem>Windows</SubSystem>
  1056. <GenerateDebugInformation>true</GenerateDebugInformation>
  1057. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1058. <OptimizeReferences>true</OptimizeReferences>
  1059. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  1060. </Link>
  1061. </ItemDefinitionGroup>
  1062. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1063. <ClCompile>
  1064. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1065. <WarningLevel>Level3</WarningLevel>
  1066. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1067. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1068. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1069. <Optimization>Full</Optimization>
  1070. <FunctionLevelLinking>true</FunctionLevelLinking>
  1071. <IntrinsicFunctions>true</IntrinsicFunctions>
  1072. <MinimalRebuild>false</MinimalRebuild>
  1073. <OmitFramePointers>false</OmitFramePointers>
  1074. <StringPooling>true</StringPooling>
  1075. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1076. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1077. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1078. <LanguageStandard>stdcpp20</LanguageStandard>
  1079. <ConformanceMode>true</ConformanceMode>
  1080. </ClCompile>
  1081. <Link>
  1082. <SubSystem>Windows</SubSystem>
  1083. <GenerateDebugInformation>true</GenerateDebugInformation>
  1084. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1085. <OptimizeReferences>true</OptimizeReferences>
  1086. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\arm\openmpt-ancient.lib</ImportLibrary>
  1087. </Link>
  1088. </ItemDefinitionGroup>
  1089. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1090. <ClCompile>
  1091. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1092. <WarningLevel>Level3</WarningLevel>
  1093. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;ANCIENT_API_DECLSPEC_DLLEXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1094. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1095. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1096. <Optimization>Full</Optimization>
  1097. <FunctionLevelLinking>true</FunctionLevelLinking>
  1098. <IntrinsicFunctions>true</IntrinsicFunctions>
  1099. <MinimalRebuild>false</MinimalRebuild>
  1100. <OmitFramePointers>false</OmitFramePointers>
  1101. <StringPooling>true</StringPooling>
  1102. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1103. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1104. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1105. <LanguageStandard>stdcpp20</LanguageStandard>
  1106. <ConformanceMode>true</ConformanceMode>
  1107. </ClCompile>
  1108. <Link>
  1109. <SubSystem>Windows</SubSystem>
  1110. <GenerateDebugInformation>true</GenerateDebugInformation>
  1111. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1112. <OptimizeReferences>true</OptimizeReferences>
  1113. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  1114. </Link>
  1115. </ItemDefinitionGroup>
  1116. <ItemGroup>
  1117. <ClInclude Include="..\..\..\include\ancient\api\ancient\ancient.hpp" />
  1118. <ClInclude Include="..\..\..\include\ancient\src\ACCADecompressor.hpp" />
  1119. <ClInclude Include="..\..\..\include\ancient\src\ARTMDecompressor.hpp" />
  1120. <ClInclude Include="..\..\..\include\ancient\src\BLZWDecompressor.hpp" />
  1121. <ClInclude Include="..\..\..\include\ancient\src\BZIP2Decompressor.hpp" />
  1122. <ClInclude Include="..\..\..\include\ancient\src\BZIP2Table.hpp" />
  1123. <ClInclude Include="..\..\..\include\ancient\src\CBR0Decompressor.hpp" />
  1124. <ClInclude Include="..\..\..\include\ancient\src\CRMDecompressor.hpp" />
  1125. <ClInclude Include="..\..\..\include\ancient\src\CYB2Decoder.hpp" />
  1126. <ClInclude Include="..\..\..\include\ancient\src\DEFLATEDecompressor.hpp" />
  1127. <ClInclude Include="..\..\..\include\ancient\src\DLTADecode.hpp" />
  1128. <ClInclude Include="..\..\..\include\ancient\src\DMSDecompressor.hpp" />
  1129. <ClInclude Include="..\..\..\include\ancient\src\Decompressor.hpp" />
  1130. <ClInclude Include="..\..\..\include\ancient\src\DynamicHuffmanDecoder.hpp" />
  1131. <ClInclude Include="..\..\..\include\ancient\src\FASTDecompressor.hpp" />
  1132. <ClInclude Include="..\..\..\include\ancient\src\FBR2Decompressor.hpp" />
  1133. <ClInclude Include="..\..\..\include\ancient\src\FRLEDecompressor.hpp" />
  1134. <ClInclude Include="..\..\..\include\ancient\src\HFMNDecompressor.hpp" />
  1135. <ClInclude Include="..\..\..\include\ancient\src\HUFFDecompressor.hpp" />
  1136. <ClInclude Include="..\..\..\include\ancient\src\HuffmanDecoder.hpp" />
  1137. <ClInclude Include="..\..\..\include\ancient\src\ILZRDecompressor.hpp" />
  1138. <ClInclude Include="..\..\..\include\ancient\src\IMPDecompressor.hpp" />
  1139. <ClInclude Include="..\..\..\include\ancient\src\InputStream.hpp" />
  1140. <ClInclude Include="..\..\..\include\ancient\src\LHLBDecompressor.hpp" />
  1141. <ClInclude Include="..\..\..\include\ancient\src\LIN1Decompressor.hpp" />
  1142. <ClInclude Include="..\..\..\include\ancient\src\LIN2Decompressor.hpp" />
  1143. <ClInclude Include="..\..\..\include\ancient\src\LZBSDecompressor.hpp" />
  1144. <ClInclude Include="..\..\..\include\ancient\src\LZCBDecompressor.hpp" />
  1145. <ClInclude Include="..\..\..\include\ancient\src\LZW2Decompressor.hpp" />
  1146. <ClInclude Include="..\..\..\include\ancient\src\LZW4Decompressor.hpp" />
  1147. <ClInclude Include="..\..\..\include\ancient\src\LZW5Decompressor.hpp" />
  1148. <ClInclude Include="..\..\..\include\ancient\src\LZXDecompressor.hpp" />
  1149. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH1Decompressor.hpp" />
  1150. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH2Decompressor.hpp" />
  1151. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH3Decompressor.hpp" />
  1152. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LHXDecompressor.hpp" />
  1153. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZ5Decompressor.hpp" />
  1154. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZHDecompressor.hpp" />
  1155. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZSDecompressor.hpp" />
  1156. <ClInclude Include="..\..\..\include\ancient\src\Lzh\PMDecompressor.hpp" />
  1157. <ClInclude Include="..\..\..\include\ancient\src\MASHDecompressor.hpp" />
  1158. <ClInclude Include="..\..\..\include\ancient\src\MMCMPDecompressor.hpp" />
  1159. <ClInclude Include="..\..\..\include\ancient\src\NONEDecompressor.hpp" />
  1160. <ClInclude Include="..\..\..\include\ancient\src\NUKEDecompressor.hpp" />
  1161. <ClInclude Include="..\..\..\include\ancient\src\OutputStream.hpp" />
  1162. <ClInclude Include="..\..\..\include\ancient\src\PPDecompressor.hpp" />
  1163. <ClInclude Include="..\..\..\include\ancient\src\RAKEDecompressor.hpp" />
  1164. <ClInclude Include="..\..\..\include\ancient\src\RDCNDecompressor.hpp" />
  1165. <ClInclude Include="..\..\..\include\ancient\src\RLENDecompressor.hpp" />
  1166. <ClInclude Include="..\..\..\include\ancient\src\RNCDecompressor.hpp" />
  1167. <ClInclude Include="..\..\..\include\ancient\src\RangeDecoder.hpp" />
  1168. <ClInclude Include="..\..\..\include\ancient\src\SDHCDecompressor.hpp" />
  1169. <ClInclude Include="..\..\..\include\ancient\src\SHR3Decompressor.hpp" />
  1170. <ClInclude Include="..\..\..\include\ancient\src\SHRIDecompressor.hpp" />
  1171. <ClInclude Include="..\..\..\include\ancient\src\SLZ3Decompressor.hpp" />
  1172. <ClInclude Include="..\..\..\include\ancient\src\SMPLDecompressor.hpp" />
  1173. <ClInclude Include="..\..\..\include\ancient\src\SQSHDecompressor.hpp" />
  1174. <ClInclude Include="..\..\..\include\ancient\src\SXSCDecompressor.hpp" />
  1175. <ClInclude Include="..\..\..\include\ancient\src\StoneCrackerDecompressor.hpp" />
  1176. <ClInclude Include="..\..\..\include\ancient\src\TDCSDecompressor.hpp" />
  1177. <ClInclude Include="..\..\..\include\ancient\src\TPWMDecompressor.hpp" />
  1178. <ClInclude Include="..\..\..\include\ancient\src\XPKDecompressor.hpp" />
  1179. <ClInclude Include="..\..\..\include\ancient\src\XPKMain.hpp" />
  1180. <ClInclude Include="..\..\..\include\ancient\src\ZENODecompressor.hpp" />
  1181. <ClInclude Include="..\..\..\include\ancient\src\Zip\ImplodeDecompressor.hpp" />
  1182. <ClInclude Include="..\..\..\include\ancient\src\Zip\ReduceDecompressor.hpp" />
  1183. <ClInclude Include="..\..\..\include\ancient\src\Zip\ShrinkDecompressor.hpp" />
  1184. <ClInclude Include="..\..\..\include\ancient\src\Zip\ZIPDecompressor.hpp" />
  1185. <ClInclude Include="..\..\..\include\ancient\src\common\Buffer.hpp" />
  1186. <ClInclude Include="..\..\..\include\ancient\src\common\CRC16.hpp" />
  1187. <ClInclude Include="..\..\..\include\ancient\src\common\CRC32.hpp" />
  1188. <ClInclude Include="..\..\..\include\ancient\src\common\Common.hpp" />
  1189. <ClInclude Include="..\..\..\include\ancient\src\common\MemoryBuffer.hpp" />
  1190. <ClInclude Include="..\..\..\include\ancient\src\common\OverflowCheck.hpp" />
  1191. <ClInclude Include="..\..\..\include\ancient\src\common\StaticBuffer.hpp" />
  1192. <ClInclude Include="..\..\..\include\ancient\src\common\SubBuffer.hpp" />
  1193. <ClInclude Include="..\..\..\include\ancient\src\common\WrappedVectorBuffer.hpp" />
  1194. </ItemGroup>
  1195. <ItemGroup>
  1196. <ClCompile Include="..\..\..\include\ancient\src\ACCADecompressor.cpp" />
  1197. <ClCompile Include="..\..\..\include\ancient\src\API.cpp" />
  1198. <ClCompile Include="..\..\..\include\ancient\src\ARTMDecompressor.cpp" />
  1199. <ClCompile Include="..\..\..\include\ancient\src\BLZWDecompressor.cpp" />
  1200. <ClCompile Include="..\..\..\include\ancient\src\BZIP2Decompressor.cpp" />
  1201. <ClCompile Include="..\..\..\include\ancient\src\CBR0Decompressor.cpp" />
  1202. <ClCompile Include="..\..\..\include\ancient\src\CRMDecompressor.cpp" />
  1203. <ClCompile Include="..\..\..\include\ancient\src\CYB2Decoder.cpp" />
  1204. <ClCompile Include="..\..\..\include\ancient\src\DEFLATEDecompressor.cpp" />
  1205. <ClCompile Include="..\..\..\include\ancient\src\DLTADecode.cpp" />
  1206. <ClCompile Include="..\..\..\include\ancient\src\DMSDecompressor.cpp" />
  1207. <ClCompile Include="..\..\..\include\ancient\src\Decompressor.cpp" />
  1208. <ClCompile Include="..\..\..\include\ancient\src\FASTDecompressor.cpp" />
  1209. <ClCompile Include="..\..\..\include\ancient\src\FBR2Decompressor.cpp" />
  1210. <ClCompile Include="..\..\..\include\ancient\src\FRLEDecompressor.cpp" />
  1211. <ClCompile Include="..\..\..\include\ancient\src\HFMNDecompressor.cpp" />
  1212. <ClCompile Include="..\..\..\include\ancient\src\HUFFDecompressor.cpp" />
  1213. <ClCompile Include="..\..\..\include\ancient\src\ILZRDecompressor.cpp" />
  1214. <ClCompile Include="..\..\..\include\ancient\src\IMPDecompressor.cpp" />
  1215. <ClCompile Include="..\..\..\include\ancient\src\InputStream.cpp" />
  1216. <ClCompile Include="..\..\..\include\ancient\src\LHLBDecompressor.cpp" />
  1217. <ClCompile Include="..\..\..\include\ancient\src\LIN1Decompressor.cpp" />
  1218. <ClCompile Include="..\..\..\include\ancient\src\LIN2Decompressor.cpp" />
  1219. <ClCompile Include="..\..\..\include\ancient\src\LZBSDecompressor.cpp" />
  1220. <ClCompile Include="..\..\..\include\ancient\src\LZCBDecompressor.cpp" />
  1221. <ClCompile Include="..\..\..\include\ancient\src\LZW2Decompressor.cpp" />
  1222. <ClCompile Include="..\..\..\include\ancient\src\LZW4Decompressor.cpp" />
  1223. <ClCompile Include="..\..\..\include\ancient\src\LZW5Decompressor.cpp" />
  1224. <ClCompile Include="..\..\..\include\ancient\src\LZXDecompressor.cpp" />
  1225. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH1Decompressor.cpp" />
  1226. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH2Decompressor.cpp" />
  1227. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH3Decompressor.cpp" />
  1228. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LHXDecompressor.cpp" />
  1229. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZ5Decompressor.cpp" />
  1230. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZHDecompressor.cpp" />
  1231. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZSDecompressor.cpp" />
  1232. <ClCompile Include="..\..\..\include\ancient\src\Lzh\PMDecompressor.cpp" />
  1233. <ClCompile Include="..\..\..\include\ancient\src\MASHDecompressor.cpp" />
  1234. <ClCompile Include="..\..\..\include\ancient\src\MMCMPDecompressor.cpp" />
  1235. <ClCompile Include="..\..\..\include\ancient\src\NONEDecompressor.cpp" />
  1236. <ClCompile Include="..\..\..\include\ancient\src\NUKEDecompressor.cpp" />
  1237. <ClCompile Include="..\..\..\include\ancient\src\OutputStream.cpp" />
  1238. <ClCompile Include="..\..\..\include\ancient\src\PPDecompressor.cpp" />
  1239. <ClCompile Include="..\..\..\include\ancient\src\RAKEDecompressor.cpp" />
  1240. <ClCompile Include="..\..\..\include\ancient\src\RDCNDecompressor.cpp" />
  1241. <ClCompile Include="..\..\..\include\ancient\src\RLENDecompressor.cpp" />
  1242. <ClCompile Include="..\..\..\include\ancient\src\RNCDecompressor.cpp" />
  1243. <ClCompile Include="..\..\..\include\ancient\src\RangeDecoder.cpp" />
  1244. <ClCompile Include="..\..\..\include\ancient\src\SDHCDecompressor.cpp" />
  1245. <ClCompile Include="..\..\..\include\ancient\src\SHR3Decompressor.cpp" />
  1246. <ClCompile Include="..\..\..\include\ancient\src\SHRIDecompressor.cpp" />
  1247. <ClCompile Include="..\..\..\include\ancient\src\SLZ3Decompressor.cpp" />
  1248. <ClCompile Include="..\..\..\include\ancient\src\SMPLDecompressor.cpp" />
  1249. <ClCompile Include="..\..\..\include\ancient\src\SQSHDecompressor.cpp" />
  1250. <ClCompile Include="..\..\..\include\ancient\src\SXSCDecompressor.cpp" />
  1251. <ClCompile Include="..\..\..\include\ancient\src\StoneCrackerDecompressor.cpp" />
  1252. <ClCompile Include="..\..\..\include\ancient\src\TDCSDecompressor.cpp" />
  1253. <ClCompile Include="..\..\..\include\ancient\src\TPWMDecompressor.cpp" />
  1254. <ClCompile Include="..\..\..\include\ancient\src\XPKDecompressor.cpp" />
  1255. <ClCompile Include="..\..\..\include\ancient\src\XPKMain.cpp" />
  1256. <ClCompile Include="..\..\..\include\ancient\src\ZENODecompressor.cpp" />
  1257. <ClCompile Include="..\..\..\include\ancient\src\Zip\ImplodeDecompressor.cpp" />
  1258. <ClCompile Include="..\..\..\include\ancient\src\Zip\ReduceDecompressor.cpp" />
  1259. <ClCompile Include="..\..\..\include\ancient\src\Zip\ShrinkDecompressor.cpp" />
  1260. <ClCompile Include="..\..\..\include\ancient\src\Zip\ZIPDecompressor.cpp" />
  1261. <ClCompile Include="..\..\..\include\ancient\src\common\Buffer.cpp" />
  1262. <ClCompile Include="..\..\..\include\ancient\src\common\CRC16.cpp" />
  1263. <ClCompile Include="..\..\..\include\ancient\src\common\CRC32.cpp" />
  1264. <ClCompile Include="..\..\..\include\ancient\src\common\Common.cpp" />
  1265. <ClCompile Include="..\..\..\include\ancient\src\common\MemoryBuffer.cpp" />
  1266. <ClCompile Include="..\..\..\include\ancient\src\common\StaticBuffer.cpp" />
  1267. <ClCompile Include="..\..\..\include\ancient\src\common\SubBuffer.cpp" />
  1268. <ClCompile Include="..\..\..\include\ancient\src\common\WrappedVectorBuffer.cpp" />
  1269. </ItemGroup>
  1270. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1271. <ImportGroup Label="ExtensionTargets">
  1272. </ImportGroup>
  1273. </Project>