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/hyperslabdll/hyperslabdll.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/hyperslabdll/hyperslabdll.vcproj')
-rw-r--r-- | windows/test/hyperslabdll/hyperslabdll.vcproj | 49 |
1 files changed, 5 insertions, 44 deletions
diff --git a/windows/test/hyperslabdll/hyperslabdll.vcproj b/windows/test/hyperslabdll/hyperslabdll.vcproj index 23b7982..9143be6 100644 --- a/windows/test/hyperslabdll/hyperslabdll.vcproj +++ b/windows/test/hyperslabdll/hyperslabdll.vcproj @@ -4,6 +4,7 @@ Version="9.00"
Name="hyperslabdll"
ProjectGUID="{CEA44545-33C8-4C63-9F8C-85BA48F45637}"
+ RootNamespace="hyperslabdll"
TargetFrameworkVersion="131072"
>
<Platforms>
@@ -76,7 +77,7 @@ <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Release/hyperslabdll.pdb"
SubSystem="1"
@@ -166,7 +167,7 @@ <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Release/hyperslabdll.pdb"
SubSystem="1"
@@ -253,7 +254,7 @@ <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Debug/hyperslabdll.pdb"
@@ -342,7 +343,7 @@ <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Debug/hyperslabdll.pdb"
@@ -380,46 +381,6 @@ <File
RelativePath="..\..\..\test\hyperslab.c"
>
- <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>
- <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>
</File>
</Files>
<Globals>
|