10 |
public static class LoggingConstants |
public static class LoggingConstants |
11 |
{ |
{ |
12 |
#region Application Constants |
#region Application Constants |
13 |
public const string AppName = "Rom Cheater"; |
public const string AppName = "RomCheater"; |
14 |
public const string AppLogFile = "RomCheater.log"; |
public static string AppLogFile = string.Format("{0}.log", AppName); |
15 |
public static string AppVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); |
public static string AppVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); |
16 |
#if DEBUG |
#if DEBUG |
17 |
public const string AppBuild = "Debug"; |
public const string AppBuild = "Debug"; |