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/proj/all/all.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/proj/all/all.vcproj')
-rw-r--r-- | windows_vs6/proj/all/all.vcproj | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/windows_vs6/proj/all/all.vcproj b/windows_vs6/proj/all/all.vcproj new file mode 100644 index 0000000..73cf7f8 --- /dev/null +++ b/windows_vs6/proj/all/all.vcproj @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="all"
+ SccProjectName=""
+ SccLocalPath=""
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/all.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/all.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|