ancient.vcxproj 79 KB

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