diff options
Diffstat (limited to 'ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj')
-rw-r--r-- | ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index b00bed97..7bfc0abe 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -44,11 +44,11 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> - <NoWarn>0618;0219;0414</NoWarn> + <NoWarn>0219;0414</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> - <NoWarn>0618;0219;0414</NoWarn> + <NoWarn>0219;0414</NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="System" /> |