diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-16 20:11:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-16 20:11:54 (GMT) |
commit | 2b3c1b781270a35933700be942d83af42d6022bb (patch) | |
tree | 03ac1b200294b7b34786f53f8cdd41522aef7219 /windows/test/dsetsdll/dsetsdll.vcproj | |
parent | b992a1965944e5a5fb497628c3c048c50d5652b0 (diff) | |
download | hdf5-2b3c1b781270a35933700be942d83af42d6022bb.zip hdf5-2b3c1b781270a35933700be942d83af42d6022bb.tar.gz hdf5-2b3c1b781270a35933700be942d83af42d6022bb.tar.bz2 |
[svn-r20263] Merge in lahey project files.
Tested: windows
Diffstat (limited to 'windows/test/dsetsdll/dsetsdll.vcproj')
-rw-r--r-- | windows/test/dsetsdll/dsetsdll.vcproj | 49 |
1 files changed, 5 insertions, 44 deletions
diff --git a/windows/test/dsetsdll/dsetsdll.vcproj b/windows/test/dsetsdll/dsetsdll.vcproj index b023164..afad0af 100644 --- a/windows/test/dsetsdll/dsetsdll.vcproj +++ b/windows/test/dsetsdll/dsetsdll.vcproj @@ -4,6 +4,7 @@ Version="9.00"
Name="dsetsdll"
ProjectGUID="{1B298EEC-0B47-4145-88AA-C6558E0BD993}"
+ RootNamespace="dsetsdll"
TargetFrameworkVersion="131072"
>
<Platforms>
@@ -75,7 +76,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/dsetsdll/Debug/dsetsdll.pdb"
@@ -165,7 +166,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/dsetsdll/Debug/dsetsdll.pdb"
@@ -256,7 +257,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/dsetsdll/Release/dsetsdll.pdb"
SubSystem="1"
@@ -347,7 +348,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/dsetsdll/Release/dsetsdll.pdb"
SubSystem="1"
@@ -384,46 +385,6 @@ <File
RelativePath="..\..\..\test\dsets.c"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
</File>
</Files>
<Globals>
|