Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-05-27 15:52:11 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-05-27 15:52:11 +0400
commit225abb8ecc847321c0dffcbb58bfe4cb5714c0f8 (patch)
treeae6ee2643076e4da5225db78f97ec9b2fc68d733 /src/filters/BaseClasses
parent0d06db2c617848350a2771b44913dac42f44c346 (diff)
clean up project files and added the /arch option in the release.vsprops so we can easily enable it or disable it in all projects
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1958 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/BaseClasses')
-rw-r--r--src/filters/BaseClasses/baseclasses.vcproj21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/filters/BaseClasses/baseclasses.vcproj b/src/filters/BaseClasses/baseclasses.vcproj
index 0b7320355..7ec766cec 100644
--- a/src/filters/BaseClasses/baseclasses.vcproj
+++ b/src/filters/BaseClasses/baseclasses.vcproj
@@ -22,7 +22,7 @@
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="..\..\common.vsprops"
+ InheritedPropertySheets="..\..\common.vsprops;..\..\debug.vsprops"
UseOfMFC="1"
CharacterSet="1"
>
@@ -48,10 +48,7 @@
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
@@ -88,7 +85,7 @@
<Configuration
Name="Debug|x64"
ConfigurationType="4"
- InheritedPropertySheets="..\..\common.vsprops"
+ InheritedPropertySheets="..\..\common.vsprops;..\..\debug.vsprops"
UseOfMFC="1"
CharacterSet="1"
>
@@ -115,10 +112,7 @@
AdditionalIncludeDirectories="."
PreprocessorDefinitions="_WIN64;_DEBUG;_LIB"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
@@ -155,7 +149,7 @@
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="..\..\common.vsprops"
+ InheritedPropertySheets="..\..\common.vsprops;..\..\release.vsprops"
UseOfMFC="1"
CharacterSet="1"
>
@@ -181,10 +175,6 @@
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="0"
- BufferSecurityCheck="true"
- EnableEnhancedInstructionSet="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
@@ -220,7 +210,7 @@
<Configuration
Name="Release|x64"
ConfigurationType="4"
- InheritedPropertySheets="..\..\common.vsprops"
+ InheritedPropertySheets="..\..\common.vsprops;..\..\release.vsprops"
UseOfMFC="1"
CharacterSet="1"
>
@@ -247,10 +237,7 @@
AdditionalIncludeDirectories="."
PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
RuntimeLibrary="0"
- BufferSecurityCheck="true"
EnableEnhancedInstructionSet="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool