aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoDump
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2015-05-12 14:06:00 -0700
committerJie Luo <anandolee@gmail.com>2015-05-12 14:06:00 -0700
commit5e68a75fa7eb769db5a38cc8d2f3f5fee75e744e (patch)
tree34ca5b0e1aa9399c1b95738f8373c5bf5a7d622a /csharp/src/ProtoDump
parentd26cef6285d00407268cd1d3d2ea6f0c21995966 (diff)
parent3ccbf4b8936f415eed75c81d6228984516dfcbff (diff)
downloadprotobuf-5e68a75fa7eb769db5a38cc8d2f3f5fee75e744e.tar.gz
protobuf-5e68a75fa7eb769db5a38cc8d2f3f5fee75e744e.tar.bz2
protobuf-5e68a75fa7eb769db5a38cc8d2f3f5fee75e744e.zip
Merge pull request #370 from jtattermusch/mono_fixes
Fixes for Mono
Diffstat (limited to 'csharp/src/ProtoDump')
-rw-r--r--csharp/src/ProtoDump/ProtoDump.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/ProtoDump/ProtoDump.csproj b/csharp/src/ProtoDump/ProtoDump.csproj
index 506d316b..b7e6c1a3 100644
--- a/csharp/src/ProtoDump/ProtoDump.csproj
+++ b/csharp/src/ProtoDump/ProtoDump.csproj
@@ -25,7 +25,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoStdLib>true</NoStdLib>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
@@ -37,7 +36,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoStdLib>true</NoStdLib>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>