diff options
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> |