| <?xml version="1.0" encoding="Windows-1252"?> | |
| <VisualStudioProject | |
| ProjectType="Visual C++" | |
| Version="8,00" | |
| Name="LibOpenJPEG" | |
| ProjectGUID="{4F27AA53-4181-4A1A-8238-3931B0A41048}" | |
| > | |
| <Platforms> | |
| <Platform | |
| Name="Win32" | |
| /> | |
| </Platforms> | |
| <ToolFiles> | |
| </ToolFiles> | |
| <Configurations> | |
| <Configuration | |
| Name="Release|Win32" | |
| OutputDirectory=".\Release" | |
| IntermediateDirectory=".\Release" | |
| ConfigurationType="4" | |
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
| UseOfMFC="0" | |
| ATLMinimizesCRunTimeLibraryUsage="false" | |
| CharacterSet="2" | |
| > | |
| <Tool | |
| Name="VCPreBuildEventTool" | |
| /> | |
| <Tool | |
| Name="VCCustomBuildTool" | |
| /> | |
| <Tool | |
| Name="VCXMLDataGeneratorTool" | |
| /> | |
| <Tool | |
| Name="VCWebServiceProxyGeneratorTool" | |
| /> | |
| <Tool | |
| Name="VCMIDLTool" | |
| /> | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| Optimization="2" | |
| InlineFunctionExpansion="2" | |
| EnableIntrinsicFunctions="true" | |
| FavorSizeOrSpeed="1" | |
| WholeProgramOptimization="false" | |
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE" | |
| StringPooling="true" | |
| RuntimeLibrary="0" | |
| EnableFunctionLevelLinking="true" | |
| PrecompiledHeaderFile=".\Release/LibOpenJPEG.pch" | |
| AssemblerListingLocation=".\Release/" | |
| ObjectFile=".\Release/" | |
| ProgramDataBaseFileName=".\Release/" | |
| WarningLevel="3" | |
| SuppressStartupBanner="true" | |
| /> | |
| <Tool | |
| Name="VCManagedResourceCompilerTool" | |
| /> | |
| <Tool | |
| Name="VCResourceCompilerTool" | |
| PreprocessorDefinitions="NDEBUG" | |
| Culture="1036" | |
| /> | |
| <Tool | |
| Name="VCPreLinkEventTool" | |
| /> | |
| <Tool | |
| Name="VCLibrarianTool" | |
| OutputFile=".\Release\LibOpenJPEG.lib" | |
| SuppressStartupBanner="true" | |
| /> | |
| <Tool | |
| Name="VCALinkTool" | |
| /> | |
| <Tool | |
| Name="VCXDCMakeTool" | |
| /> | |
| <Tool | |
| Name="VCBscMakeTool" | |
| SuppressStartupBanner="true" | |
| OutputFile=".\Release/LibOpenJPEG.bsc" | |
| /> | |
| <Tool | |
| Name="VCFxCopTool" | |
| /> | |
| <Tool | |
| Name="VCPostBuildEventTool" | |
| CommandLine="if not exist dist mkdir dist
copy Release\LibOpenJPEG.lib dist
copy libopenjpeg\openjpeg.h dist
" | |
| /> | |
| </Configuration> | |
| <Configuration | |
| Name="Debug|Win32" | |
| OutputDirectory=".\Debug" | |
| IntermediateDirectory=".\Debug" | |
| ConfigurationType="4" | |
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
| UseOfMFC="0" | |
| ATLMinimizesCRunTimeLibraryUsage="false" | |
| CharacterSet="2" | |
| > | |
| <Tool | |
| Name="VCPreBuildEventTool" | |
| /> | |
| <Tool | |
| Name="VCCustomBuildTool" | |
| /> | |
| <Tool | |
| Name="VCXMLDataGeneratorTool" | |
| /> | |
| <Tool | |
| Name="VCWebServiceProxyGeneratorTool" | |
| /> | |
| <Tool | |
| Name="VCMIDLTool" | |
| /> | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| Optimization="0" | |
| InlineFunctionExpansion="0" | |
| EnableIntrinsicFunctions="false" | |
| FavorSizeOrSpeed="1" | |
| WholeProgramOptimization="false" | |
| PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE" | |
| MinimalRebuild="true" | |
| BasicRuntimeChecks="3" | |
| RuntimeLibrary="1" | |
| PrecompiledHeaderFile=".\Debug/LibOpenJPEG.pch" | |
| AssemblerListingLocation=".\Debug/" | |
| ObjectFile=".\Debug/" | |
| ProgramDataBaseFileName=".\Debug/" | |
| WarningLevel="3" | |
| SuppressStartupBanner="true" | |
| DebugInformationFormat="4" | |
| /> | |
| <Tool | |
| Name="VCManagedResourceCompilerTool" | |
| /> | |
| <Tool | |
| Name="VCResourceCompilerTool" | |
| PreprocessorDefinitions="_DEBUG" | |
| Culture="1036" | |
| /> | |
| <Tool | |
| Name="VCPreLinkEventTool" | |
| /> | |
| <Tool | |
| Name="VCLibrarianTool" | |
| OutputFile="Debug\LibOpenJPEGd.lib" | |
| SuppressStartupBanner="true" | |
| /> | |
| <Tool | |
| Name="VCALinkTool" | |
| /> | |
| <Tool | |
| Name="VCXDCMakeTool" | |
| /> | |
| <Tool | |
| Name="VCBscMakeTool" | |
| SuppressStartupBanner="true" | |
| OutputFile=".\Debug/LibOpenJPEG.bsc" | |
| /> | |
| <Tool | |
| Name="VCFxCopTool" | |
| /> | |
| <Tool | |
| Name="VCPostBuildEventTool" | |
| CommandLine="if not exist dist mkdir dist
copy Debug\LibOpenJPEGd.lib dist
copy libopenjpeg\openjpeg.h dist
" | |
| /> | |
| </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" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\cio.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\dwt.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\event.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\image.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\j2k.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\j2k_lib.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\jp2.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\jpt.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\mct.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\mqc.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\openjpeg.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\pi.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\raw.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\t1.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\t2.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\tcd.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\tgt.c" | |
| > | |
| <FileConfiguration | |
| Name="Release|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| <FileConfiguration | |
| Name="Debug|Win32" | |
| > | |
| <Tool | |
| Name="VCCLCompilerTool" | |
| PreprocessorDefinitions="" | |
| /> | |
| </FileConfiguration> | |
| </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\event.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\fix.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\image.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\int.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\j2k.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\j2k_lib.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\opj_includes.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath=".\libopenjpeg\opj_malloc.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\pi.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\raw.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\t1.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\t1_luts.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\t2.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\tcd.h" | |
| > | |
| </File> | |
| <File | |
| RelativePath="libopenjpeg\tgt.h" | |
| > | |
| </File> | |
| </Filter> | |
| </Files> | |
| <Globals> | |
| </Globals> | |
| </VisualStudioProject> |