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>

>142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236