diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-03-18 21:31:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-03-18 21:31:30 (GMT) |
commit | a8bd5d03e9f876f9d2144228a5140798c5aee04c (patch) | |
tree | 3c548ab325e86cb1e2fc6c99f346fc8c4146b974 /windows/test/externaldll/externaldll.vcproj | |
parent | 7370d9d648f58f599340055d7a1f58592acc1b6a (diff) | |
download | hdf5-a8bd5d03e9f876f9d2144228a5140798c5aee04c.zip hdf5-a8bd5d03e9f876f9d2144228a5140798c5aee04c.tar.gz hdf5-a8bd5d03e9f876f9d2144228a5140798c5aee04c.tar.bz2 |
[svn-r18424] Upgraded all project files to VS2008.
Changed batch files by removing VS2005 and IVF91 options.
Added libsettings project to behave like h5tinit.vcproj.
Updated Manifest
Diffstat (limited to 'windows/test/externaldll/externaldll.vcproj')
-rw-r--r-- | windows/test/externaldll/externaldll.vcproj | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/windows/test/externaldll/externaldll.vcproj b/windows/test/externaldll/externaldll.vcproj index 47989d4..f35b1fc 100644 --- a/windows/test/externaldll/externaldll.vcproj +++ b/windows/test/externaldll/externaldll.vcproj @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="externaldll"
ProjectGUID="{0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/externaldll/Release/externaldll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -101,9 +104,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -172,6 +172,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/externaldll/Release/externaldll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -193,9 +195,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -262,6 +261,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/externaldll/Debug/externaldll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -283,9 +284,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -353,6 +351,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/externaldll/Debug/externaldll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -374,9 +374,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|