2020-06-15 19:11:05 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace GCMM.Properties {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2021-01-20 01:21:22 +00:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
|
2020-06-15 19:11:05 +00:00
|
|
|
|
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 {
|
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string GamePath {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["GamePath"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["GamePath"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string WinePath {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["WinePath"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["WinePath"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-06-16 13:45:04 +00:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool UseProxy {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["UseProxy"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["UseProxy"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-06-18 18:05:14 +00:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool NeedsUpdate {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["NeedsUpdate"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NeedsUpdate"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-20 01:21:22 +00:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2021-01-20 17:31:34 +00:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
|
|
|
public int SteamUserID {
|
2021-01-20 01:21:22 +00:00
|
|
|
|
get {
|
2021-01-20 17:31:34 +00:00
|
|
|
|
return ((int)(this["SteamUserID"]));
|
2021-01-20 01:21:22 +00:00
|
|
|
|
}
|
|
|
|
|
set {
|
2021-01-20 17:31:34 +00:00
|
|
|
|
this["SteamUserID"] = value;
|
2021-01-20 01:21:22 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2021-05-15 22:29:11 +00:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
|
|
|
public AutoPatchingState AutoLaunch {
|
2021-01-20 01:21:22 +00:00
|
|
|
|
get {
|
2021-05-15 22:29:11 +00:00
|
|
|
|
return ((AutoPatchingState)(this["AutoLaunch"]));
|
2021-01-20 01:21:22 +00:00
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AutoLaunch"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-06-15 19:11:05 +00:00
|
|
|
|
}
|
|
|
|
|
}
|