summaryrefslogtreecommitdiffstats
path: root/windows/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-09-11 20:44:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-09-11 20:44:41 (GMT)
commit885e92cba8566759e79794fec88376f3ca2bf223 (patch)
treea4b6e3c32b7e96ae23320fbafd2a28ce7b847345 /windows/examples
parentaeec66cf49482b75deb23017e19f0daff1d76894 (diff)
downloadhdf5-885e92cba8566759e79794fec88376f3ca2bf223.zip
hdf5-885e92cba8566759e79794fec88376f3ca2bf223.tar.gz
hdf5-885e92cba8566759e79794fec88376f3ca2bf223.tar.bz2
[svn-r17468] Corrected use of _Debug preprocessor value in release configurations of hdf5_f90cstubdll.vcproj
Removed extraneous configurations attached to files in libtest project files. Corrected examples project file's debug configuration.
Diffstat (limited to 'windows/examples')
-rw-r--r--windows/examples/allexamples/allexamples.vcproj65
1 files changed, 64 insertions, 1 deletions
diff --git a/windows/examples/allexamples/allexamples.vcproj b/windows/examples/allexamples/allexamples.vcproj
index a5795f9..4c87ec0 100644
--- a/windows/examples/allexamples/allexamples.vcproj
+++ b/windows/examples/allexamples/allexamples.vcproj
@@ -198,7 +198,7 @@
Name="Debug|Win32"
OutputDirectory="..\..\..\examples\$(ProjectName)\$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
- ConfigurationType="10"
+ ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
@@ -211,11 +211,74 @@
Name="VCCustomBuildTool"
/>
<Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
Name="VCMIDLTool"
+ TargetEnvironment="3"
TypeLibraryName=".\Debug/allexamples.tlb"
HeaderFileName=""
/>
<Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Debug/allexamples.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile=".\Debug/allexamples.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/allexamples.pdb"
+ SubSystem="1"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>