diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-06 00:11:20 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-06 00:11:20 (GMT) |
commit | 696af9772e10ceb94b41d412b95336374d1d282c (patch) | |
tree | 05c9ee3b13666fc9dc910b4affa25a8aaabefd5d /PC/VS8.0/_multiprocessing.vcproj | |
parent | 6a59b0e000878a6ae6c0fbfabd85720dec374bcf (diff) | |
download | cpython-696af9772e10ceb94b41d412b95336374d1d282c.zip cpython-696af9772e10ceb94b41d412b95336374d1d282c.tar.gz cpython-696af9772e10ceb94b41d412b95336374d1d282c.tar.bz2 |
Align the VS2003 and VS2005 build files with the VS2008 ones
(VC6 was done before)
Diffstat (limited to 'PC/VS8.0/_multiprocessing.vcproj')
-rw-r--r-- | PC/VS8.0/_multiprocessing.vcproj | 51 |
1 files changed, 20 insertions, 31 deletions
diff --git a/PC/VS8.0/_multiprocessing.vcproj b/PC/VS8.0/_multiprocessing.vcproj index 735ed12..198b87a 100644 --- a/PC/VS8.0/_multiprocessing.vcproj +++ b/PC/VS8.0/_multiprocessing.vcproj @@ -3,9 +3,10 @@ ProjectType="Visual C++" Version="8.00" Name="_multiprocessing" - ProjectGUID="{9E48B300-37D1-11DD-8C41-005056C00008}" + ProjectGUID="{9e48b300-37d1-11dd-8c41-005056c00008}" RootNamespace="_multiprocessing" Keyword="Win32Proj" + TargetFrameworkVersion="196613" > <Platforms> <Platform @@ -75,18 +76,14 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="Release|Win32" + Name="Debug|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops" + InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" CharacterSet="0" - WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -102,6 +99,7 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -139,16 +137,13 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="PGInstrument|Win32" + Name="Release|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" + InheritedPropertySheets=".\pyd.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -203,16 +198,13 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="PGUpdate|Win32" + Name="Release|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -230,6 +222,7 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -267,17 +260,15 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="Debug|x64" + Name="PGInstrument|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" CharacterSet="0" + WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -293,7 +284,6 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -335,9 +325,9 @@ /> </Configuration> <Configuration - Name="Release|x64" + Name="PGInstrument|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -373,6 +363,7 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" BaseAddress="0x1e1D0000" + TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -397,9 +388,9 @@ /> </Configuration> <Configuration - Name="PGInstrument|x64" + Name="PGUpdate|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -417,7 +408,6 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -435,7 +425,6 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" BaseAddress="0x1e1D0000" - TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -530,11 +519,11 @@ Name="Header Files" > <File - RelativePath="..\..\Modules\_multiprocessing\connection.h" + RelativePath="..\..\Modules\_multiprocessing\multiprocessing.h" > </File> <File - RelativePath="..\..\Modules\_multiprocessing\multiprocessing.h" + RelativePath="..\..\Modules\_multiprocessing\connection.h" > </File> </Filter> |