diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-21 02:20:59 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-21 02:20:59 (GMT) |
commit | 81c951c6f28ccd2af01a7bb764a424731dcf4398 (patch) | |
tree | 781efb79fb042dbf613741e38e91fa9d19e7648c /PCbuild9/winsound.vcproj | |
parent | 651b61f830a124a9ba04d06d3f116beab8e972dc (diff) | |
download | cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.zip cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.tar.gz cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.tar.bz2 |
Removed character set = unicode as requested by Amaury
Removed more project configs in order to use the defaults defined in the property files. The 'sed' tool was more than helpful for the job.
Diffstat (limited to 'PCbuild9/winsound.vcproj')
-rw-r--r-- | PCbuild9/winsound.vcproj | 64 |
1 files changed, 1 insertions, 63 deletions
diff --git a/PCbuild9/winsound.vcproj b/PCbuild9/winsound.vcproj index df9310c..876ff52 100644 --- a/PCbuild9/winsound.vcproj +++ b/PCbuild9/winsound.vcproj @@ -23,7 +23,7 @@ Name="Debug|Win32" ConfigurationType="2" InheritedPropertySheets=".\pyd_d.vsprops" - CharacterSet="1" + CharacterSet="0" > <Tool Name="VCPreBuildEventTool" @@ -42,7 +42,6 @@ /> <Tool Name="VCCLCompilerTool" - UsePrecompiledHeader="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -56,9 +55,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="2" /> <Tool Name="VCALinkTool" @@ -106,7 +102,6 @@ /> <Tool Name="VCCLCompilerTool" - UsePrecompiledHeader="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -120,9 +115,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="2" /> <Tool Name="VCALinkTool" @@ -170,10 +162,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -187,11 +175,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" /> <Tool Name="VCALinkTool" @@ -240,10 +223,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -257,11 +236,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" /> <Tool Name="VCALinkTool" @@ -309,10 +283,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -326,11 +296,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" /> <Tool Name="VCALinkTool" @@ -379,10 +344,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -396,11 +357,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" TargetMachine="17" /> <Tool @@ -449,10 +405,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -466,11 +418,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" /> <Tool Name="VCALinkTool" @@ -519,10 +466,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -536,11 +479,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="winmm.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" TargetMachine="17" /> <Tool |