wtf git extentions?

This commit is contained in:
kay.one 2013-02-16 14:44:35 -08:00
commit 83186ba87b
11 changed files with 72 additions and 39 deletions

View file

@ -36,6 +36,11 @@ namespace NzbDrone.Common
}
}
public static bool IsMono
{
get { return Type.GetType("Mono.Runtime") != null; }
}
public static bool IsDebug
{
get