diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 14:19:40 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 14:19:40 +0200 |
commit | a673109c495916f4198b216a0e52aa9d6b986a8f (patch) | |
tree | 15c7a8db95da011175fd51dee091a256f55a6892 /src/version/version.vcxproj | |
parent | 95aace51cca7c7a87107a52a5618bba2135ce025 (diff) |
Add all plugins to solution except WMPA
Diffstat (limited to 'src/version/version.vcxproj')
-rw-r--r-- | src/version/version.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/version/version.vcxproj b/src/version/version.vcxproj index e6d510f8..26c13458 100644 --- a/src/version/version.vcxproj +++ b/src/version/version.vcxproj @@ -32,13 +32,14 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> - <WarningLevel>Level3</WarningLevel> + <WarningLevel>Level1</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <SubSystem>Console</SubSystem> |