Should finally fix exe icon and resulting build error.

pull/2/head
Leonardo Galli 8 years ago
parent abd4c1a1ad
commit a272127a00

@ -59,7 +59,16 @@ namespace NzbDrone.Properties {
resourceCulture = value;
}
}
internal static System.Drawing.Icon NzbDrone
{
get
{
object obj = ResourceManager.GetObject("NzbDrone", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>

Loading…
Cancel
Save