summaryrefslogtreecommitdiff
path: root/mj2
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2005-04-01 14:17:42 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2005-04-01 14:17:42 +0000
commit050737bea0c54f371009a6f203a985c7bb717ff8 (patch)
treeddb2c0fd2d89c3161939054e13ddf5c69c11fb3f /mj2
parent63e17a19eba9e072fd4e543b4a8d5b3821896f52 (diff)
Visual .NET project
Diffstat (limited to 'mj2')
-rw-r--r--mj2/mj2_to_metadata.vcproj310
1 files changed, 310 insertions, 0 deletions
diff --git a/mj2/mj2_to_metadata.vcproj b/mj2/mj2_to_metadata.vcproj
new file mode 100644
index 00000000..b171cb7c
--- /dev/null
+++ b/mj2/mj2_to_metadata.vcproj
@@ -0,0 +1,310 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="mj2_to_metadata"
+ ProjectGUID="{338C1241-ACB9-469F-98DF-3B9D79ADD1A0}"
+ 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"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,NO_PACKETS_DECODING"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/mj2_to_metadata.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib"
+ OutputFile=".\Release/mj2_to_metadata.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ProgramDatabaseFile=".\Release/mj2_to_metadata.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/mj2_to_metadata.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\mj2_to_metadata___Win32_Debug0"
+ IntermediateDirectory=".\mj2_to_metadata___Win32_Debug0"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,DONT_HAVE_GETOPT,NO_PACKETS_DECODING"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\mj2_to_metadata___Win32_Debug0/mj2_to_metadata.pch"
+ AssemblerListingLocation=".\mj2_to_metadata___Win32_Debug0/"
+ ObjectFile=".\mj2_to_metadata___Win32_Debug0/"
+ ProgramDataBaseFileName=".\mj2_to_metadata___Win32_Debug0/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib"
+ OutputFile=".\mj2_to_metadata___Win32_Debug0/mj2_to_metadata.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\mj2_to_metadata___Win32_Debug0/mj2_to_metadata.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\mj2_to_metadata___Win32_Debug0/mj2_to_metadata.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"
+ AdditionalIncludeDirectories="&quot;C:\OpenJPEG 2000 dot net\openjpeg v 0.96 with glenn metadata\openjpeg\libopenjpeg&quot;"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="MJ2"
+ Filter="">
+ <Filter
+ Name="MJ2 Header Files"
+ Filter="">
+ <File
+ RelativePath=".\compat\getopt.h">
+ </File>
+ <File
+ RelativePath="meta_out.h">
+ </File>
+ <File
+ RelativePath=".\mj2.h">
+ </File>
+ <File
+ RelativePath=".\mj2_convert.h">
+ </File>
+ <File
+ RelativePath="mj2_to_metadata.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="MJ2 Source Files"
+ Filter="">
+ <File
+ RelativePath=".\compat\getopt.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../libopenjpeg;$(NoInherit)"
+ CompileAs="0"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="meta_out.c">
+ </File>
+ <File
+ RelativePath=".\mj2.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../libopenjpeg;$(NoInherit)"
+ CompileAs="0"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\mj2_convert.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../libopenjpeg;$(NoInherit)"
+ CompileAs="0"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\mj2_to_metadata.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../libopenjpeg;$(NoInherit)"
+ CompileAs="0"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="OpenJPEG"
+ Filter="">
+ <Filter
+ Name="OpenJPEG Header Files"
+ Filter=".h">
+ <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="..\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="OpenJPEG Source Files"
+ Filter=".c">
+ <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="..\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>
+ <File
+ RelativePath="mj2_to_metadata.rc">
+ </File>
+ <File
+ RelativePath="resource.h">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>