diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-01-16 13:44:32 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-01-16 13:44:32 (GMT) |
commit | 8c59a23a904707ad9cdf4ed82bcefe7873aaab3c (patch) | |
tree | d840cd1145b2ace60dc078f37266bcda6b13868b /windows_vs6/examples/writetestdll/writetestdll.vcproj | |
parent | 7246c763deb1be3ed9718b1bcd1b47a98428380a (diff) | |
download | hdf5-8c59a23a904707ad9cdf4ed82bcefe7873aaab3c.zip hdf5-8c59a23a904707ad9cdf4ed82bcefe7873aaab3c.tar.gz hdf5-8c59a23a904707ad9cdf4ed82bcefe7873aaab3c.tar.bz2 |
[svn-r14427] Purpose: First step in removing VS6 support in final HDF5 1.8
Description:
This is the first step in a series of commits that will remove VS6 support. In doing so, we'll need to convert our projects to VS.NET format, to maintain VS.NET C support. In this commit, I've converted all VS6 projects, and removed any Fortran remnants. I haven't updated the MANIFEST because I have a few more add/deletes, but I'll do that soon.
Diffstat (limited to 'windows_vs6/examples/writetestdll/writetestdll.vcproj')
-rw-r--r-- | windows_vs6/examples/writetestdll/writetestdll.vcproj | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/windows_vs6/examples/writetestdll/writetestdll.vcproj b/windows_vs6/examples/writetestdll/writetestdll.vcproj new file mode 100644 index 0000000..6400177 --- /dev/null +++ b/windows_vs6/examples/writetestdll/writetestdll.vcproj @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="writetestdll"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\../../../examples/writetestdll/Debug"
+ IntermediateDirectory=".\../../../examples/writetestdll/Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\src"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_HDF5USEDLL_"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\../../../examples/writetestdll/Debug/writetestdll.pch"
+ AssemblerListingLocation=".\../../../examples/writetestdll/Debug/"
+ ObjectFile=".\../../../examples/writetestdll/Debug/"
+ ProgramDataBaseFileName=".\../../../examples/writetestdll/Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
+ OutputFile=".\../../../examples/writetestdll/Debug/writetestdll.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\proj\hdf5dll\debug,..\..\..\hdf5lib\debug\dll"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\../../../examples/writetestdll/Debug/writetestdll.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\../../../examples/writetestdll/Debug/writetestdll.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\../../../examples/writetestdll/Release"
+ IntermediateDirectory=".\../../../examples/writetestdll/Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\src"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\../../../examples/writetestdll/Release/writetestdll.pch"
+ AssemblerListingLocation=".\../../../examples/writetestdll/Release/"
+ ObjectFile=".\../../../examples/writetestdll/Release/"
+ ProgramDataBaseFileName=".\../../../examples/writetestdll/Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
+ OutputFile=".\../../../examples/writetestdll/Release/writetestdll.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\proj\hdf5dll\release,..\..\..\hdf5lib\release\dll"
+ ProgramDatabaseFile=".\../../../examples/writetestdll/Release/writetestdll.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\../../../examples/writetestdll/Release/writetestdll.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\..\examples\h5_write.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|