summaryrefslogtreecommitdiffstats
path: root/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-16 13:44:32 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-16 13:44:32 (GMT)
commit8c59a23a904707ad9cdf4ed82bcefe7873aaab3c (patch)
treed840cd1145b2ace60dc078f37266bcda6b13868b /windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj
parent7246c763deb1be3ed9718b1bcd1b47a98428380a (diff)
downloadhdf5-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/hl/examples/allhlcexamples/allhlcexamples.vcproj')
-rw-r--r--windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj57
1 files changed, 57 insertions, 0 deletions
diff --git a/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj
new file mode 100644
index 0000000..0a3172c
--- /dev/null
+++ b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.vcproj
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="allhlcexamples"
+ SccProjectName=""
+ SccLocalPath=""
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\hl\examples\allhlcexamples\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\allhlcexamples\Release"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\..\hl\examples\allhlcexamples\Release/allhlcexamples.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\hl\examples\allhlcexamples\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\allhlcexamples\Debug"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\..\hl\examples\allhlcexamples\Debug/allhlcexamples.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>