diff options
Diffstat (limited to 'PC/VS8.0/_multiprocessing.vcproj')
-rw-r--r-- | PC/VS8.0/_multiprocessing.vcproj | 51 |
1 files changed, 31 insertions, 20 deletions
diff --git a/PC/VS8.0/_multiprocessing.vcproj b/PC/VS8.0/_multiprocessing.vcproj index 198b87a..735ed12 100644 --- a/PC/VS8.0/_multiprocessing.vcproj +++ b/PC/VS8.0/_multiprocessing.vcproj @@ -3,10 +3,9 @@ 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 @@ -76,14 +75,18 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="Debug|x64" + Name="Release|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" + InheritedPropertySheets=".\pyd.vsprops" CharacterSet="0" + WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -99,7 +102,6 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -137,13 +139,16 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="Release|Win32" + Name="PGInstrument|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -198,13 +203,16 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="Release|x64" + Name="PGUpdate|Win32" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -222,7 +230,6 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -260,15 +267,17 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration - Name="PGInstrument|Win32" + Name="Debug|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" + InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" CharacterSet="0" - WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -284,6 +293,7 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -325,9 +335,9 @@ /> </Configuration> <Configuration - Name="PGInstrument|x64" + Name="Release|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -363,7 +373,6 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" BaseAddress="0x1e1D0000" - TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -388,9 +397,9 @@ /> </Configuration> <Configuration - Name="PGUpdate|Win32" + Name="PGInstrument|x64" ConfigurationType="2" - InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops" + InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" CharacterSet="0" WholeProgramOptimization="1" > @@ -408,6 +417,7 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" @@ -425,6 +435,7 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" BaseAddress="0x1e1D0000" + TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -519,11 +530,11 @@ Name="Header Files" > <File - RelativePath="..\..\Modules\_multiprocessing\multiprocessing.h" + RelativePath="..\..\Modules\_multiprocessing\connection.h" > </File> <File - RelativePath="..\..\Modules\_multiprocessing\connection.h" + RelativePath="..\..\Modules\_multiprocessing\multiprocessing.h" > </File> </Filter> |