libthirdparty.vcxproj 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  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|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. <PropertyGroup Label="Globals">
  42. <ProjectGuid>{5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C}</ProjectGuid>
  43. <RootNamespace>mupdf</RootNamespace>
  44. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <CharacterSet>MultiByte</CharacterSet>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  54. <ConfigurationType>StaticLibrary</ConfigurationType>
  55. <PlatformToolset>v142</PlatformToolset>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
  59. <ConfigurationType>StaticLibrary</ConfigurationType>
  60. <PlatformToolset>v142</PlatformToolset>
  61. <CharacterSet>MultiByte</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CharacterSet>MultiByte</CharacterSet>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  70. <ConfigurationType>StaticLibrary</ConfigurationType>
  71. <PlatformToolset>v142</PlatformToolset>
  72. <CharacterSet>MultiByte</CharacterSet>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <PlatformToolset>v142</PlatformToolset>
  78. <CharacterSet>MultiByte</CharacterSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  81. <ConfigurationType>StaticLibrary</ConfigurationType>
  82. <PlatformToolset>v142</PlatformToolset>
  83. <CharacterSet>MultiByte</CharacterSet>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <PlatformToolset>v142</PlatformToolset>
  88. <CharacterSet>MultiByte</CharacterSet>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="Configuration">
  91. <ConfigurationType>StaticLibrary</ConfigurationType>
  92. <PlatformToolset>v142</PlatformToolset>
  93. <CharacterSet>MultiByte</CharacterSet>
  94. </PropertyGroup>
  95. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  96. <ImportGroup Label="ExtensionSettings">
  97. </ImportGroup>
  98. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. </ImportGroup>
  101. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
  105. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <PropertyGroup Label="UserMacros" />
  126. <PropertyGroup>
  127. <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  130. <OutDir>$(Configuration)\</OutDir>
  131. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  134. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  135. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  138. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  139. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  142. <OutDir>$(Configuration)\</OutDir>
  143. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  146. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  147. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  150. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  151. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  154. <OutDir>$(Configuration)\</OutDir>
  155. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  158. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  159. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  162. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  163. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  164. </PropertyGroup>
  165. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  166. <ClCompile>
  167. <Optimization>Disabled</Optimization>
  168. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  169. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";MEMENTO=1;verbose=-1;JBIG_EXTERNAL_MEMENTO_H="memento.h";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <MinimalRebuild>
  171. </MinimalRebuild>
  172. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  173. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  174. <WarningLevel>Level3</WarningLevel>
  175. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  176. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  177. </ClCompile>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  180. <Midl>
  181. <TargetEnvironment>X64</TargetEnvironment>
  182. </Midl>
  183. <ClCompile>
  184. <Optimization>Disabled</Optimization>
  185. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. <PreprocessorDefinitions>WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";MEMENTO=1;verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <MinimalRebuild>
  188. </MinimalRebuild>
  189. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  190. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  191. <WarningLevel>Level3</WarningLevel>
  192. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  193. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  194. <BrowseInformation>true</BrowseInformation>
  195. </ClCompile>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  198. <Midl />
  199. <ClCompile>
  200. <Optimization>Disabled</Optimization>
  201. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  202. <PreprocessorDefinitions>WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";MEMENTO=1;verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  203. <MinimalRebuild>
  204. </MinimalRebuild>
  205. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  206. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  207. <WarningLevel>Level3</WarningLevel>
  208. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  209. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  210. <BrowseInformation>true</BrowseInformation>
  211. </ClCompile>
  212. </ItemDefinitionGroup>
  213. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  214. <ClCompile>
  215. <Optimization>Disabled</Optimization>
  216. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  217. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;JBIG_EXTERNAL_MEMENTO_H="memento.h";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  218. <MinimalRebuild>
  219. </MinimalRebuild>
  220. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  221. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  222. <WarningLevel>Level3</WarningLevel>
  223. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  224. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  225. </ClCompile>
  226. </ItemDefinitionGroup>
  227. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  228. <Midl>
  229. <TargetEnvironment>X64</TargetEnvironment>
  230. </Midl>
  231. <ClCompile>
  232. <Optimization>Disabled</Optimization>
  233. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  234. <PreprocessorDefinitions>WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  235. <MinimalRebuild>
  236. </MinimalRebuild>
  237. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  238. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  239. <WarningLevel>Level3</WarningLevel>
  240. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  241. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  242. <BrowseInformation>true</BrowseInformation>
  243. </ClCompile>
  244. <ProjectReference>
  245. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  246. </ProjectReference>
  247. </ItemDefinitionGroup>
  248. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  249. <Midl />
  250. <ClCompile>
  251. <Optimization>Disabled</Optimization>
  252. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  253. <PreprocessorDefinitions>WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  254. <MinimalRebuild>
  255. </MinimalRebuild>
  256. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  257. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  258. <WarningLevel>Level3</WarningLevel>
  259. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  260. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  261. <BrowseInformation>true</BrowseInformation>
  262. </ClCompile>
  263. <ProjectReference>
  264. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  265. </ProjectReference>
  266. </ItemDefinitionGroup>
  267. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  268. <ClCompile>
  269. <Optimization>MaxSpeed</Optimization>
  270. <IntrinsicFunctions>true</IntrinsicFunctions>
  271. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  272. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;JBIG_EXTERNAL_MEMENTO_H="memento.h";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  273. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  274. <FunctionLevelLinking>true</FunctionLevelLinking>
  275. <WarningLevel>Level3</WarningLevel>
  276. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  277. <MinimalRebuild />
  278. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  279. </ClCompile>
  280. </ItemDefinitionGroup>
  281. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  282. <Midl>
  283. <TargetEnvironment>X64</TargetEnvironment>
  284. </Midl>
  285. <ClCompile>
  286. <Optimization>MaxSpeed</Optimization>
  287. <IntrinsicFunctions>true</IntrinsicFunctions>
  288. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  289. <PreprocessorDefinitions>WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  290. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  291. <FunctionLevelLinking>true</FunctionLevelLinking>
  292. <WarningLevel>Level3</WarningLevel>
  293. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  294. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  295. <BrowseInformation>true</BrowseInformation>
  296. </ClCompile>
  297. </ItemDefinitionGroup>
  298. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  299. <Midl />
  300. <ClCompile>
  301. <Optimization>MaxSpeed</Optimization>
  302. <IntrinsicFunctions>true</IntrinsicFunctions>
  303. <AdditionalIncludeDirectories>..\..\thirdparty\brotli\c\include;..\..\thirdparty\lcms2\include;..\..\scripts\freetype;..\..\scripts\libjpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\libjpeg;..\..\thirdparty\openjpeg\src\lib\openjp2;..\..\thirdparty\zlib;..\..\thirdparty\freetype\include;..\..\thirdparty\freetype\include\freetype;..\..\thirdparty\gumbo-parser\src;..\..\thirdparty\gumbo-parser\visualc\include;..\..\include\;..\..\include\mupdf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  304. <PreprocessorDefinitions>WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;USE_JPIP=1;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";verbose=-1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  305. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  306. <FunctionLevelLinking>true</FunctionLevelLinking>
  307. <WarningLevel>Level3</WarningLevel>
  308. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  309. <DisableSpecificWarnings>4018;4101;4146;4244;4267</DisableSpecificWarnings>
  310. <BrowseInformation>true</BrowseInformation>
  311. </ClCompile>
  312. </ItemDefinitionGroup>
  313. <ItemGroup>
  314. <ClCompile Include="..\..\thirdparty\brotli\c\common\constants.c" />
  315. <ClCompile Include="..\..\thirdparty\brotli\c\common\context.c" />
  316. <ClCompile Include="..\..\thirdparty\brotli\c\common\dictionary.c" />
  317. <ClCompile Include="..\..\thirdparty\brotli\c\common\platform.c" />
  318. <ClCompile Include="..\..\thirdparty\brotli\c\common\shared_dictionary.c" />
  319. <ClCompile Include="..\..\thirdparty\brotli\c\common\transform.c" />
  320. <ClCompile Include="..\..\thirdparty\brotli\c\dec\bit_reader.c" />
  321. <ClCompile Include="..\..\thirdparty\brotli\c\dec\decode.c" />
  322. <ClCompile Include="..\..\thirdparty\brotli\c\dec\huffman.c" />
  323. <ClCompile Include="..\..\thirdparty\brotli\c\dec\state.c" />
  324. <ClCompile Include="..\..\thirdparty\brotli\c\enc\backward_references.c" />
  325. <ClCompile Include="..\..\thirdparty\brotli\c\enc\backward_references_hq.c" />
  326. <ClCompile Include="..\..\thirdparty\brotli\c\enc\bit_cost.c" />
  327. <ClCompile Include="..\..\thirdparty\brotli\c\enc\block_splitter.c" />
  328. <ClCompile Include="..\..\thirdparty\brotli\c\enc\brotli_bit_stream.c" />
  329. <ClCompile Include="..\..\thirdparty\brotli\c\enc\cluster.c" />
  330. <ClCompile Include="..\..\thirdparty\brotli\c\enc\command.c" />
  331. <ClCompile Include="..\..\thirdparty\brotli\c\enc\compound_dictionary.c" />
  332. <ClCompile Include="..\..\thirdparty\brotli\c\enc\compress_fragment.c" />
  333. <ClCompile Include="..\..\thirdparty\brotli\c\enc\compress_fragment_two_pass.c" />
  334. <ClCompile Include="..\..\thirdparty\brotli\c\enc\dictionary_hash.c" />
  335. <ClCompile Include="..\..\thirdparty\brotli\c\enc\encode.c" />
  336. <ClCompile Include="..\..\thirdparty\brotli\c\enc\encoder_dict.c" />
  337. <ClCompile Include="..\..\thirdparty\brotli\c\enc\entropy_encode.c" />
  338. <ClCompile Include="..\..\thirdparty\brotli\c\enc\fast_log.c" />
  339. <ClCompile Include="..\..\thirdparty\brotli\c\enc\histogram.c" />
  340. <ClCompile Include="..\..\thirdparty\brotli\c\enc\literal_cost.c" />
  341. <ClCompile Include="..\..\thirdparty\brotli\c\enc\memory.c" />
  342. <ClCompile Include="..\..\thirdparty\brotli\c\enc\metablock.c" />
  343. <ClCompile Include="..\..\thirdparty\brotli\c\enc\static_dict.c" />
  344. <ClCompile Include="..\..\thirdparty\brotli\c\enc\utf8_util.c" />
  345. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftbase.c" />
  346. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftbbox.c" />
  347. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftbitmap.c" />
  348. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftdebug.c" />
  349. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftfstype.c" />
  350. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftgasp.c" />
  351. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftglyph.c" />
  352. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftinit.c" />
  353. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftstroke.c" />
  354. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftsynth.c" />
  355. <ClCompile Include="..\..\thirdparty\freetype\src\base\ftsystem.c" />
  356. <ClCompile Include="..\..\thirdparty\freetype\src\base\fttype1.c" />
  357. <ClCompile Include="..\..\thirdparty\freetype\src\cff\cff.c" />
  358. <ClCompile Include="..\..\thirdparty\freetype\src\cid\type1cid.c" />
  359. <ClCompile Include="..\..\thirdparty\freetype\src\psaux\psaux.c" />
  360. <ClCompile Include="..\..\thirdparty\freetype\src\pshinter\pshinter.c" />
  361. <ClCompile Include="..\..\thirdparty\freetype\src\psnames\psnames.c" />
  362. <ClCompile Include="..\..\thirdparty\freetype\src\raster\raster.c" />
  363. <ClCompile Include="..\..\thirdparty\freetype\src\sfnt\sfnt.c" />
  364. <ClCompile Include="..\..\thirdparty\freetype\src\smooth\smooth.c" />
  365. <ClCompile Include="..\..\thirdparty\freetype\src\truetype\truetype.c" />
  366. <ClCompile Include="..\..\thirdparty\freetype\src\type1\type1.c" />
  367. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\attribute.c" />
  368. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\char_ref.c" />
  369. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\error.c" />
  370. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\parser.c" />
  371. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\string_buffer.c" />
  372. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\string_piece.c" />
  373. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\tag.c" />
  374. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\tokenizer.c" />
  375. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\utf8.c" />
  376. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\util.c" />
  377. <ClCompile Include="..\..\thirdparty\gumbo-parser\src\vector.c" />
  378. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2.c" />
  379. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_arith.c" />
  380. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_arith_iaid.c" />
  381. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_arith_int.c" />
  382. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_generic.c" />
  383. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_halftone.c" />
  384. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_huffman.c" />
  385. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_hufftab.c" />
  386. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_image.c" />
  387. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_mmr.c" />
  388. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_page.c" />
  389. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_refinement.c" />
  390. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_segment.c" />
  391. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_symbol_dict.c" />
  392. <ClCompile Include="..\..\thirdparty\jbig2dec\jbig2_text.c" />
  393. <ClCompile Include="..\..\thirdparty\libjpeg\jcapimin.c" />
  394. <ClCompile Include="..\..\thirdparty\libjpeg\jcapistd.c" />
  395. <ClCompile Include="..\..\thirdparty\libjpeg\jcarith.c" />
  396. <ClCompile Include="..\..\thirdparty\libjpeg\jccoefct.c" />
  397. <ClCompile Include="..\..\thirdparty\libjpeg\jccolor.c" />
  398. <ClCompile Include="..\..\thirdparty\libjpeg\jcdctmgr.c" />
  399. <ClCompile Include="..\..\thirdparty\libjpeg\jchuff.c" />
  400. <ClCompile Include="..\..\thirdparty\libjpeg\jcinit.c" />
  401. <ClCompile Include="..\..\thirdparty\libjpeg\jcmainct.c" />
  402. <ClCompile Include="..\..\thirdparty\libjpeg\jcmarker.c" />
  403. <ClCompile Include="..\..\thirdparty\libjpeg\jcmaster.c" />
  404. <ClCompile Include="..\..\thirdparty\libjpeg\jcparam.c" />
  405. <ClCompile Include="..\..\thirdparty\libjpeg\jcprepct.c" />
  406. <ClCompile Include="..\..\thirdparty\libjpeg\jcsample.c" />
  407. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsalpha.c" />
  408. <ClCompile Include="..\..\thirdparty\lcms2\src\cmscam02.c" />
  409. <ClCompile Include="..\..\thirdparty\lcms2\src\cmscgats.c" />
  410. <ClCompile Include="..\..\thirdparty\lcms2\src\cmscnvrt.c" />
  411. <ClCompile Include="..\..\thirdparty\lcms2\src\cmserr.c" />
  412. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsgamma.c" />
  413. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsgmt.c" />
  414. <ClCompile Include="..\..\thirdparty\lcms2\src\cmshalf.c" />
  415. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsintrp.c" />
  416. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsio0.c" />
  417. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsio1.c" />
  418. <ClCompile Include="..\..\thirdparty\lcms2\src\cmslut.c" />
  419. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsmd5.c" />
  420. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsmtrx.c" />
  421. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsnamed.c" />
  422. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsopt.c" />
  423. <ClCompile Include="..\..\thirdparty\lcms2\src\cmspack.c" />
  424. <ClCompile Include="..\..\thirdparty\lcms2\src\cmspcs.c" />
  425. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsplugin.c" />
  426. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsps2.c" />
  427. <ClCompile Include="..\..\thirdparty\lcms2\src\cmssamp.c" />
  428. <ClCompile Include="..\..\thirdparty\lcms2\src\cmssm.c" />
  429. <ClCompile Include="..\..\thirdparty\lcms2\src\cmstypes.c" />
  430. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsvirt.c" />
  431. <ClCompile Include="..\..\thirdparty\lcms2\src\cmswtpnt.c" />
  432. <ClCompile Include="..\..\thirdparty\lcms2\src\cmsxform.c" />
  433. <ClCompile Include="..\..\thirdparty\libjpeg\jaricom.c" />
  434. <ClCompile Include="..\..\thirdparty\libjpeg\jcomapi.c" />
  435. <ClCompile Include="..\..\thirdparty\libjpeg\jdapimin.c" />
  436. <ClCompile Include="..\..\thirdparty\libjpeg\jdapistd.c" />
  437. <ClCompile Include="..\..\thirdparty\libjpeg\jdarith.c" />
  438. <ClCompile Include="..\..\thirdparty\libjpeg\jdatadst.c" />
  439. <ClCompile Include="..\..\thirdparty\libjpeg\jdatasrc.c" />
  440. <ClCompile Include="..\..\thirdparty\libjpeg\jdcoefct.c" />
  441. <ClCompile Include="..\..\thirdparty\libjpeg\jdcolor.c" />
  442. <ClCompile Include="..\..\thirdparty\libjpeg\jddctmgr.c" />
  443. <ClCompile Include="..\..\thirdparty\libjpeg\jdhuff.c" />
  444. <ClCompile Include="..\..\thirdparty\libjpeg\jdinput.c" />
  445. <ClCompile Include="..\..\thirdparty\libjpeg\jdmainct.c" />
  446. <ClCompile Include="..\..\thirdparty\libjpeg\jdmarker.c" />
  447. <ClCompile Include="..\..\thirdparty\libjpeg\jdmaster.c" />
  448. <ClCompile Include="..\..\thirdparty\libjpeg\jdmerge.c" />
  449. <ClCompile Include="..\..\thirdparty\libjpeg\jdpostct.c" />
  450. <ClCompile Include="..\..\thirdparty\libjpeg\jdsample.c" />
  451. <ClCompile Include="..\..\thirdparty\libjpeg\jdtrans.c" />
  452. <ClCompile Include="..\..\thirdparty\libjpeg\jerror.c" />
  453. <ClCompile Include="..\..\thirdparty\libjpeg\jfdctflt.c" />
  454. <ClCompile Include="..\..\thirdparty\libjpeg\jfdctfst.c" />
  455. <ClCompile Include="..\..\thirdparty\libjpeg\jfdctint.c" />
  456. <ClCompile Include="..\..\thirdparty\libjpeg\jidctflt.c" />
  457. <ClCompile Include="..\..\thirdparty\libjpeg\jidctfst.c" />
  458. <ClCompile Include="..\..\thirdparty\libjpeg\jidctint.c" />
  459. <ClCompile Include="..\..\thirdparty\libjpeg\jmemmgr.c" />
  460. <ClCompile Include="..\..\thirdparty\libjpeg\jquant1.c" />
  461. <ClCompile Include="..\..\thirdparty\libjpeg\jquant2.c" />
  462. <ClCompile Include="..\..\thirdparty\libjpeg\jutils.c" />
  463. <ClCompile Include="..\..\thirdparty\mujs\jsarray.c">
  464. <ExcludedFromBuild>true</ExcludedFromBuild>
  465. </ClCompile>
  466. <ClCompile Include="..\..\thirdparty\mujs\jsboolean.c">
  467. <ExcludedFromBuild>true</ExcludedFromBuild>
  468. </ClCompile>
  469. <ClCompile Include="..\..\thirdparty\mujs\jsbuiltin.c">
  470. <ExcludedFromBuild>true</ExcludedFromBuild>
  471. </ClCompile>
  472. <ClCompile Include="..\..\thirdparty\mujs\jscompile.c">
  473. <ExcludedFromBuild>true</ExcludedFromBuild>
  474. </ClCompile>
  475. <ClCompile Include="..\..\thirdparty\mujs\jsdate.c">
  476. <ExcludedFromBuild>true</ExcludedFromBuild>
  477. </ClCompile>
  478. <ClCompile Include="..\..\thirdparty\mujs\jsdtoa.c">
  479. <ExcludedFromBuild>true</ExcludedFromBuild>
  480. </ClCompile>
  481. <ClCompile Include="..\..\thirdparty\mujs\jsdump.c">
  482. <ExcludedFromBuild>true</ExcludedFromBuild>
  483. </ClCompile>
  484. <ClCompile Include="..\..\thirdparty\mujs\jserror.c">
  485. <ExcludedFromBuild>true</ExcludedFromBuild>
  486. </ClCompile>
  487. <ClCompile Include="..\..\thirdparty\mujs\jsfunction.c">
  488. <ExcludedFromBuild>true</ExcludedFromBuild>
  489. </ClCompile>
  490. <ClCompile Include="..\..\thirdparty\mujs\jsgc.c">
  491. <ExcludedFromBuild>true</ExcludedFromBuild>
  492. </ClCompile>
  493. <ClCompile Include="..\..\thirdparty\mujs\jsintern.c">
  494. <ExcludedFromBuild>true</ExcludedFromBuild>
  495. </ClCompile>
  496. <ClCompile Include="..\..\thirdparty\mujs\jslex.c">
  497. <ExcludedFromBuild>true</ExcludedFromBuild>
  498. </ClCompile>
  499. <ClCompile Include="..\..\thirdparty\mujs\jsmath.c">
  500. <ExcludedFromBuild>true</ExcludedFromBuild>
  501. </ClCompile>
  502. <ClCompile Include="..\..\thirdparty\mujs\jsnumber.c">
  503. <ExcludedFromBuild>true</ExcludedFromBuild>
  504. </ClCompile>
  505. <ClCompile Include="..\..\thirdparty\mujs\jsobject.c">
  506. <ExcludedFromBuild>true</ExcludedFromBuild>
  507. </ClCompile>
  508. <ClCompile Include="..\..\thirdparty\mujs\json.c">
  509. <ExcludedFromBuild>true</ExcludedFromBuild>
  510. </ClCompile>
  511. <ClCompile Include="..\..\thirdparty\mujs\jsparse.c">
  512. <ExcludedFromBuild>true</ExcludedFromBuild>
  513. </ClCompile>
  514. <ClCompile Include="..\..\thirdparty\mujs\jsproperty.c">
  515. <ExcludedFromBuild>true</ExcludedFromBuild>
  516. </ClCompile>
  517. <ClCompile Include="..\..\thirdparty\mujs\jsregexp.c">
  518. <ExcludedFromBuild>true</ExcludedFromBuild>
  519. </ClCompile>
  520. <ClCompile Include="..\..\thirdparty\mujs\jsrepr.c">
  521. <ExcludedFromBuild>true</ExcludedFromBuild>
  522. </ClCompile>
  523. <ClCompile Include="..\..\thirdparty\mujs\jsrun.c">
  524. <ExcludedFromBuild>true</ExcludedFromBuild>
  525. </ClCompile>
  526. <ClCompile Include="..\..\thirdparty\mujs\jsstate.c">
  527. <ExcludedFromBuild>true</ExcludedFromBuild>
  528. </ClCompile>
  529. <ClCompile Include="..\..\thirdparty\mujs\jsstring.c">
  530. <ExcludedFromBuild>true</ExcludedFromBuild>
  531. </ClCompile>
  532. <ClCompile Include="..\..\thirdparty\mujs\jsvalue.c">
  533. <ExcludedFromBuild>true</ExcludedFromBuild>
  534. </ClCompile>
  535. <ClCompile Include="..\..\thirdparty\mujs\main.c">
  536. <ExcludedFromBuild>true</ExcludedFromBuild>
  537. </ClCompile>
  538. <ClCompile Include="..\..\thirdparty\mujs\one.c" />
  539. <ClCompile Include="..\..\thirdparty\mujs\pp.c">
  540. <ExcludedFromBuild>true</ExcludedFromBuild>
  541. </ClCompile>
  542. <ClCompile Include="..\..\thirdparty\mujs\regexp.c">
  543. <ExcludedFromBuild>true</ExcludedFromBuild>
  544. </ClCompile>
  545. <ClCompile Include="..\..\thirdparty\mujs\utf.c">
  546. <ExcludedFromBuild>true</ExcludedFromBuild>
  547. </ClCompile>
  548. <ClCompile Include="..\..\thirdparty\mujs\utftype.c">
  549. <ExcludedFromBuild>true</ExcludedFromBuild>
  550. </ClCompile>
  551. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\bio.c" />
  552. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\cio.c" />
  553. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\dwt.c" />
  554. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\event.c" />
  555. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\function_list.c" />
  556. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\ht_dec.c" />
  557. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\image.c" />
  558. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\invert.c" />
  559. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\j2k.c" />
  560. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\jp2.c" />
  561. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\mct.c" />
  562. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\mqc.c" />
  563. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\openjpeg.c" />
  564. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\pi.c" />
  565. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\sparse_array.c" />
  566. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\t1.c" />
  567. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\t2.c" />
  568. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\tcd.c" />
  569. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\tgt.c" />
  570. <ClCompile Include="..\..\thirdparty\openjpeg\src\lib\openjp2\thread.c" />
  571. <ClCompile Include="..\..\thirdparty\zlib\adler32.c" />
  572. <ClCompile Include="..\..\thirdparty\zlib\compress.c" />
  573. <ClCompile Include="..\..\thirdparty\zlib\crc32.c" />
  574. <ClCompile Include="..\..\thirdparty\zlib\deflate.c" />
  575. <ClCompile Include="..\..\thirdparty\zlib\inffast.c" />
  576. <ClCompile Include="..\..\thirdparty\zlib\inflate.c" />
  577. <ClCompile Include="..\..\thirdparty\zlib\inftrees.c" />
  578. <ClCompile Include="..\..\thirdparty\zlib\trees.c" />
  579. <ClCompile Include="..\..\thirdparty\zlib\uncompr.c" />
  580. <ClCompile Include="..\..\thirdparty\zlib\zutil.c" />
  581. </ItemGroup>
  582. <ItemGroup>
  583. <ClInclude Include="..\..\thirdparty\brotli\c\common\constants.h" />
  584. <ClInclude Include="..\..\thirdparty\brotli\c\common\context.h" />
  585. <ClInclude Include="..\..\thirdparty\brotli\c\common\dictionary.h" />
  586. <ClInclude Include="..\..\thirdparty\brotli\c\common\platform.h" />
  587. <ClInclude Include="..\..\thirdparty\brotli\c\common\shared_dictionary_internal.h" />
  588. <ClInclude Include="..\..\thirdparty\brotli\c\common\transform.h" />
  589. <ClInclude Include="..\..\thirdparty\brotli\c\common\version.h" />
  590. <ClInclude Include="..\..\thirdparty\brotli\c\dec\bit_reader.h" />
  591. <ClInclude Include="..\..\thirdparty\brotli\c\dec\huffman.h" />
  592. <ClInclude Include="..\..\thirdparty\brotli\c\dec\prefix.h" />
  593. <ClInclude Include="..\..\thirdparty\brotli\c\dec\state.h" />
  594. <ClInclude Include="..\..\thirdparty\brotli\c\enc\backward_references.h" />
  595. <ClInclude Include="..\..\thirdparty\brotli\c\enc\backward_references_hq.h" />
  596. <ClInclude Include="..\..\thirdparty\brotli\c\enc\backward_references_inc.h" />
  597. <ClInclude Include="..\..\thirdparty\brotli\c\enc\bit_cost.h" />
  598. <ClInclude Include="..\..\thirdparty\brotli\c\enc\bit_cost_inc.h" />
  599. <ClInclude Include="..\..\thirdparty\brotli\c\enc\block_encoder_inc.h" />
  600. <ClInclude Include="..\..\thirdparty\brotli\c\enc\block_splitter.h" />
  601. <ClInclude Include="..\..\thirdparty\brotli\c\enc\block_splitter_inc.h" />
  602. <ClInclude Include="..\..\thirdparty\brotli\c\enc\brotli_bit_stream.h" />
  603. <ClInclude Include="..\..\thirdparty\brotli\c\enc\cluster.h" />
  604. <ClInclude Include="..\..\thirdparty\brotli\c\enc\cluster_inc.h" />
  605. <ClInclude Include="..\..\thirdparty\brotli\c\enc\command.h" />
  606. <ClInclude Include="..\..\thirdparty\brotli\c\enc\compound_dictionary.h" />
  607. <ClInclude Include="..\..\thirdparty\brotli\c\enc\compress_fragment.h" />
  608. <ClInclude Include="..\..\thirdparty\brotli\c\enc\compress_fragment_two_pass.h" />
  609. <ClInclude Include="..\..\thirdparty\brotli\c\enc\dictionary_hash.h" />
  610. <ClInclude Include="..\..\thirdparty\brotli\c\enc\encoder_dict.h" />
  611. <ClInclude Include="..\..\thirdparty\brotli\c\enc\entropy_encode.h" />
  612. <ClInclude Include="..\..\thirdparty\brotli\c\enc\entropy_encode_static.h" />
  613. <ClInclude Include="..\..\thirdparty\brotli\c\enc\fast_log.h" />
  614. <ClInclude Include="..\..\thirdparty\brotli\c\enc\find_match_length.h" />
  615. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash.h" />
  616. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_composite_inc.h" />
  617. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_forgetful_chain_inc.h" />
  618. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_longest_match64_inc.h" />
  619. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_longest_match_inc.h" />
  620. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_longest_match_quickly_inc.h" />
  621. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_rolling_inc.h" />
  622. <ClInclude Include="..\..\thirdparty\brotli\c\enc\hash_to_binary_tree_inc.h" />
  623. <ClInclude Include="..\..\thirdparty\brotli\c\enc\histogram.h" />
  624. <ClInclude Include="..\..\thirdparty\brotli\c\enc\histogram_inc.h" />
  625. <ClInclude Include="..\..\thirdparty\brotli\c\enc\literal_cost.h" />
  626. <ClInclude Include="..\..\thirdparty\brotli\c\enc\memory.h" />
  627. <ClInclude Include="..\..\thirdparty\brotli\c\enc\metablock.h" />
  628. <ClInclude Include="..\..\thirdparty\brotli\c\enc\metablock_inc.h" />
  629. <ClInclude Include="..\..\thirdparty\brotli\c\enc\params.h" />
  630. <ClInclude Include="..\..\thirdparty\brotli\c\enc\prefix.h" />
  631. <ClInclude Include="..\..\thirdparty\brotli\c\enc\quality.h" />
  632. <ClInclude Include="..\..\thirdparty\brotli\c\enc\ringbuffer.h" />
  633. <ClInclude Include="..\..\thirdparty\brotli\c\enc\state.h" />
  634. <ClInclude Include="..\..\thirdparty\brotli\c\enc\static_dict.h" />
  635. <ClInclude Include="..\..\thirdparty\brotli\c\enc\static_dict_lut.h" />
  636. <ClInclude Include="..\..\thirdparty\brotli\c\enc\utf8_util.h" />
  637. <ClInclude Include="..\..\thirdparty\brotli\c\enc\write_bits.h" />
  638. <ClInclude Include="..\..\thirdparty\brotli\c\include\brotli\decode.h" />
  639. <ClInclude Include="..\..\thirdparty\brotli\c\include\brotli\encode.h" />
  640. <ClInclude Include="..\..\thirdparty\brotli\c\include\brotli\port.h" />
  641. <ClInclude Include="..\..\thirdparty\brotli\c\include\brotli\shared_dictionary.h" />
  642. <ClInclude Include="..\..\thirdparty\brotli\c\include\brotli\types.h" />
  643. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\config\ftconfig.h" />
  644. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\config\ftheader.h" />
  645. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\config\ftmodule.h" />
  646. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\config\ftoption.h" />
  647. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\config\ftstdlib.h" />
  648. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\freetype.h" />
  649. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftadvanc.h" />
  650. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftbbox.h" />
  651. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftbdf.h" />
  652. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftbitmap.h" />
  653. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftbzip2.h" />
  654. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftcache.h" />
  655. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftchapters.h" />
  656. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftcid.h" />
  657. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\fterrdef.h" />
  658. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\fterrors.h" />
  659. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftgasp.h" />
  660. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftglyph.h" />
  661. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftgxval.h" />
  662. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftgzip.h" />
  663. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftimage.h" />
  664. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftincrem.h" />
  665. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftlcdfil.h" />
  666. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftlist.h" />
  667. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftlzw.h" />
  668. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftmac.h" />
  669. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftmm.h" />
  670. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftmodapi.h" />
  671. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftmoderr.h" />
  672. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftotval.h" />
  673. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftoutln.h" />
  674. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftpfr.h" />
  675. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftrender.h" />
  676. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftsizes.h" />
  677. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftsnames.h" />
  678. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftstroke.h" />
  679. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftsynth.h" />
  680. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftsystem.h" />
  681. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\fttrigon.h" />
  682. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\fttypes.h" />
  683. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftwinfnt.h" />
  684. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ftxf86.h" />
  685. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\autohint.h" />
  686. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftcalc.h" />
  687. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftdebug.h" />
  688. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftdriver.h" />
  689. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftgloadr.h" />
  690. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftmemory.h" />
  691. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftobjs.h" />
  692. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftpic.h" />
  693. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftrfork.h" />
  694. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftserv.h" />
  695. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftstream.h" />
  696. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\fttrace.h" />
  697. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\ftvalid.h" />
  698. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\internal.h" />
  699. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\psaux.h" />
  700. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\pshints.h" />
  701. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svbdf.h" />
  702. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svcid.h" />
  703. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svgldict.h" />
  704. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svgxval.h" />
  705. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svkern.h" />
  706. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svmm.h" />
  707. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svotval.h" />
  708. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svpfr.h" />
  709. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svpostnm.h" />
  710. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svpscmap.h" />
  711. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svpsinfo.h" />
  712. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svsfnt.h" />
  713. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svttcmap.h" />
  714. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svtteng.h" />
  715. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svttglyf.h" />
  716. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svwinfnt.h" />
  717. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\services\svxf86nm.h" />
  718. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\sfnt.h" />
  719. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\t1types.h" />
  720. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\internal\tttypes.h" />
  721. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\t1tables.h" />
  722. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ttnameid.h" />
  723. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\tttables.h" />
  724. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\tttags.h" />
  725. <ClInclude Include="..\..\thirdparty\freetype\include\freetype\ttunpat.h" />
  726. <ClInclude Include="..\..\thirdparty\freetype\include\ft2build.h" />
  727. <ClInclude Include="..\..\thirdparty\lcms2\include\lcms2mt.h" />
  728. <ClInclude Include="..\..\thirdparty\lcms2\include\lcms2mt_plugin.h" />
  729. <ClInclude Include="..\..\thirdparty\lcms2\src\extra_xform.h" />
  730. <ClInclude Include="..\..\thirdparty\lcms2\src\lcms2_internal.h" />
  731. <ClInclude Include="..\..\thirdparty\mujs\astnames.h">
  732. <ExcludedFromBuild>true</ExcludedFromBuild>
  733. </ClInclude>
  734. <ClInclude Include="..\..\thirdparty\mujs\jsbuiltin.h">
  735. <ExcludedFromBuild>true</ExcludedFromBuild>
  736. </ClInclude>
  737. <ClInclude Include="..\..\thirdparty\mujs\jscompile.h">
  738. <ExcludedFromBuild>true</ExcludedFromBuild>
  739. </ClInclude>
  740. <ClInclude Include="..\..\thirdparty\mujs\jsi.h">
  741. <ExcludedFromBuild>true</ExcludedFromBuild>
  742. </ClInclude>
  743. <ClInclude Include="..\..\thirdparty\mujs\jslex.h">
  744. <ExcludedFromBuild>true</ExcludedFromBuild>
  745. </ClInclude>
  746. <ClInclude Include="..\..\thirdparty\mujs\jsparse.h">
  747. <ExcludedFromBuild>true</ExcludedFromBuild>
  748. </ClInclude>
  749. <ClInclude Include="..\..\thirdparty\mujs\jsrun.h">
  750. <ExcludedFromBuild>true</ExcludedFromBuild>
  751. </ClInclude>
  752. <ClInclude Include="..\..\thirdparty\mujs\jsvalue.h">
  753. <ExcludedFromBuild>true</ExcludedFromBuild>
  754. </ClInclude>
  755. <ClInclude Include="..\..\thirdparty\mujs\mujs.h" />
  756. <ClInclude Include="..\..\thirdparty\mujs\opnames.h">
  757. <ExcludedFromBuild>true</ExcludedFromBuild>
  758. </ClInclude>
  759. <ClInclude Include="..\..\thirdparty\mujs\regexp.h">
  760. <ExcludedFromBuild>true</ExcludedFromBuild>
  761. </ClInclude>
  762. <ClInclude Include="..\..\thirdparty\mujs\utf.h">
  763. <ExcludedFromBuild>true</ExcludedFromBuild>
  764. </ClInclude>
  765. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\bio.h" />
  766. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\cio.h" />
  767. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\dwt.h" />
  768. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\event.h" />
  769. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\fix.h" />
  770. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\function_list.h" />
  771. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\image.h" />
  772. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\indexbox_manager.h" />
  773. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\int.h" />
  774. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\invert.h" />
  775. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\j2k.h" />
  776. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\jp2.h" />
  777. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\mct.h" />
  778. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\mqc.h" />
  779. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\openjpeg.h" />
  780. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_config.h" />
  781. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_config_private.h" />
  782. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_includes.h" />
  783. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_intmath.h" />
  784. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_inttypes.h" />
  785. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_malloc.h" />
  786. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\opj_stdint.h" />
  787. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\pi.h" />
  788. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\sparse_array.h" />
  789. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\t1.h" />
  790. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\t1_luts.h" />
  791. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\t2.h" />
  792. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\tcd.h" />
  793. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\tgt.h" />
  794. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\thread.h" />
  795. <ClInclude Include="..\..\thirdparty\openjpeg\src\lib\openjp2\tls_keys.h" />
  796. </ItemGroup>
  797. <ItemGroup>
  798. <None Include="..\..\thirdparty\brotli\c\common\dictionary.bin" />
  799. <None Include="..\..\thirdparty\brotli\c\common\dictionary.bin.br" />
  800. </ItemGroup>
  801. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  802. <ImportGroup Label="ExtensionTargets">
  803. </ImportGroup>
  804. </Project>