Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / tools / xbuild / data / 2.0 / Microsoft.Common.targets
index 1298d3e42d4c4d9c2cf7c9f9b549b48172a7c22d..4a67ee66dbdc1f94570e3acd282d47af3e01e918 100644 (file)
@@ -18,7 +18,6 @@
                <AssemblyName Condition="'$(AssemblyName)' == ''">$(MSBuildProjectName)</AssemblyName>
                <OutputPath Condition="'$(OutputPath)' != '' and !HasTrailingSlash('$(OutputPath)')">$(OutputPath)\</OutputPath>
                <OutputPath Condition=" '$(Platform)'=='' and '$(Configuration)'=='' and '$(OutputPath)'=='' ">bin\Debug\</OutputPath>
-               <WarningLevel Condition="'$(WarningLevel)' == ''" >2</WarningLevel>
                <TargetFrameworkVersion Condition="'$(TargetFrameworkVersion)' == ''">v2.0</TargetFrameworkVersion>
        </PropertyGroup>