summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-06-10 14:19:40 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-10 14:19:40 +0200
commita673109c495916f4198b216a0e52aa9d6b986a8f (patch)
tree15c7a8db95da011175fd51dee091a256f55a6892 /src
parent95aace51cca7c7a87107a52a5618bba2135ce025 (diff)
Add all plugins to solution except WMPA
Diffstat (limited to 'src')
-rw-r--r--src/version/version.vcxproj3
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>