From d5cee03670fcd940e9e497811127c48db45b3ee3 Mon Sep 17 00:00:00 2001 From: Mikayla Hutchinson Date: Thu, 14 Feb 2019 17:22:53 -0500 Subject: 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. --- main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/src/addins/MonoDevelop.Gettext') 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 @@ {ADDC9D20-83C5-4245-9B46-2C5F6642CFBC} $(MDFrameworkVersion) ..\..\..\build\AddIns\DisplayBindings\Gettext + + $(NoWarn);618;612 -- cgit v1.2.3