diff options
Diffstat (limited to 'jpwl/decoder/jpwldec/image_to_j2k.vcproj')
| -rw-r--r-- | jpwl/decoder/jpwldec/image_to_j2k.vcproj | 254 |
1 files changed, 254 insertions, 0 deletions
diff --git a/jpwl/decoder/jpwldec/image_to_j2k.vcproj b/jpwl/decoder/jpwldec/image_to_j2k.vcproj new file mode 100644 index 00000000..7c5dc50a --- /dev/null +++ b/jpwl/decoder/jpwldec/image_to_j2k.vcproj @@ -0,0 +1,254 @@ +<?xml version="1.0" encoding = "Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.00" + Name="image_to_j2k" + ProjectGUID="{7CB555D4-C2D9-40B9-B666-E8E1236E5699}" + SccProjectName="" + SccLocalPath=""> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../libopenjpeg" + PreprocessorDefinitions="_DEBUG,DONT_HAVE_GETOPT,WIN32,_CONSOLE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="2" + PrecompiledHeaderFile=".\Debug/image_to_j2k.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + BrowseInformation="1" + WarningLevel="3" + SuppressStartupBanner="TRUE" + DebugInformationFormat="4" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\Debug/image_to_j2k.exe" + LinkIncremental="2" + SuppressStartupBanner="TRUE" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile=".\Debug/image_to_j2k.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\Debug/image_to_j2k.tlb"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="2060"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + <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/image_to_j2k.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/image_to_j2k.exe" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + ProgramDatabaseFile=".\Release/image_to_j2k.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\Release/image_to_j2k.tlb"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="2060" + AdditionalIncludeDirectories="../libopenjpeg"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + </Configurations> + <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=".\convert.c"> + </File> + <File + RelativePath="..\libopenjpeg\dwt.c"> + </File> + <File + RelativePath="..\libopenjpeg\fix.c"> + </File> + <File + RelativePath=".\compat\getopt.c"> + </File> + <File + RelativePath=".\image_to_j2k.c"> + </File> + <File + RelativePath="..\libopenjpeg\int.c"> + </File> + <File + RelativePath="..\libopenjpeg\j2k.c"> + </File> + <File + RelativePath="..\libopenjpeg\jp2.c"> + </File> + <File + RelativePath="..\libopenjpeg\jpt.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=".\convert.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\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> |
