From a272127a0076a35f6f4609c866d764747d9ef4a5 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sat, 7 Jan 2017 09:47:08 +0100 Subject: [PATCH] Should finally fix exe icon and resulting build error. --- src/NzbDrone/Properties/Resources.Designer.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone/Properties/Resources.Designer.cs b/src/NzbDrone/Properties/Resources.Designer.cs index f01f723db..b6147d0b5 100644 --- a/src/NzbDrone/Properties/Resources.Designer.cs +++ b/src/NzbDrone/Properties/Resources.Designer.cs @@ -59,7 +59,16 @@ internal Resources() { resourceCulture = value; } } - + + internal static System.Drawing.Icon NzbDrone + { + get + { + object obj = ResourceManager.GetObject("NzbDrone", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ///