summaryrefslogtreecommitdiffstats
path: root/windows_vs6/examples/attributetest
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-16 14:01:23 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-16 14:01:23 (GMT)
commit23c1b6fd55800563d8877454ada04c9a290d48ee (patch)
tree206af79f122d70ebaf89068ad37d66392bf112e3 /windows_vs6/examples/attributetest
parent8c59a23a904707ad9cdf4ed82bcefe7873aaab3c (diff)
downloadhdf5-23c1b6fd55800563d8877454ada04c9a290d48ee.zip
hdf5-23c1b6fd55800563d8877454ada04c9a290d48ee.tar.gz
hdf5-23c1b6fd55800563d8877454ada04c9a290d48ee.tar.bz2
[svn-r14428] Purpose: Rename vs6 folder to vnet
Description: We are removing VS6 support in HDF5 1.8, so our windows_vs6 folder now becomes windows_vnet.
Diffstat (limited to 'windows_vs6/examples/attributetest')
-rw-r--r--windows_vs6/examples/attributetest/attributetest.vcproj163
1 files changed, 0 insertions, 163 deletions
diff --git a/windows_vs6/examples/attributetest/attributetest.vcproj b/windows_vs6/examples/attributetest/attributetest.vcproj
deleted file mode 100644
index 86a8932..0000000
--- a/windows_vs6/examples/attributetest/attributetest.vcproj
+++ /dev/null
@@ -1,163 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="attributetest"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\../../../examples/attributest/Debug"
- IntermediateDirectory=".\../../../examples/attributest/Debug"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="5"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\../../../examples/attributest/Debug/attributetest.pch"
- AssemblerListingLocation=".\../../../examples/attributest/Debug/"
- ObjectFile=".\../../../examples/attributest/Debug/"
- ProgramDataBaseFileName=".\../../../examples/attributest/Debug/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile="../../../examples/attributetest/Debug/attributetest.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\../../../examples/attributest/Debug/attributetest.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\../../../examples/attributest/Debug/attributetest.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/attributetest/Release"
- IntermediateDirectory=".\../../../examples/attributetest/Release"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- StringPooling="TRUE"
- RuntimeLibrary="4"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\../../../examples/attributetest/Release/attributetest.pch"
- AssemblerListingLocation=".\../../../examples/attributetest/Release/"
- ObjectFile=".\../../../examples/attributetest/Release/"
- ProgramDataBaseFileName=".\../../../examples/attributetest/Release/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\../../../examples/attributetest/Release/attributetest.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\..\proj\hdf5\release,..\..\..\hdf5lib\release\lib"
- ProgramDatabaseFile=".\../../../examples/attributetest/Release/attributetest.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\../../../examples/attributetest/Release/attributetest.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_attribute.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>