diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-11-03 12:43:59 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-11-04 00:50:43 +0000 |
commit | 40bebd3aa314bb78a3e359264ad6abd93fbb85e5 (patch) | |
tree | d7a8f63e4b82f3924bac087839bf31e10c17e357 /platform/win32/libluratech.vcproj | |
parent | d44c01421aad808755e568cf58616b8ed820a0ac (diff) | |
download | mupdf-40bebd3aa314bb78a3e359264ad6abd93fbb85e5.tar.xz |
MSVS: Add libluratech to project.
This will only be built in "DebugCommercial" "ReleaseCommercial" and
"MementoCommercial" configuration builds.
A note on the way MSVS solutions work; libluratech is listed as
a dependency of the executables - this applies to ALL configurations.
In order to stop normal builds failing when we have no source, we
set each non "Commercial" configuration to not build libluratech.
The linker still looks for the output from the libluratech stage
to link in though, so for all non "Commercial" configurations, we
have the libluratech stage set to produce output named " ". This
is copied into the linker command line, and all is happy.
The sole downside to this is that if we try to build libluratech
in "Debug" (say) rather than "DebugCommercial", the build will
fail at the library making step. This will never happen unless
we manually try to build that project in that configuration though.
Diffstat (limited to 'platform/win32/libluratech.vcproj')
-rw-r--r-- | platform/win32/libluratech.vcproj | 2023 |
1 files changed, 2023 insertions, 0 deletions
diff --git a/platform/win32/libluratech.vcproj b/platform/win32/libluratech.vcproj new file mode 100644 index 00000000..ac331617 --- /dev/null +++ b/platform/win32/libluratech.vcproj @@ -0,0 +1,2023 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libluratech" + ProjectGUID="{B0091365-C9BA-4F40-AE2B-EF93702871B2}" + RootNamespace="libluratech" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Memento|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Memento|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=" " + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="ReleaseCommercial|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="ReleaseCommercial|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="DebugCommercial|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="DebugCommercial|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="MementoCommercial|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN32" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="MementoCommercial|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\thirdparty\luratech\ldf_jb2\source\common;..\..\thirdparty\luratech\ldf_jb2\source\libraries;..\..\thirdparty\luratech\ldf_jb2\source\compress;..\..\thirdparty\luratech\lwf_jp2\library\source" + PreprocessorDefinitions="WIN64;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="ldf_jb2" + > + <Filter + Name="common" + > + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_cache.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_cache.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_buffer.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_buffer.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_ref_buffer.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_ref_buffer.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_ref_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_context_ref_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_collective_bitmap.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_collective_bitmap.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_generic_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_generic_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_halftone_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_halftone_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_pattern_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_pattern_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_symbol_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_symbol_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_text_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_decoder_text_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_external_cache.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_external_cache.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_file.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_file.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_file_extras.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_file_extras.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_handle_document.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_entry.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_standard.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_standard.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_symbol.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_symbol.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_user_defined.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_table_user_defined.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_tree.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_huffman_tree.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_location.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_location.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_memory.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_memory.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_message.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_message.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mmr_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mmr_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mmr_tables.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mmr_tables.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mq_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mq_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mq_ids.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mq_state.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_mq_state.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pattern_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pattern_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pdf_file.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pdf_file.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pdf_stream.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_pdf_stream.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_props_decompress.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_props_decompress.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_read_bit_buffer.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_read_bit_buffer.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_read_data.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_read_data.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_common.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_common.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_generic_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_generic_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_halftone_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_halftone_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_text_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_render_text_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_file.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_file.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_page.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_page.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_stripe.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_end_of_stripe.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_generic_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_generic_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_halftone_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_halftone_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_page_info.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_page_info.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_pattern_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_pattern_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_symbol_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_symbol_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_table.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_table.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_text_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_text_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_types.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_segment_types.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_instance.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_instance.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_symbol_instance_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_bits.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_bits.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_data.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_data.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_pdf.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_adt_write_pdf.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_common.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_common.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_defines.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_license.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\common\jb2_license_dummy.c" + > + </File> + </Filter> + <Filter + Name="compress" + > + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_class.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_class.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_group.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_group.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_match.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_component_match.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_context_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_context_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_context_ref_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_context_ref_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_generic_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_generic_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_symbol_dict.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_symbol_dict.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_text_region.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_encoder_text_region.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_handle_compress.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_huffman_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_huffman_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_mmr_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_mmr_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_mq_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_mq_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_props_compress.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_props_compress.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_run.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_run_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_run_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stack.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stack.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_clean_up.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_clean_up.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_encoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_encoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_half_tone.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_half_tone.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_preprocessing.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_preprocessing.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_text.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_stripe_text.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_symbol_unify.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\ldf_jb2\source\compress\jb2_adt_symbol_unify.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="lwf_jp2" + > + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_band_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_band_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_band_buffer.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_band_buffer.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_block_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_block_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_cache.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_cache.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_comp.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_comp.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_component_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_component_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_decomp.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_decomp.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_ebcot_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_ebcot_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_external_cache.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_external_cache.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_image.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_image.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_memory.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_memory.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_mq_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_mq_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_mq_state.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_mq_state.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_packet_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_packet_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_precinct_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_precinct_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_rate.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_rate.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_rate_list.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_rate_list.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_read_bits.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_read_bits.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_read_data.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_read_data.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_reader_requirements.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_reader_requirements.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_resolution_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_resolution_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_tile_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_tile_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_tlm_marker_array.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_tlm_marker_array.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_write_data.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_adt_write_data.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_assembly.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_buffer.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_buffer.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_code_cb.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_code_cb.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_codestream.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_common.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_common.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_file_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_icc.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_icc.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_image.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_license.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_license.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_mac_carbon.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_packet.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_packet.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_tag_tree.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2_tag_tree.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_code_cb.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_coder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_coder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_codestream.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_codestream.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_file_format.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_file_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_format.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_memory.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_memory.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_progression.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_progression.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_quant.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_quant.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet_lifting.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet_lifting.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet_lifting_mmx.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_wavelet_lifting_mmx.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_weights.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_weights.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_write.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2c_write.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_codestream.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_codestream.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_decoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_decoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_file_format.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_file_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_format.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_image.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_image.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_memory.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_memory.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_partial_decoding.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_partial_decoding.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_progression.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_progression.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_quant.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_quant.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_scale.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_scale.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet_lifting.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet_lifting.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet_lifting_mmx.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_wavelet_lifting_mmx.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_write.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2d_write.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_codestream.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_codestream.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_file_format.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_file_format.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_image.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_image.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_memory.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_memory.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_progression.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_progression.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_transcoder.c" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\jp2t_transcoder.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\lwf_jp2.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\tiff.h" + > + </File> + <File + RelativePath="..\..\thirdparty\luratech\lwf_jp2\library\source\tiffio.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |