Skip to content

Commit

Permalink
Let's tell C# compiler to not show deprecated methods for third party…
Browse files Browse the repository at this point in the history
… libraries
  • Loading branch information
mlocati committed Oct 16, 2012
1 parent 3724110 commit 6aee8c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/Jayrock.Json/Jayrock.Json.csproj
Expand Up @@ -63,8 +63,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>618,1699</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
Expand Down
3 changes: 1 addition & 2 deletions src/NetSpell.SpellChecker/NetSpell.SpellChecker.csproj
Expand Up @@ -63,8 +63,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>618,1699</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
Expand Down
3 changes: 1 addition & 2 deletions src/TidyNet/TidyNet.csproj
Expand Up @@ -64,8 +64,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>618</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
Expand Down

0 comments on commit 6aee8c5

Please sign in to comment.