libextract.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  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|ARM64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Memento|ARM64">
  17. <Configuration>Memento</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Memento|Win32">
  21. <Configuration>Memento</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Memento|x64">
  25. <Configuration>Memento</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ARM64">
  29. <Configuration>Release</Configuration>
  30. <Platform>ARM64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|x64">
  37. <Configuration>Release</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ClCompile Include="..\..\thirdparty\extract\src\alloc.c" />
  43. <ClCompile Include="..\..\thirdparty\extract\src\astring.c" />
  44. <ClCompile Include="..\..\thirdparty\extract\src\boxer.c" />
  45. <ClCompile Include="..\..\thirdparty\extract\src\buffer.c" />
  46. <ClCompile Include="..\..\thirdparty\extract\src\document.c" />
  47. <ClCompile Include="..\..\thirdparty\extract\src\docx.c" />
  48. <ClCompile Include="..\..\thirdparty\extract\src\docx_template.c" />
  49. <ClCompile Include="..\..\thirdparty\extract\src\extract.c" />
  50. <ClCompile Include="..\..\thirdparty\extract\src\html.c" />
  51. <ClCompile Include="..\..\thirdparty\extract\src\join.c" />
  52. <ClCompile Include="..\..\thirdparty\extract\src\json.c" />
  53. <ClCompile Include="..\..\thirdparty\extract\src\mem.c" />
  54. <ClCompile Include="..\..\thirdparty\extract\src\odt.c" />
  55. <ClCompile Include="..\..\thirdparty\extract\src\odt_template.c" />
  56. <ClCompile Include="..\..\thirdparty\extract\src\outf.c" />
  57. <ClCompile Include="..\..\thirdparty\extract\src\rect.c" />
  58. <ClCompile Include="..\..\thirdparty\extract\src\sys.c" />
  59. <ClCompile Include="..\..\thirdparty\extract\src\text.c" />
  60. <ClCompile Include="..\..\thirdparty\extract\src\xml.c" />
  61. <ClCompile Include="..\..\thirdparty\extract\src\zip.c" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ClInclude Include="..\..\thirdparty\extract\include\extract\extract.h" />
  65. <ClInclude Include="..\..\thirdparty\extract\include\extract\alloc.h" />
  66. <ClInclude Include="..\..\thirdparty\extract\include\extract\buffer.h" />
  67. <ClInclude Include="..\..\thirdparty\extract\src\astring.h" />
  68. <ClInclude Include="..\..\thirdparty\extract\src\compat_stdint.h" />
  69. <ClInclude Include="..\..\thirdparty\extract\src\compat_va_copy.h" />
  70. <ClInclude Include="..\..\thirdparty\extract\src\document.h" />
  71. <ClInclude Include="..\..\thirdparty\extract\src\docx.h" />
  72. <ClInclude Include="..\..\thirdparty\extract\src\docx_template.h" />
  73. <ClInclude Include="..\..\thirdparty\extract\src\html.h" />
  74. <ClInclude Include="..\..\thirdparty\extract\src\json.h" />
  75. <ClInclude Include="..\..\thirdparty\extract\src\outf.h" />
  76. <ClInclude Include="..\..\thirdparty\extract\src\xml.h" />
  77. <ClInclude Include="..\..\thirdparty\extract\src\zip.h" />
  78. </ItemGroup>
  79. <PropertyGroup Label="Globals">
  80. <VCProjectVersion>16.0</VCProjectVersion>
  81. <Keyword>Win32Proj</Keyword>
  82. <ProjectGuid>{da38ca0b-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid>
  83. <RootNamespace>libextract</RootNamespace>
  84. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  85. </PropertyGroup>
  86. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  88. <ConfigurationType>StaticLibrary</ConfigurationType>
  89. <UseDebugLibraries>true</UseDebugLibraries>
  90. <PlatformToolset>v142</PlatformToolset>
  91. <CharacterSet>Unicode</CharacterSet>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>true</UseDebugLibraries>
  96. <PlatformToolset>v142</PlatformToolset>
  97. <CharacterSet>Unicode</CharacterSet>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  100. <ConfigurationType>StaticLibrary</ConfigurationType>
  101. <UseDebugLibraries>false</UseDebugLibraries>
  102. <PlatformToolset>v142</PlatformToolset>
  103. <WholeProgramOptimization>true</WholeProgramOptimization>
  104. <CharacterSet>Unicode</CharacterSet>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  107. <ConfigurationType>StaticLibrary</ConfigurationType>
  108. <UseDebugLibraries>true</UseDebugLibraries>
  109. <PlatformToolset>v142</PlatformToolset>
  110. <CharacterSet>Unicode</CharacterSet>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  113. <ConfigurationType>StaticLibrary</ConfigurationType>
  114. <UseDebugLibraries>true</UseDebugLibraries>
  115. <PlatformToolset>v142</PlatformToolset>
  116. <CharacterSet>Unicode</CharacterSet>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
  119. <ConfigurationType>StaticLibrary</ConfigurationType>
  120. <UseDebugLibraries>true</UseDebugLibraries>
  121. <PlatformToolset>v142</PlatformToolset>
  122. <CharacterSet>Unicode</CharacterSet>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="Configuration">
  125. <ConfigurationType>StaticLibrary</ConfigurationType>
  126. <UseDebugLibraries>true</UseDebugLibraries>
  127. <PlatformToolset>v142</PlatformToolset>
  128. <CharacterSet>Unicode</CharacterSet>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  131. <ConfigurationType>StaticLibrary</ConfigurationType>
  132. <UseDebugLibraries>false</UseDebugLibraries>
  133. <PlatformToolset>v142</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <CharacterSet>Unicode</CharacterSet>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  138. <ConfigurationType>StaticLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <PlatformToolset>v142</PlatformToolset>
  141. <WholeProgramOptimization>true</WholeProgramOptimization>
  142. <CharacterSet>Unicode</CharacterSet>
  143. </PropertyGroup>
  144. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  145. <ImportGroup Label="ExtensionSettings">
  146. </ImportGroup>
  147. <ImportGroup Label="Shared">
  148. </ImportGroup>
  149. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  150. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  151. </ImportGroup>
  152. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
  153. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  154. </ImportGroup>
  155. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  156. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  157. </ImportGroup>
  158. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  159. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  160. </ImportGroup>
  161. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  162. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  163. </ImportGroup>
  164. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
  165. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  166. </ImportGroup>
  167. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="PropertySheets">
  168. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  169. </ImportGroup>
  170. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  171. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  172. </ImportGroup>
  173. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  174. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  175. </ImportGroup>
  176. <PropertyGroup Label="UserMacros" />
  177. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  178. <LinkIncremental>true</LinkIncremental>
  179. <IntDir>$(Configuration)\extract\</IntDir>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  182. <LinkIncremental>true</LinkIncremental>
  183. <IntDir>$(Configuration)\extract\</IntDir>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  186. <LinkIncremental>false</LinkIncremental>
  187. <IntDir>$(Configuration)\extract\</IntDir>
  188. </PropertyGroup>
  189. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  190. <LinkIncremental>true</LinkIncremental>
  191. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  192. </PropertyGroup>
  193. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  194. <LinkIncremental>true</LinkIncremental>
  195. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  198. <LinkIncremental>true</LinkIncremental>
  199. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  200. </PropertyGroup>
  201. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  202. <LinkIncremental>true</LinkIncremental>
  203. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  204. </PropertyGroup>
  205. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  206. <LinkIncremental>false</LinkIncremental>
  207. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  210. <LinkIncremental>false</LinkIncremental>
  211. <IntDir>$(Platform)\$(Configuration)\extract\</IntDir>
  212. </PropertyGroup>
  213. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  214. <ClCompile>
  215. <WarningLevel>Level3</WarningLevel>
  216. <SDLCheck>false</SDLCheck>
  217. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  218. <ConformanceMode>true</ConformanceMode>
  219. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  220. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  221. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  222. <UndefinePreprocessorDefinitions>
  223. </UndefinePreprocessorDefinitions>
  224. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  225. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  226. </ClCompile>
  227. <Link>
  228. <SubSystem>
  229. </SubSystem>
  230. <GenerateDebugInformation>true</GenerateDebugInformation>
  231. </Link>
  232. </ItemDefinitionGroup>
  233. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  234. <ClCompile>
  235. <WarningLevel>Level3</WarningLevel>
  236. <SDLCheck>false</SDLCheck>
  237. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  238. <ConformanceMode>true</ConformanceMode>
  239. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  240. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  241. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  242. <UndefinePreprocessorDefinitions>
  243. </UndefinePreprocessorDefinitions>
  244. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  245. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  246. </ClCompile>
  247. <Link>
  248. <SubSystem>
  249. </SubSystem>
  250. <GenerateDebugInformation>true</GenerateDebugInformation>
  251. </Link>
  252. </ItemDefinitionGroup>
  253. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  254. <ClCompile>
  255. <WarningLevel>Level3</WarningLevel>
  256. <FunctionLevelLinking>true</FunctionLevelLinking>
  257. <IntrinsicFunctions>true</IntrinsicFunctions>
  258. <SDLCheck>false</SDLCheck>
  259. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  260. <ConformanceMode>true</ConformanceMode>
  261. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  262. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  263. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  264. <UndefinePreprocessorDefinitions>
  265. </UndefinePreprocessorDefinitions>
  266. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  267. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  268. </ClCompile>
  269. <Link>
  270. <SubSystem>
  271. </SubSystem>
  272. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  273. <OptimizeReferences>true</OptimizeReferences>
  274. <GenerateDebugInformation>true</GenerateDebugInformation>
  275. </Link>
  276. </ItemDefinitionGroup>
  277. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  278. <ClCompile>
  279. <WarningLevel>Level3</WarningLevel>
  280. <SDLCheck>false</SDLCheck>
  281. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB</PreprocessorDefinitions>
  282. <ConformanceMode>true</ConformanceMode>
  283. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  284. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  285. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  286. <UndefinePreprocessorDefinitions>
  287. </UndefinePreprocessorDefinitions>
  288. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  289. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  290. <BrowseInformation>true</BrowseInformation>
  291. </ClCompile>
  292. <Link>
  293. <SubSystem>
  294. </SubSystem>
  295. <GenerateDebugInformation>true</GenerateDebugInformation>
  296. </Link>
  297. </ItemDefinitionGroup>
  298. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  299. <ClCompile>
  300. <WarningLevel>Level3</WarningLevel>
  301. <SDLCheck>false</SDLCheck>
  302. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB</PreprocessorDefinitions>
  303. <ConformanceMode>true</ConformanceMode>
  304. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  305. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  306. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  307. <UndefinePreprocessorDefinitions>
  308. </UndefinePreprocessorDefinitions>
  309. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  310. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  311. <BrowseInformation>true</BrowseInformation>
  312. </ClCompile>
  313. <Link>
  314. <SubSystem>
  315. </SubSystem>
  316. <GenerateDebugInformation>true</GenerateDebugInformation>
  317. </Link>
  318. </ItemDefinitionGroup>
  319. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  320. <ClCompile>
  321. <WarningLevel>Level3</WarningLevel>
  322. <SDLCheck>false</SDLCheck>
  323. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MEMENTO;_DEBUG;_LIB</PreprocessorDefinitions>
  324. <ConformanceMode>true</ConformanceMode>
  325. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  326. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  327. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  328. <UndefinePreprocessorDefinitions>
  329. </UndefinePreprocessorDefinitions>
  330. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  331. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  332. </ClCompile>
  333. <Link>
  334. <SubSystem>
  335. </SubSystem>
  336. <GenerateDebugInformation>true</GenerateDebugInformation>
  337. </Link>
  338. </ItemDefinitionGroup>
  339. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  340. <ClCompile>
  341. <WarningLevel>Level3</WarningLevel>
  342. <SDLCheck>false</SDLCheck>
  343. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MEMENTO;_DEBUG;_LIB</PreprocessorDefinitions>
  344. <ConformanceMode>true</ConformanceMode>
  345. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  346. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  347. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  348. <UndefinePreprocessorDefinitions>
  349. </UndefinePreprocessorDefinitions>
  350. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  351. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  352. </ClCompile>
  353. <Link>
  354. <SubSystem>
  355. </SubSystem>
  356. <GenerateDebugInformation>true</GenerateDebugInformation>
  357. </Link>
  358. </ItemDefinitionGroup>
  359. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  360. <ClCompile>
  361. <WarningLevel>Level3</WarningLevel>
  362. <FunctionLevelLinking>true</FunctionLevelLinking>
  363. <IntrinsicFunctions>true</IntrinsicFunctions>
  364. <SDLCheck>false</SDLCheck>
  365. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  366. <ConformanceMode>true</ConformanceMode>
  367. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  368. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  369. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  370. <UndefinePreprocessorDefinitions>
  371. </UndefinePreprocessorDefinitions>
  372. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  373. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  374. </ClCompile>
  375. <Link>
  376. <SubSystem>
  377. </SubSystem>
  378. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  379. <OptimizeReferences>true</OptimizeReferences>
  380. <GenerateDebugInformation>true</GenerateDebugInformation>
  381. </Link>
  382. </ItemDefinitionGroup>
  383. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  384. <ClCompile>
  385. <WarningLevel>Level3</WarningLevel>
  386. <FunctionLevelLinking>true</FunctionLevelLinking>
  387. <IntrinsicFunctions>true</IntrinsicFunctions>
  388. <SDLCheck>false</SDLCheck>
  389. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  390. <ConformanceMode>true</ConformanceMode>
  391. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  392. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  393. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories>
  394. <UndefinePreprocessorDefinitions>
  395. </UndefinePreprocessorDefinitions>
  396. <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings>
  397. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  398. </ClCompile>
  399. <Link>
  400. <SubSystem>
  401. </SubSystem>
  402. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  403. <OptimizeReferences>true</OptimizeReferences>
  404. <GenerateDebugInformation>true</GenerateDebugInformation>
  405. </Link>
  406. </ItemDefinitionGroup>
  407. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  408. <ImportGroup Label="ExtensionTargets">
  409. </ImportGroup>
  410. </Project>