Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-15 01:22:53 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-16 01:20:10 +0300
commitd5cee03670fcd940e9e497811127c48db45b3ee3 (patch)
tree7345b3142f95c002c17698bdffce1819d5420be6 /main/src/addins/MonoDevelop.Gettext
parent08856baae9b28d3fc7162c88f72dbde7aee3f9e6 (diff)
Disable obsoletion warnings in a bunch of unported extensions
This is so that we can obsolete the old editor APIs without the obsoletion warnings overwhelming everything else. These can be removed as the extensions are ported.
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj
index e3eb609022..9ac6f72bef 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj
@@ -7,6 +7,10 @@
<ProjectGuid>{ADDC9D20-83C5-4245-9B46-2C5F6642CFBC}</ProjectGuid>
<TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
<OutputPath>..\..\..\build\AddIns\DisplayBindings\Gettext</OutputPath>
+ <!--
+ This needs to be ported to the new editor, and currently makes use of many deprecated APIs.
+ -->
+ <NoWarn>$(NoWarn);618;612</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />