ancient.vcxproj 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  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>ClangCL</PlatformToolset>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <UseDebugLibraries>true</UseDebugLibraries>
  119. <CharacterSet>Unicode</CharacterSet>
  120. <PlatformToolset>ClangCL</PlatformToolset>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  123. <ConfigurationType>StaticLibrary</ConfigurationType>
  124. <UseDebugLibraries>true</UseDebugLibraries>
  125. <CharacterSet>Unicode</CharacterSet>
  126. <PlatformToolset>ClangCL</PlatformToolset>
  127. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  130. <ConfigurationType>StaticLibrary</ConfigurationType>
  131. <UseDebugLibraries>true</UseDebugLibraries>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>ClangCL</PlatformToolset>
  134. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  137. <ConfigurationType>StaticLibrary</ConfigurationType>
  138. <UseDebugLibraries>false</UseDebugLibraries>
  139. <CharacterSet>Unicode</CharacterSet>
  140. <PlatformToolset>ClangCL</PlatformToolset>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  143. <ConfigurationType>StaticLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <CharacterSet>Unicode</CharacterSet>
  146. <PlatformToolset>ClangCL</PlatformToolset>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  149. <ConfigurationType>StaticLibrary</ConfigurationType>
  150. <UseDebugLibraries>false</UseDebugLibraries>
  151. <CharacterSet>Unicode</CharacterSet>
  152. <PlatformToolset>ClangCL</PlatformToolset>
  153. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  156. <ConfigurationType>StaticLibrary</ConfigurationType>
  157. <UseDebugLibraries>false</UseDebugLibraries>
  158. <CharacterSet>Unicode</CharacterSet>
  159. <PlatformToolset>ClangCL</PlatformToolset>
  160. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  163. <ConfigurationType>StaticLibrary</ConfigurationType>
  164. <UseDebugLibraries>false</UseDebugLibraries>
  165. <CharacterSet>Unicode</CharacterSet>
  166. <PlatformToolset>ClangCL</PlatformToolset>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  169. <ConfigurationType>StaticLibrary</ConfigurationType>
  170. <UseDebugLibraries>false</UseDebugLibraries>
  171. <CharacterSet>Unicode</CharacterSet>
  172. <PlatformToolset>ClangCL</PlatformToolset>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Configuration">
  175. <ConfigurationType>StaticLibrary</ConfigurationType>
  176. <UseDebugLibraries>false</UseDebugLibraries>
  177. <CharacterSet>Unicode</CharacterSet>
  178. <PlatformToolset>ClangCL</PlatformToolset>
  179. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'" Label="Configuration">
  182. <ConfigurationType>StaticLibrary</ConfigurationType>
  183. <UseDebugLibraries>false</UseDebugLibraries>
  184. <CharacterSet>Unicode</CharacterSet>
  185. <PlatformToolset>ClangCL</PlatformToolset>
  186. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  189. <ConfigurationType>DynamicLibrary</ConfigurationType>
  190. <UseDebugLibraries>true</UseDebugLibraries>
  191. <CharacterSet>Unicode</CharacterSet>
  192. <PlatformToolset>ClangCL</PlatformToolset>
  193. </PropertyGroup>
  194. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  195. <ConfigurationType>DynamicLibrary</ConfigurationType>
  196. <UseDebugLibraries>true</UseDebugLibraries>
  197. <CharacterSet>Unicode</CharacterSet>
  198. <PlatformToolset>ClangCL</PlatformToolset>
  199. </PropertyGroup>
  200. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">
  201. <ConfigurationType>DynamicLibrary</ConfigurationType>
  202. <UseDebugLibraries>true</UseDebugLibraries>
  203. <CharacterSet>Unicode</CharacterSet>
  204. <PlatformToolset>ClangCL</PlatformToolset>
  205. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'" Label="Configuration">
  208. <ConfigurationType>DynamicLibrary</ConfigurationType>
  209. <UseDebugLibraries>true</UseDebugLibraries>
  210. <CharacterSet>Unicode</CharacterSet>
  211. <PlatformToolset>ClangCL</PlatformToolset>
  212. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  213. </PropertyGroup>
  214. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  215. <ConfigurationType>DynamicLibrary</ConfigurationType>
  216. <UseDebugLibraries>false</UseDebugLibraries>
  217. <CharacterSet>Unicode</CharacterSet>
  218. <PlatformToolset>ClangCL</PlatformToolset>
  219. </PropertyGroup>
  220. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  221. <ConfigurationType>DynamicLibrary</ConfigurationType>
  222. <UseDebugLibraries>false</UseDebugLibraries>
  223. <CharacterSet>Unicode</CharacterSet>
  224. <PlatformToolset>ClangCL</PlatformToolset>
  225. </PropertyGroup>
  226. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">
  227. <ConfigurationType>DynamicLibrary</ConfigurationType>
  228. <UseDebugLibraries>false</UseDebugLibraries>
  229. <CharacterSet>Unicode</CharacterSet>
  230. <PlatformToolset>ClangCL</PlatformToolset>
  231. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  232. </PropertyGroup>
  233. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'" Label="Configuration">
  234. <ConfigurationType>DynamicLibrary</ConfigurationType>
  235. <UseDebugLibraries>false</UseDebugLibraries>
  236. <CharacterSet>Unicode</CharacterSet>
  237. <PlatformToolset>ClangCL</PlatformToolset>
  238. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  239. </PropertyGroup>
  240. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  241. <ConfigurationType>DynamicLibrary</ConfigurationType>
  242. <UseDebugLibraries>false</UseDebugLibraries>
  243. <CharacterSet>Unicode</CharacterSet>
  244. <PlatformToolset>ClangCL</PlatformToolset>
  245. </PropertyGroup>
  246. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  247. <ConfigurationType>DynamicLibrary</ConfigurationType>
  248. <UseDebugLibraries>false</UseDebugLibraries>
  249. <CharacterSet>Unicode</CharacterSet>
  250. <PlatformToolset>ClangCL</PlatformToolset>
  251. </PropertyGroup>
  252. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Configuration">
  253. <ConfigurationType>DynamicLibrary</ConfigurationType>
  254. <UseDebugLibraries>false</UseDebugLibraries>
  255. <CharacterSet>Unicode</CharacterSet>
  256. <PlatformToolset>ClangCL</PlatformToolset>
  257. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  258. </PropertyGroup>
  259. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'" Label="Configuration">
  260. <ConfigurationType>DynamicLibrary</ConfigurationType>
  261. <UseDebugLibraries>false</UseDebugLibraries>
  262. <CharacterSet>Unicode</CharacterSet>
  263. <PlatformToolset>ClangCL</PlatformToolset>
  264. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  265. </PropertyGroup>
  266. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  267. <ImportGroup Label="ExtensionSettings">
  268. </ImportGroup>
  269. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  270. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  271. </ImportGroup>
  272. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  273. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  274. </ImportGroup>
  275. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  276. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  277. </ImportGroup>
  278. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  279. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  280. </ImportGroup>
  281. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  282. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  283. </ImportGroup>
  284. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  285. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  286. </ImportGroup>
  287. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  288. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  289. </ImportGroup>
  290. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  291. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  292. </ImportGroup>
  293. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  294. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  295. </ImportGroup>
  296. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  297. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  298. </ImportGroup>
  299. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  300. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  301. </ImportGroup>
  302. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  303. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  304. </ImportGroup>
  305. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  306. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  307. </ImportGroup>
  308. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  309. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  310. </ImportGroup>
  311. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  312. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  313. </ImportGroup>
  314. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  315. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  316. </ImportGroup>
  317. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  318. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  319. </ImportGroup>
  320. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  321. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  322. </ImportGroup>
  323. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  324. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  325. </ImportGroup>
  326. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  327. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  328. </ImportGroup>
  329. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  330. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  331. </ImportGroup>
  332. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  333. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  334. </ImportGroup>
  335. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  336. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  337. </ImportGroup>
  338. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  339. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  340. </ImportGroup>
  341. <PropertyGroup Label="UserMacros" />
  342. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  343. <OutDir>..\..\lib\vs2022win10clang\x86\Debug\</OutDir>
  344. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\Debug\</IntDir>
  345. <TargetName>openmpt-ancient</TargetName>
  346. <TargetExt>.lib</TargetExt>
  347. </PropertyGroup>
  348. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  349. <OutDir>..\..\lib\vs2022win10clang\x86_64\Debug\</OutDir>
  350. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\Debug\</IntDir>
  351. <TargetName>openmpt-ancient</TargetName>
  352. <TargetExt>.lib</TargetExt>
  353. </PropertyGroup>
  354. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  355. <OutDir>..\..\lib\vs2022win10clang\arm\Debug\</OutDir>
  356. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\Debug\</IntDir>
  357. <TargetName>openmpt-ancient</TargetName>
  358. <TargetExt>.lib</TargetExt>
  359. </PropertyGroup>
  360. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  361. <OutDir>..\..\lib\vs2022win10clang\arm64\Debug\</OutDir>
  362. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\Debug\</IntDir>
  363. <TargetName>openmpt-ancient</TargetName>
  364. <TargetExt>.lib</TargetExt>
  365. </PropertyGroup>
  366. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  367. <OutDir>..\..\lib\vs2022win10clang\x86\Release\</OutDir>
  368. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\Release\</IntDir>
  369. <TargetName>openmpt-ancient</TargetName>
  370. <TargetExt>.lib</TargetExt>
  371. </PropertyGroup>
  372. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  373. <OutDir>..\..\lib\vs2022win10clang\x86_64\Release\</OutDir>
  374. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\Release\</IntDir>
  375. <TargetName>openmpt-ancient</TargetName>
  376. <TargetExt>.lib</TargetExt>
  377. </PropertyGroup>
  378. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  379. <OutDir>..\..\lib\vs2022win10clang\arm\Release\</OutDir>
  380. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\Release\</IntDir>
  381. <TargetName>openmpt-ancient</TargetName>
  382. <TargetExt>.lib</TargetExt>
  383. </PropertyGroup>
  384. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  385. <OutDir>..\..\lib\vs2022win10clang\arm64\Release\</OutDir>
  386. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\Release\</IntDir>
  387. <TargetName>openmpt-ancient</TargetName>
  388. <TargetExt>.lib</TargetExt>
  389. </PropertyGroup>
  390. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  391. <OutDir>..\..\lib\vs2022win10clang\x86\Checked\</OutDir>
  392. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\Checked\</IntDir>
  393. <TargetName>openmpt-ancient</TargetName>
  394. <TargetExt>.lib</TargetExt>
  395. </PropertyGroup>
  396. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  397. <OutDir>..\..\lib\vs2022win10clang\x86_64\Checked\</OutDir>
  398. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\Checked\</IntDir>
  399. <TargetName>openmpt-ancient</TargetName>
  400. <TargetExt>.lib</TargetExt>
  401. </PropertyGroup>
  402. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  403. <OutDir>..\..\lib\vs2022win10clang\arm\Checked\</OutDir>
  404. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\Checked\</IntDir>
  405. <TargetName>openmpt-ancient</TargetName>
  406. <TargetExt>.lib</TargetExt>
  407. </PropertyGroup>
  408. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  409. <OutDir>..\..\lib\vs2022win10clang\arm64\Checked\</OutDir>
  410. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\Checked\</IntDir>
  411. <TargetName>openmpt-ancient</TargetName>
  412. <TargetExt>.lib</TargetExt>
  413. </PropertyGroup>
  414. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  415. <LinkIncremental>true</LinkIncremental>
  416. <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\x86\</OutDir>
  417. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\DebugShared\</IntDir>
  418. <TargetName>openmpt-ancient</TargetName>
  419. <TargetExt>.dll</TargetExt>
  420. </PropertyGroup>
  421. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  422. <LinkIncremental>true</LinkIncremental>
  423. <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\amd64\</OutDir>
  424. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\DebugShared\</IntDir>
  425. <TargetName>openmpt-ancient</TargetName>
  426. <TargetExt>.dll</TargetExt>
  427. </PropertyGroup>
  428. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  429. <LinkIncremental>true</LinkIncremental>
  430. <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\arm\</OutDir>
  431. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\DebugShared\</IntDir>
  432. <TargetName>openmpt-ancient</TargetName>
  433. <TargetExt>.dll</TargetExt>
  434. </PropertyGroup>
  435. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  436. <LinkIncremental>true</LinkIncremental>
  437. <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\arm64\</OutDir>
  438. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\DebugShared\</IntDir>
  439. <TargetName>openmpt-ancient</TargetName>
  440. <TargetExt>.dll</TargetExt>
  441. </PropertyGroup>
  442. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  443. <LinkIncremental>false</LinkIncremental>
  444. <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\x86\</OutDir>
  445. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\ReleaseShared\</IntDir>
  446. <TargetName>openmpt-ancient</TargetName>
  447. <TargetExt>.dll</TargetExt>
  448. </PropertyGroup>
  449. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  450. <LinkIncremental>false</LinkIncremental>
  451. <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\amd64\</OutDir>
  452. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\ReleaseShared\</IntDir>
  453. <TargetName>openmpt-ancient</TargetName>
  454. <TargetExt>.dll</TargetExt>
  455. </PropertyGroup>
  456. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  457. <LinkIncremental>false</LinkIncremental>
  458. <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\arm\</OutDir>
  459. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\ReleaseShared\</IntDir>
  460. <TargetName>openmpt-ancient</TargetName>
  461. <TargetExt>.dll</TargetExt>
  462. </PropertyGroup>
  463. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  464. <LinkIncremental>false</LinkIncremental>
  465. <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\arm64\</OutDir>
  466. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\ReleaseShared\</IntDir>
  467. <TargetName>openmpt-ancient</TargetName>
  468. <TargetExt>.dll</TargetExt>
  469. </PropertyGroup>
  470. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  471. <LinkIncremental>false</LinkIncremental>
  472. <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\x86\</OutDir>
  473. <IntDir>..\..\obj\vs2022win10clang\ancient\x86\CheckedShared\</IntDir>
  474. <TargetName>openmpt-ancient</TargetName>
  475. <TargetExt>.dll</TargetExt>
  476. </PropertyGroup>
  477. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  478. <LinkIncremental>false</LinkIncremental>
  479. <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\amd64\</OutDir>
  480. <IntDir>..\..\obj\vs2022win10clang\ancient\x86_64\CheckedShared\</IntDir>
  481. <TargetName>openmpt-ancient</TargetName>
  482. <TargetExt>.dll</TargetExt>
  483. </PropertyGroup>
  484. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  485. <LinkIncremental>false</LinkIncremental>
  486. <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\arm\</OutDir>
  487. <IntDir>..\..\obj\vs2022win10clang\ancient\arm\CheckedShared\</IntDir>
  488. <TargetName>openmpt-ancient</TargetName>
  489. <TargetExt>.dll</TargetExt>
  490. </PropertyGroup>
  491. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  492. <LinkIncremental>false</LinkIncremental>
  493. <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\arm64\</OutDir>
  494. <IntDir>..\..\obj\vs2022win10clang\ancient\arm64\CheckedShared\</IntDir>
  495. <TargetName>openmpt-ancient</TargetName>
  496. <TargetExt>.dll</TargetExt>
  497. </PropertyGroup>
  498. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  499. <ClCompile>
  500. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  501. <WarningLevel>Level3</WarningLevel>
  502. <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>
  503. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  504. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  505. <Optimization>Disabled</Optimization>
  506. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  507. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  508. <LanguageStandard>stdcpp17</LanguageStandard>
  509. <ConformanceMode>true</ConformanceMode>
  510. </ClCompile>
  511. <Link>
  512. <SubSystem>Windows</SubSystem>
  513. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  514. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  515. </Link>
  516. </ItemDefinitionGroup>
  517. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  518. <ClCompile>
  519. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  520. <WarningLevel>Level3</WarningLevel>
  521. <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>
  522. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  523. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  524. <Optimization>Disabled</Optimization>
  525. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  526. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  527. <LanguageStandard>stdcpp17</LanguageStandard>
  528. <ConformanceMode>true</ConformanceMode>
  529. </ClCompile>
  530. <Link>
  531. <SubSystem>Windows</SubSystem>
  532. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  533. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  534. </Link>
  535. </ItemDefinitionGroup>
  536. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  537. <ClCompile>
  538. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  539. <WarningLevel>Level3</WarningLevel>
  540. <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>
  541. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  542. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  543. <Optimization>Disabled</Optimization>
  544. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  545. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  546. <LanguageStandard>stdcpp17</LanguageStandard>
  547. <ConformanceMode>true</ConformanceMode>
  548. </ClCompile>
  549. <Link>
  550. <SubSystem>Windows</SubSystem>
  551. <GenerateDebugInformation>true</GenerateDebugInformation>
  552. </Link>
  553. </ItemDefinitionGroup>
  554. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  555. <ClCompile>
  556. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  557. <WarningLevel>Level3</WarningLevel>
  558. <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>
  559. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  560. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  561. <Optimization>Disabled</Optimization>
  562. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  563. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  564. <LanguageStandard>stdcpp17</LanguageStandard>
  565. <ConformanceMode>true</ConformanceMode>
  566. </ClCompile>
  567. <Link>
  568. <SubSystem>Windows</SubSystem>
  569. <GenerateDebugInformation>true</GenerateDebugInformation>
  570. </Link>
  571. </ItemDefinitionGroup>
  572. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  573. <ClCompile>
  574. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  575. <WarningLevel>Level3</WarningLevel>
  576. <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>
  577. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  578. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  579. <Optimization>MaxSpeed</Optimization>
  580. <FunctionLevelLinking>true</FunctionLevelLinking>
  581. <IntrinsicFunctions>true</IntrinsicFunctions>
  582. <MinimalRebuild>false</MinimalRebuild>
  583. <StringPooling>true</StringPooling>
  584. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  585. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  586. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  587. <LanguageStandard>stdcpp17</LanguageStandard>
  588. <ConformanceMode>true</ConformanceMode>
  589. </ClCompile>
  590. <Link>
  591. <SubSystem>Windows</SubSystem>
  592. <GenerateDebugInformation>true</GenerateDebugInformation>
  593. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  594. <OptimizeReferences>true</OptimizeReferences>
  595. </Link>
  596. </ItemDefinitionGroup>
  597. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  598. <ClCompile>
  599. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  600. <WarningLevel>Level3</WarningLevel>
  601. <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>
  602. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  603. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  604. <Optimization>MaxSpeed</Optimization>
  605. <FunctionLevelLinking>true</FunctionLevelLinking>
  606. <IntrinsicFunctions>true</IntrinsicFunctions>
  607. <MinimalRebuild>false</MinimalRebuild>
  608. <StringPooling>true</StringPooling>
  609. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  610. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  611. <LanguageStandard>stdcpp17</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|ARM'">
  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=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  626. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(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. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  635. <LanguageStandard>stdcpp17</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|ARM64'">
  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\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(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. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  659. <LanguageStandard>stdcpp17</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)'=='Checked|Win32'">
  670. <ClCompile>
  671. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  672. <WarningLevel>Level3</WarningLevel>
  673. <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>
  674. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  675. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  676. <Optimization>Full</Optimization>
  677. <FunctionLevelLinking>true</FunctionLevelLinking>
  678. <IntrinsicFunctions>true</IntrinsicFunctions>
  679. <MinimalRebuild>false</MinimalRebuild>
  680. <OmitFramePointers>false</OmitFramePointers>
  681. <StringPooling>true</StringPooling>
  682. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  683. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  684. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  685. <LanguageStandard>stdcpp17</LanguageStandard>
  686. <ConformanceMode>true</ConformanceMode>
  687. </ClCompile>
  688. <Link>
  689. <SubSystem>Windows</SubSystem>
  690. <GenerateDebugInformation>true</GenerateDebugInformation>
  691. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  692. <OptimizeReferences>true</OptimizeReferences>
  693. </Link>
  694. </ItemDefinitionGroup>
  695. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  696. <ClCompile>
  697. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  698. <WarningLevel>Level3</WarningLevel>
  699. <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>
  700. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  701. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  702. <Optimization>Full</Optimization>
  703. <FunctionLevelLinking>true</FunctionLevelLinking>
  704. <IntrinsicFunctions>true</IntrinsicFunctions>
  705. <MinimalRebuild>false</MinimalRebuild>
  706. <OmitFramePointers>false</OmitFramePointers>
  707. <StringPooling>true</StringPooling>
  708. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  709. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  710. <LanguageStandard>stdcpp17</LanguageStandard>
  711. <ConformanceMode>true</ConformanceMode>
  712. </ClCompile>
  713. <Link>
  714. <SubSystem>Windows</SubSystem>
  715. <GenerateDebugInformation>true</GenerateDebugInformation>
  716. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  717. <OptimizeReferences>true</OptimizeReferences>
  718. </Link>
  719. </ItemDefinitionGroup>
  720. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  721. <ClCompile>
  722. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  723. <WarningLevel>Level3</WarningLevel>
  724. <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>
  725. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  726. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  727. <Optimization>Full</Optimization>
  728. <FunctionLevelLinking>true</FunctionLevelLinking>
  729. <IntrinsicFunctions>true</IntrinsicFunctions>
  730. <MinimalRebuild>false</MinimalRebuild>
  731. <OmitFramePointers>false</OmitFramePointers>
  732. <StringPooling>true</StringPooling>
  733. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  734. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  735. <LanguageStandard>stdcpp17</LanguageStandard>
  736. <ConformanceMode>true</ConformanceMode>
  737. </ClCompile>
  738. <Link>
  739. <SubSystem>Windows</SubSystem>
  740. <GenerateDebugInformation>true</GenerateDebugInformation>
  741. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  742. <OptimizeReferences>true</OptimizeReferences>
  743. </Link>
  744. </ItemDefinitionGroup>
  745. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  746. <ClCompile>
  747. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  748. <WarningLevel>Level3</WarningLevel>
  749. <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>
  750. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  751. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  752. <Optimization>Full</Optimization>
  753. <FunctionLevelLinking>true</FunctionLevelLinking>
  754. <IntrinsicFunctions>true</IntrinsicFunctions>
  755. <MinimalRebuild>false</MinimalRebuild>
  756. <OmitFramePointers>false</OmitFramePointers>
  757. <StringPooling>true</StringPooling>
  758. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  759. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  760. <LanguageStandard>stdcpp17</LanguageStandard>
  761. <ConformanceMode>true</ConformanceMode>
  762. </ClCompile>
  763. <Link>
  764. <SubSystem>Windows</SubSystem>
  765. <GenerateDebugInformation>true</GenerateDebugInformation>
  766. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  767. <OptimizeReferences>true</OptimizeReferences>
  768. </Link>
  769. </ItemDefinitionGroup>
  770. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  771. <ClCompile>
  772. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  773. <WarningLevel>Level3</WarningLevel>
  774. <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>
  775. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  776. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  777. <Optimization>Disabled</Optimization>
  778. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  779. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  780. <LanguageStandard>stdcpp17</LanguageStandard>
  781. <ConformanceMode>true</ConformanceMode>
  782. </ClCompile>
  783. <Link>
  784. <SubSystem>Windows</SubSystem>
  785. <GenerateDebugInformation>true</GenerateDebugInformation>
  786. <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\x86\openmpt-ancient.lib</ImportLibrary>
  787. </Link>
  788. </ItemDefinitionGroup>
  789. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  790. <ClCompile>
  791. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  792. <WarningLevel>Level3</WarningLevel>
  793. <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>
  794. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  795. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  796. <Optimization>Disabled</Optimization>
  797. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  798. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  799. <LanguageStandard>stdcpp17</LanguageStandard>
  800. <ConformanceMode>true</ConformanceMode>
  801. </ClCompile>
  802. <Link>
  803. <SubSystem>Windows</SubSystem>
  804. <GenerateDebugInformation>true</GenerateDebugInformation>
  805. <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  806. </Link>
  807. </ItemDefinitionGroup>
  808. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  809. <ClCompile>
  810. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  811. <WarningLevel>Level3</WarningLevel>
  812. <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>
  813. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  814. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  815. <Optimization>Disabled</Optimization>
  816. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  817. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  818. <LanguageStandard>stdcpp17</LanguageStandard>
  819. <ConformanceMode>true</ConformanceMode>
  820. </ClCompile>
  821. <Link>
  822. <SubSystem>Windows</SubSystem>
  823. <GenerateDebugInformation>true</GenerateDebugInformation>
  824. <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\arm\openmpt-ancient.lib</ImportLibrary>
  825. </Link>
  826. </ItemDefinitionGroup>
  827. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  828. <ClCompile>
  829. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  830. <WarningLevel>Level3</WarningLevel>
  831. <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>
  832. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  833. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  834. <Optimization>Disabled</Optimization>
  835. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  836. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  837. <LanguageStandard>stdcpp17</LanguageStandard>
  838. <ConformanceMode>true</ConformanceMode>
  839. </ClCompile>
  840. <Link>
  841. <SubSystem>Windows</SubSystem>
  842. <GenerateDebugInformation>true</GenerateDebugInformation>
  843. <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  844. </Link>
  845. </ItemDefinitionGroup>
  846. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  847. <ClCompile>
  848. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  849. <WarningLevel>Level3</WarningLevel>
  850. <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>
  851. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  852. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  853. <Optimization>MaxSpeed</Optimization>
  854. <FunctionLevelLinking>true</FunctionLevelLinking>
  855. <IntrinsicFunctions>true</IntrinsicFunctions>
  856. <MinimalRebuild>false</MinimalRebuild>
  857. <StringPooling>true</StringPooling>
  858. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  859. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  860. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  861. <LanguageStandard>stdcpp17</LanguageStandard>
  862. <ConformanceMode>true</ConformanceMode>
  863. </ClCompile>
  864. <Link>
  865. <SubSystem>Windows</SubSystem>
  866. <GenerateDebugInformation>true</GenerateDebugInformation>
  867. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  868. <OptimizeReferences>true</OptimizeReferences>
  869. <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\x86\openmpt-ancient.lib</ImportLibrary>
  870. </Link>
  871. </ItemDefinitionGroup>
  872. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  873. <ClCompile>
  874. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  875. <WarningLevel>Level3</WarningLevel>
  876. <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>
  877. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  878. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  879. <Optimization>MaxSpeed</Optimization>
  880. <FunctionLevelLinking>true</FunctionLevelLinking>
  881. <IntrinsicFunctions>true</IntrinsicFunctions>
  882. <MinimalRebuild>false</MinimalRebuild>
  883. <StringPooling>true</StringPooling>
  884. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  885. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  886. <LanguageStandard>stdcpp17</LanguageStandard>
  887. <ConformanceMode>true</ConformanceMode>
  888. </ClCompile>
  889. <Link>
  890. <SubSystem>Windows</SubSystem>
  891. <GenerateDebugInformation>true</GenerateDebugInformation>
  892. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  893. <OptimizeReferences>true</OptimizeReferences>
  894. <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  895. </Link>
  896. </ItemDefinitionGroup>
  897. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  898. <ClCompile>
  899. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  900. <WarningLevel>Level3</WarningLevel>
  901. <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>
  902. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  903. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  904. <Optimization>MaxSpeed</Optimization>
  905. <FunctionLevelLinking>true</FunctionLevelLinking>
  906. <IntrinsicFunctions>true</IntrinsicFunctions>
  907. <MinimalRebuild>false</MinimalRebuild>
  908. <StringPooling>true</StringPooling>
  909. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  910. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  911. <LanguageStandard>stdcpp17</LanguageStandard>
  912. <ConformanceMode>true</ConformanceMode>
  913. </ClCompile>
  914. <Link>
  915. <SubSystem>Windows</SubSystem>
  916. <GenerateDebugInformation>true</GenerateDebugInformation>
  917. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  918. <OptimizeReferences>true</OptimizeReferences>
  919. <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\arm\openmpt-ancient.lib</ImportLibrary>
  920. </Link>
  921. </ItemDefinitionGroup>
  922. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  923. <ClCompile>
  924. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  925. <WarningLevel>Level3</WarningLevel>
  926. <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>
  927. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  928. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  929. <Optimization>MaxSpeed</Optimization>
  930. <FunctionLevelLinking>true</FunctionLevelLinking>
  931. <IntrinsicFunctions>true</IntrinsicFunctions>
  932. <MinimalRebuild>false</MinimalRebuild>
  933. <StringPooling>true</StringPooling>
  934. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  935. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  936. <LanguageStandard>stdcpp17</LanguageStandard>
  937. <ConformanceMode>true</ConformanceMode>
  938. </ClCompile>
  939. <Link>
  940. <SubSystem>Windows</SubSystem>
  941. <GenerateDebugInformation>true</GenerateDebugInformation>
  942. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  943. <OptimizeReferences>true</OptimizeReferences>
  944. <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  945. </Link>
  946. </ItemDefinitionGroup>
  947. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  948. <ClCompile>
  949. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  950. <WarningLevel>Level3</WarningLevel>
  951. <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>
  952. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  953. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  954. <Optimization>Full</Optimization>
  955. <FunctionLevelLinking>true</FunctionLevelLinking>
  956. <IntrinsicFunctions>true</IntrinsicFunctions>
  957. <MinimalRebuild>false</MinimalRebuild>
  958. <OmitFramePointers>false</OmitFramePointers>
  959. <StringPooling>true</StringPooling>
  960. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  961. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  962. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  963. <LanguageStandard>stdcpp17</LanguageStandard>
  964. <ConformanceMode>true</ConformanceMode>
  965. </ClCompile>
  966. <Link>
  967. <SubSystem>Windows</SubSystem>
  968. <GenerateDebugInformation>true</GenerateDebugInformation>
  969. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  970. <OptimizeReferences>true</OptimizeReferences>
  971. <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\x86\openmpt-ancient.lib</ImportLibrary>
  972. </Link>
  973. </ItemDefinitionGroup>
  974. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  975. <ClCompile>
  976. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  977. <WarningLevel>Level3</WarningLevel>
  978. <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>
  979. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  980. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  981. <Optimization>Full</Optimization>
  982. <FunctionLevelLinking>true</FunctionLevelLinking>
  983. <IntrinsicFunctions>true</IntrinsicFunctions>
  984. <MinimalRebuild>false</MinimalRebuild>
  985. <OmitFramePointers>false</OmitFramePointers>
  986. <StringPooling>true</StringPooling>
  987. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  988. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  989. <LanguageStandard>stdcpp17</LanguageStandard>
  990. <ConformanceMode>true</ConformanceMode>
  991. </ClCompile>
  992. <Link>
  993. <SubSystem>Windows</SubSystem>
  994. <GenerateDebugInformation>true</GenerateDebugInformation>
  995. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  996. <OptimizeReferences>true</OptimizeReferences>
  997. <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\amd64\openmpt-ancient.lib</ImportLibrary>
  998. </Link>
  999. </ItemDefinitionGroup>
  1000. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1001. <ClCompile>
  1002. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1003. <WarningLevel>Level3</WarningLevel>
  1004. <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>
  1005. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1006. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1007. <Optimization>Full</Optimization>
  1008. <FunctionLevelLinking>true</FunctionLevelLinking>
  1009. <IntrinsicFunctions>true</IntrinsicFunctions>
  1010. <MinimalRebuild>false</MinimalRebuild>
  1011. <OmitFramePointers>false</OmitFramePointers>
  1012. <StringPooling>true</StringPooling>
  1013. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1014. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1015. <LanguageStandard>stdcpp17</LanguageStandard>
  1016. <ConformanceMode>true</ConformanceMode>
  1017. </ClCompile>
  1018. <Link>
  1019. <SubSystem>Windows</SubSystem>
  1020. <GenerateDebugInformation>true</GenerateDebugInformation>
  1021. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1022. <OptimizeReferences>true</OptimizeReferences>
  1023. <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\arm\openmpt-ancient.lib</ImportLibrary>
  1024. </Link>
  1025. </ItemDefinitionGroup>
  1026. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1027. <ClCompile>
  1028. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1029. <WarningLevel>Level3</WarningLevel>
  1030. <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>
  1031. <AdditionalIncludeDirectories>..\..\..\include\ancient\api;..\..\..\include\ancient\api\ancient;..\..\..\include\ancient\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1032. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1033. <Optimization>Full</Optimization>
  1034. <FunctionLevelLinking>true</FunctionLevelLinking>
  1035. <IntrinsicFunctions>true</IntrinsicFunctions>
  1036. <MinimalRebuild>false</MinimalRebuild>
  1037. <OmitFramePointers>false</OmitFramePointers>
  1038. <StringPooling>true</StringPooling>
  1039. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1040. <AdditionalOptions>/wd4146 /wd4244 /wd4251 /wd4275 %(AdditionalOptions)</AdditionalOptions>
  1041. <LanguageStandard>stdcpp17</LanguageStandard>
  1042. <ConformanceMode>true</ConformanceMode>
  1043. </ClCompile>
  1044. <Link>
  1045. <SubSystem>Windows</SubSystem>
  1046. <GenerateDebugInformation>true</GenerateDebugInformation>
  1047. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1048. <OptimizeReferences>true</OptimizeReferences>
  1049. <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\arm64\openmpt-ancient.lib</ImportLibrary>
  1050. </Link>
  1051. </ItemDefinitionGroup>
  1052. <ItemGroup>
  1053. <ClInclude Include="..\..\..\include\ancient\api\ancient\ancient.hpp" />
  1054. <ClInclude Include="..\..\..\include\ancient\src\ACCADecompressor.hpp" />
  1055. <ClInclude Include="..\..\..\include\ancient\src\ARTMDecompressor.hpp" />
  1056. <ClInclude Include="..\..\..\include\ancient\src\BLZWDecompressor.hpp" />
  1057. <ClInclude Include="..\..\..\include\ancient\src\BZIP2Decompressor.hpp" />
  1058. <ClInclude Include="..\..\..\include\ancient\src\BZIP2Table.hpp" />
  1059. <ClInclude Include="..\..\..\include\ancient\src\CBR0Decompressor.hpp" />
  1060. <ClInclude Include="..\..\..\include\ancient\src\CRMDecompressor.hpp" />
  1061. <ClInclude Include="..\..\..\include\ancient\src\CYB2Decoder.hpp" />
  1062. <ClInclude Include="..\..\..\include\ancient\src\DEFLATEDecompressor.hpp" />
  1063. <ClInclude Include="..\..\..\include\ancient\src\DLTADecode.hpp" />
  1064. <ClInclude Include="..\..\..\include\ancient\src\DMSDecompressor.hpp" />
  1065. <ClInclude Include="..\..\..\include\ancient\src\Decompressor.hpp" />
  1066. <ClInclude Include="..\..\..\include\ancient\src\DynamicHuffmanDecoder.hpp" />
  1067. <ClInclude Include="..\..\..\include\ancient\src\FASTDecompressor.hpp" />
  1068. <ClInclude Include="..\..\..\include\ancient\src\FBR2Decompressor.hpp" />
  1069. <ClInclude Include="..\..\..\include\ancient\src\FRLEDecompressor.hpp" />
  1070. <ClInclude Include="..\..\..\include\ancient\src\HFMNDecompressor.hpp" />
  1071. <ClInclude Include="..\..\..\include\ancient\src\HUFFDecompressor.hpp" />
  1072. <ClInclude Include="..\..\..\include\ancient\src\HuffmanDecoder.hpp" />
  1073. <ClInclude Include="..\..\..\include\ancient\src\ILZRDecompressor.hpp" />
  1074. <ClInclude Include="..\..\..\include\ancient\src\IMPDecompressor.hpp" />
  1075. <ClInclude Include="..\..\..\include\ancient\src\InputStream.hpp" />
  1076. <ClInclude Include="..\..\..\include\ancient\src\LHLBDecompressor.hpp" />
  1077. <ClInclude Include="..\..\..\include\ancient\src\LIN1Decompressor.hpp" />
  1078. <ClInclude Include="..\..\..\include\ancient\src\LIN2Decompressor.hpp" />
  1079. <ClInclude Include="..\..\..\include\ancient\src\LZBSDecompressor.hpp" />
  1080. <ClInclude Include="..\..\..\include\ancient\src\LZCBDecompressor.hpp" />
  1081. <ClInclude Include="..\..\..\include\ancient\src\LZW2Decompressor.hpp" />
  1082. <ClInclude Include="..\..\..\include\ancient\src\LZW4Decompressor.hpp" />
  1083. <ClInclude Include="..\..\..\include\ancient\src\LZW5Decompressor.hpp" />
  1084. <ClInclude Include="..\..\..\include\ancient\src\LZXDecompressor.hpp" />
  1085. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH1Decompressor.hpp" />
  1086. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH2Decompressor.hpp" />
  1087. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LH3Decompressor.hpp" />
  1088. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LHXDecompressor.hpp" />
  1089. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZ5Decompressor.hpp" />
  1090. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZHDecompressor.hpp" />
  1091. <ClInclude Include="..\..\..\include\ancient\src\Lzh\LZSDecompressor.hpp" />
  1092. <ClInclude Include="..\..\..\include\ancient\src\Lzh\PMDecompressor.hpp" />
  1093. <ClInclude Include="..\..\..\include\ancient\src\MASHDecompressor.hpp" />
  1094. <ClInclude Include="..\..\..\include\ancient\src\MMCMPDecompressor.hpp" />
  1095. <ClInclude Include="..\..\..\include\ancient\src\NONEDecompressor.hpp" />
  1096. <ClInclude Include="..\..\..\include\ancient\src\NUKEDecompressor.hpp" />
  1097. <ClInclude Include="..\..\..\include\ancient\src\OutputStream.hpp" />
  1098. <ClInclude Include="..\..\..\include\ancient\src\PPDecompressor.hpp" />
  1099. <ClInclude Include="..\..\..\include\ancient\src\RAKEDecompressor.hpp" />
  1100. <ClInclude Include="..\..\..\include\ancient\src\RDCNDecompressor.hpp" />
  1101. <ClInclude Include="..\..\..\include\ancient\src\RLENDecompressor.hpp" />
  1102. <ClInclude Include="..\..\..\include\ancient\src\RNCDecompressor.hpp" />
  1103. <ClInclude Include="..\..\..\include\ancient\src\RangeDecoder.hpp" />
  1104. <ClInclude Include="..\..\..\include\ancient\src\SDHCDecompressor.hpp" />
  1105. <ClInclude Include="..\..\..\include\ancient\src\SHR3Decompressor.hpp" />
  1106. <ClInclude Include="..\..\..\include\ancient\src\SHRIDecompressor.hpp" />
  1107. <ClInclude Include="..\..\..\include\ancient\src\SLZ3Decompressor.hpp" />
  1108. <ClInclude Include="..\..\..\include\ancient\src\SMPLDecompressor.hpp" />
  1109. <ClInclude Include="..\..\..\include\ancient\src\SQSHDecompressor.hpp" />
  1110. <ClInclude Include="..\..\..\include\ancient\src\SXSCDecompressor.hpp" />
  1111. <ClInclude Include="..\..\..\include\ancient\src\StoneCrackerDecompressor.hpp" />
  1112. <ClInclude Include="..\..\..\include\ancient\src\TDCSDecompressor.hpp" />
  1113. <ClInclude Include="..\..\..\include\ancient\src\TPWMDecompressor.hpp" />
  1114. <ClInclude Include="..\..\..\include\ancient\src\XPKDecompressor.hpp" />
  1115. <ClInclude Include="..\..\..\include\ancient\src\XPKMain.hpp" />
  1116. <ClInclude Include="..\..\..\include\ancient\src\ZENODecompressor.hpp" />
  1117. <ClInclude Include="..\..\..\include\ancient\src\Zip\ImplodeDecompressor.hpp" />
  1118. <ClInclude Include="..\..\..\include\ancient\src\Zip\ReduceDecompressor.hpp" />
  1119. <ClInclude Include="..\..\..\include\ancient\src\Zip\ShrinkDecompressor.hpp" />
  1120. <ClInclude Include="..\..\..\include\ancient\src\Zip\ZIPDecompressor.hpp" />
  1121. <ClInclude Include="..\..\..\include\ancient\src\common\Buffer.hpp" />
  1122. <ClInclude Include="..\..\..\include\ancient\src\common\CRC16.hpp" />
  1123. <ClInclude Include="..\..\..\include\ancient\src\common\CRC32.hpp" />
  1124. <ClInclude Include="..\..\..\include\ancient\src\common\Common.hpp" />
  1125. <ClInclude Include="..\..\..\include\ancient\src\common\MemoryBuffer.hpp" />
  1126. <ClInclude Include="..\..\..\include\ancient\src\common\OverflowCheck.hpp" />
  1127. <ClInclude Include="..\..\..\include\ancient\src\common\StaticBuffer.hpp" />
  1128. <ClInclude Include="..\..\..\include\ancient\src\common\SubBuffer.hpp" />
  1129. <ClInclude Include="..\..\..\include\ancient\src\common\WrappedVectorBuffer.hpp" />
  1130. </ItemGroup>
  1131. <ItemGroup>
  1132. <ClCompile Include="..\..\..\include\ancient\src\ACCADecompressor.cpp" />
  1133. <ClCompile Include="..\..\..\include\ancient\src\API.cpp" />
  1134. <ClCompile Include="..\..\..\include\ancient\src\ARTMDecompressor.cpp" />
  1135. <ClCompile Include="..\..\..\include\ancient\src\BLZWDecompressor.cpp" />
  1136. <ClCompile Include="..\..\..\include\ancient\src\BZIP2Decompressor.cpp" />
  1137. <ClCompile Include="..\..\..\include\ancient\src\CBR0Decompressor.cpp" />
  1138. <ClCompile Include="..\..\..\include\ancient\src\CRMDecompressor.cpp" />
  1139. <ClCompile Include="..\..\..\include\ancient\src\CYB2Decoder.cpp" />
  1140. <ClCompile Include="..\..\..\include\ancient\src\DEFLATEDecompressor.cpp" />
  1141. <ClCompile Include="..\..\..\include\ancient\src\DLTADecode.cpp" />
  1142. <ClCompile Include="..\..\..\include\ancient\src\DMSDecompressor.cpp" />
  1143. <ClCompile Include="..\..\..\include\ancient\src\Decompressor.cpp" />
  1144. <ClCompile Include="..\..\..\include\ancient\src\FASTDecompressor.cpp" />
  1145. <ClCompile Include="..\..\..\include\ancient\src\FBR2Decompressor.cpp" />
  1146. <ClCompile Include="..\..\..\include\ancient\src\FRLEDecompressor.cpp" />
  1147. <ClCompile Include="..\..\..\include\ancient\src\HFMNDecompressor.cpp" />
  1148. <ClCompile Include="..\..\..\include\ancient\src\HUFFDecompressor.cpp" />
  1149. <ClCompile Include="..\..\..\include\ancient\src\ILZRDecompressor.cpp" />
  1150. <ClCompile Include="..\..\..\include\ancient\src\IMPDecompressor.cpp" />
  1151. <ClCompile Include="..\..\..\include\ancient\src\InputStream.cpp" />
  1152. <ClCompile Include="..\..\..\include\ancient\src\LHLBDecompressor.cpp" />
  1153. <ClCompile Include="..\..\..\include\ancient\src\LIN1Decompressor.cpp" />
  1154. <ClCompile Include="..\..\..\include\ancient\src\LIN2Decompressor.cpp" />
  1155. <ClCompile Include="..\..\..\include\ancient\src\LZBSDecompressor.cpp" />
  1156. <ClCompile Include="..\..\..\include\ancient\src\LZCBDecompressor.cpp" />
  1157. <ClCompile Include="..\..\..\include\ancient\src\LZW2Decompressor.cpp" />
  1158. <ClCompile Include="..\..\..\include\ancient\src\LZW4Decompressor.cpp" />
  1159. <ClCompile Include="..\..\..\include\ancient\src\LZW5Decompressor.cpp" />
  1160. <ClCompile Include="..\..\..\include\ancient\src\LZXDecompressor.cpp" />
  1161. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH1Decompressor.cpp" />
  1162. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH2Decompressor.cpp" />
  1163. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LH3Decompressor.cpp" />
  1164. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LHXDecompressor.cpp" />
  1165. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZ5Decompressor.cpp" />
  1166. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZHDecompressor.cpp" />
  1167. <ClCompile Include="..\..\..\include\ancient\src\Lzh\LZSDecompressor.cpp" />
  1168. <ClCompile Include="..\..\..\include\ancient\src\Lzh\PMDecompressor.cpp" />
  1169. <ClCompile Include="..\..\..\include\ancient\src\MASHDecompressor.cpp" />
  1170. <ClCompile Include="..\..\..\include\ancient\src\MMCMPDecompressor.cpp" />
  1171. <ClCompile Include="..\..\..\include\ancient\src\NONEDecompressor.cpp" />
  1172. <ClCompile Include="..\..\..\include\ancient\src\NUKEDecompressor.cpp" />
  1173. <ClCompile Include="..\..\..\include\ancient\src\OutputStream.cpp" />
  1174. <ClCompile Include="..\..\..\include\ancient\src\PPDecompressor.cpp" />
  1175. <ClCompile Include="..\..\..\include\ancient\src\RAKEDecompressor.cpp" />
  1176. <ClCompile Include="..\..\..\include\ancient\src\RDCNDecompressor.cpp" />
  1177. <ClCompile Include="..\..\..\include\ancient\src\RLENDecompressor.cpp" />
  1178. <ClCompile Include="..\..\..\include\ancient\src\RNCDecompressor.cpp" />
  1179. <ClCompile Include="..\..\..\include\ancient\src\RangeDecoder.cpp" />
  1180. <ClCompile Include="..\..\..\include\ancient\src\SDHCDecompressor.cpp" />
  1181. <ClCompile Include="..\..\..\include\ancient\src\SHR3Decompressor.cpp" />
  1182. <ClCompile Include="..\..\..\include\ancient\src\SHRIDecompressor.cpp" />
  1183. <ClCompile Include="..\..\..\include\ancient\src\SLZ3Decompressor.cpp" />
  1184. <ClCompile Include="..\..\..\include\ancient\src\SMPLDecompressor.cpp" />
  1185. <ClCompile Include="..\..\..\include\ancient\src\SQSHDecompressor.cpp" />
  1186. <ClCompile Include="..\..\..\include\ancient\src\SXSCDecompressor.cpp" />
  1187. <ClCompile Include="..\..\..\include\ancient\src\StoneCrackerDecompressor.cpp" />
  1188. <ClCompile Include="..\..\..\include\ancient\src\TDCSDecompressor.cpp" />
  1189. <ClCompile Include="..\..\..\include\ancient\src\TPWMDecompressor.cpp" />
  1190. <ClCompile Include="..\..\..\include\ancient\src\XPKDecompressor.cpp" />
  1191. <ClCompile Include="..\..\..\include\ancient\src\XPKMain.cpp" />
  1192. <ClCompile Include="..\..\..\include\ancient\src\ZENODecompressor.cpp" />
  1193. <ClCompile Include="..\..\..\include\ancient\src\Zip\ImplodeDecompressor.cpp" />
  1194. <ClCompile Include="..\..\..\include\ancient\src\Zip\ReduceDecompressor.cpp" />
  1195. <ClCompile Include="..\..\..\include\ancient\src\Zip\ShrinkDecompressor.cpp" />
  1196. <ClCompile Include="..\..\..\include\ancient\src\Zip\ZIPDecompressor.cpp" />
  1197. <ClCompile Include="..\..\..\include\ancient\src\common\Buffer.cpp" />
  1198. <ClCompile Include="..\..\..\include\ancient\src\common\CRC16.cpp" />
  1199. <ClCompile Include="..\..\..\include\ancient\src\common\CRC32.cpp" />
  1200. <ClCompile Include="..\..\..\include\ancient\src\common\Common.cpp" />
  1201. <ClCompile Include="..\..\..\include\ancient\src\common\MemoryBuffer.cpp" />
  1202. <ClCompile Include="..\..\..\include\ancient\src\common\StaticBuffer.cpp" />
  1203. <ClCompile Include="..\..\..\include\ancient\src\common\SubBuffer.cpp" />
  1204. <ClCompile Include="..\..\..\include\ancient\src\common\WrappedVectorBuffer.cpp" />
  1205. </ItemGroup>
  1206. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1207. <ImportGroup Label="ExtensionTargets">
  1208. </ImportGroup>
  1209. </Project>