diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:38:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:38:51 (GMT) |
commit | 532bc0375fbcdce74a95dda422b4460ed52455ea (patch) | |
tree | 73ec30181cb62a23a7cdaf9ef8fa0f3b4d25fea8 /PCbuild/w9xpopen.vcproj | |
parent | 4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8 (diff) | |
download | cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.zip cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.tar.gz cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.tar.bz2 |
Patch #1307806: Use project defaults where possible
Diffstat (limited to 'PCbuild/w9xpopen.vcproj')
-rw-r--r-- | PCbuild/w9xpopen.vcproj | 47 |
1 files changed, 4 insertions, 43 deletions
diff --git a/PCbuild/w9xpopen.vcproj b/PCbuild/w9xpopen.vcproj index 76e7f92..9015500 100644 --- a/PCbuild/w9xpopen.vcproj +++ b/PCbuild/w9xpopen.vcproj @@ -25,10 +25,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-debug\w9xpopen/w9xpopen.pch" - AssemblerListingLocation=".\x86-temp-debug\w9xpopen/" - ObjectFile=".\x86-temp-debug\w9xpopen/" - ProgramDataBaseFileName=".\x86-temp-debug\w9xpopen/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3"/> @@ -43,13 +39,7 @@ ProgramDatabaseFile=".\./w9xpopen_d.pdb" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./w9xpopen.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -57,9 +47,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="3081"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -88,10 +76,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-release\w9xpopen/w9xpopen.pch" - AssemblerListingLocation=".\x86-temp-release\w9xpopen/" - ObjectFile=".\x86-temp-release\w9xpopen/" - ProgramDataBaseFileName=".\x86-temp-release\w9xpopen/" WarningLevel="3" SuppressStartupBanner="TRUE"/> <Tool @@ -104,13 +88,7 @@ ProgramDatabaseFile=".\./w9xpopen.pdb" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./w9xpopen.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -118,9 +96,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="3081"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -138,21 +114,6 @@ <Files> <File RelativePath="..\PC\w9xpopen.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions=""/> - </FileConfiguration> </File> </Files> <Globals> |