diff options
Diffstat (limited to 'jpwl/decoder/jpwldec/j2k_to_image.vcproj')
| -rw-r--r-- | jpwl/decoder/jpwldec/j2k_to_image.vcproj | 266 |
1 files changed, 266 insertions, 0 deletions
diff --git a/jpwl/decoder/jpwldec/j2k_to_image.vcproj b/jpwl/decoder/jpwldec/j2k_to_image.vcproj new file mode 100644 index 00000000..63c967ff --- /dev/null +++ b/jpwl/decoder/jpwldec/j2k_to_image.vcproj @@ -0,0 +1,266 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="j2k_to_image" + ProjectGUID="{3C09E691-8555-47D1-B1E6-D411A6314AC8}" + SccProjectName="" + SccLocalPath=""> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\Release" + IntermediateDirectory=".\Release" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="../libopenjpeg" + PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,DONT_HAVE_GETOPT" + StringPooling="TRUE" + RuntimeLibrary="4" + EnableFunctionLevelLinking="TRUE" + UsePrecompiledHeader="2" + PrecompiledHeaderFile=".\Release/j2k_to_image.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="TRUE" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\Release/j2k_to_image.exe" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + ProgramDatabaseFile=".\Release/j2k_to_image.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\Release/j2k_to_image.tlb"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="2060"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\j2k_to_image___Win32_Debug" + IntermediateDirectory=".\j2k_to_image___Win32_Debug" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../libopenjpeg" + PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE,DONT_HAVE_GETOPT" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="2" + PrecompiledHeaderFile=".\j2k_to_image___Win32_Debug/j2k_to_image.pch" + AssemblerListingLocation=".\j2k_to_image___Win32_Debug/" + ObjectFile=".\j2k_to_image___Win32_Debug/" + ProgramDataBaseFileName=".\j2k_to_image___Win32_Debug/" + WarningLevel="3" + SuppressStartupBanner="TRUE" + DebugInformationFormat="4" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\j2k_to_image___Win32_Debug/j2k_to_image.exe" + LinkIncremental="2" + SuppressStartupBanner="TRUE" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile=".\j2k_to_image___Win32_Debug/j2k_to_image.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\j2k_to_image___Win32_Debug/j2k_to_image.tlb"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="2060"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + <File + RelativePath="..\libopenjpeg\bio.c"> + </File> + <File + RelativePath="..\libopenjpeg\cio.c"> + </File> + <File + RelativePath="..\libopenjpeg\dwt.c"> + </File> + <File + RelativePath="..\libopenjpeg\fix.c"> + </File> + <File + RelativePath=".\compat\getopt.c"> + </File> + <File + RelativePath="..\libopenjpeg\int.c"> + </File> + <File + RelativePath="..\libopenjpeg\j2k.c"> + </File> + <File + RelativePath=".\j2k_to_image.c"> + </File> + <File + RelativePath="..\libopenjpeg\jp2.c"> + </File> + <File + RelativePath="..\libopenjpeg\jpt.c"> + </File> + <File + RelativePath="..\libopenjpeg\jpw.c"> + </File> + <File + RelativePath="..\libopenjpeg\mct.c"> + </File> + <File + RelativePath="..\libopenjpeg\mqc.c"> + </File> + <File + RelativePath="..\libopenjpeg\pi.c"> + </File> + <File + RelativePath="..\libopenjpeg\raw.c"> + </File> + <File + RelativePath="..\libopenjpeg\t1.c"> + </File> + <File + RelativePath="..\libopenjpeg\t2.c"> + </File> + <File + RelativePath="..\libopenjpeg\tcd.c"> + </File> + <File + RelativePath="..\libopenjpeg\tgt.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl"> + <File + RelativePath="..\libopenjpeg\bio.h"> + </File> + <File + RelativePath="..\libopenjpeg\cio.h"> + </File> + <File + RelativePath="..\libopenjpeg\dwt.h"> + </File> + <File + RelativePath="..\libopenjpeg\fix.h"> + </File> + <File + RelativePath=".\compat\getopt.h"> + </File> + <File + RelativePath="..\libopenjpeg\int.h"> + </File> + <File + RelativePath="..\libopenjpeg\j2k.h"> + </File> + <File + RelativePath="..\libopenjpeg\jp2.h"> + </File> + <File + RelativePath="..\libopenjpeg\jpt.h"> + </File> + <File + RelativePath="..\libopenjpeg\jpw.h"> + </File> + <File + RelativePath="..\libopenjpeg\mct.h"> + </File> + <File + RelativePath="..\libopenjpeg\mqc.h"> + </File> + <File + RelativePath="..\libopenjpeg\openjpeg.h"> + </File> + <File + RelativePath="..\libopenjpeg\pi.h"> + </File> + <File + RelativePath="..\libopenjpeg\raw.h"> + </File> + <File + RelativePath="..\libopenjpeg\t1.h"> + </File> + <File + RelativePath="..\libopenjpeg\t2.h"> + </File> + <File + RelativePath="..\libopenjpeg\tcd.h"> + </File> + <File + RelativePath="..\libopenjpeg\tgt.h"> + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |
