--- trunk/RomCheater/Properties/Settings.Designer.cs 2012/05/09 06:06:22 5 +++ trunk/RomCheater/Properties/Settings.Designer.cs 2012/05/09 19:41:06 86 @@ -8,23 +8,67 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace RomCheater.Properties -{ - - +namespace RomCheater.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool UpgradeRequired { + get { + return ((bool)(this["UpgradeRequired"])); + } + set { + this["UpgradeRequired"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastConfigPlugin { + get { + return ((string)(this["LastConfigPlugin"])); + } + set { + this["LastConfigPlugin"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastInputPlugin { + get { + return ((string)(this["LastInputPlugin"])); + } + set { + this["LastInputPlugin"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastWindowPlugin { + get { + return ((string)(this["LastWindowPlugin"])); + } + set { + this["LastWindowPlugin"] = value; + } + } } } |