mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
2301 lines
93 KiB
C#
2301 lines
93 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 ServerManagerTool {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
|
|
public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config())));
|
|
|
|
public static Config Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ConfigPath {
|
|
get {
|
|
return ((string)(this["ConfigPath"]));
|
|
}
|
|
set {
|
|
this["ConfigPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("+force_install_dir \"{1}\" +login {0} \"+app_update {2} {3} {4}\" +quit")]
|
|
public string SteamCmdInstallServerArgsFormat {
|
|
get {
|
|
return ((string)(this["SteamCmdInstallServerArgsFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Servers")]
|
|
public string ServersInstallPath {
|
|
get {
|
|
return ((string)(this["ServersInstallPath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Unnamed Profile")]
|
|
public string DefaultServerProfileName {
|
|
get {
|
|
return ((string)(this["DefaultServerProfileName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Unnamed Server")]
|
|
public string DefaultServerName {
|
|
get {
|
|
return ((string)(this["DefaultServerName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandbox\\Binaries\\Win64")]
|
|
public string ServerBinaryRelativePath {
|
|
get {
|
|
return ((string)(this["ServerBinaryRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandbox\\Saved\\Config\\WindowsServer")]
|
|
public string ServerConfigRelativePath {
|
|
get {
|
|
return ((string)(this["ServerConfigRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandboxServer-Win64-Test.exe")]
|
|
public string ServerExeFile {
|
|
get {
|
|
return ((string)(this["ServerExeFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("profiles")]
|
|
public string ProfilesRelativePath {
|
|
get {
|
|
return ((string)(this["ProfilesRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".profile")]
|
|
public string ProfileExtension {
|
|
get {
|
|
return ((string)(this["ProfileExtension"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DataPath {
|
|
get {
|
|
return ((string)(this["DataPath"]));
|
|
}
|
|
set {
|
|
this["DataPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandboxServer-Win64-Test")]
|
|
public string ServerProcessName {
|
|
get {
|
|
return ((string)(this["ServerProcessName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("*.profile,*.ini")]
|
|
public string LoadProfileExtensionList {
|
|
get {
|
|
return ((string)(this["LoadProfileExtensionList"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MachinePublicIP {
|
|
get {
|
|
return ((string)(this["MachinePublicIP"]));
|
|
}
|
|
set {
|
|
this["MachinePublicIP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ManageFirewallAutomatically {
|
|
get {
|
|
return ((bool)(this["ManageFirewallAutomatically"]));
|
|
}
|
|
set {
|
|
this["ManageFirewallAutomatically"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Logs")]
|
|
public string LogsRelativePath {
|
|
get {
|
|
return ((string)(this["LogsRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/latest.txt" +
|
|
"")]
|
|
public string LatestServerManagerVersionUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerVersionUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("720")]
|
|
public int UpdateCheckTime {
|
|
get {
|
|
return ((int)(this["UpdateCheckTime"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandbox\\Saved")]
|
|
public string SavedFilesRelativePath {
|
|
get {
|
|
return ((string)(this["SavedFilesRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UpgradeConfig {
|
|
get {
|
|
return ((bool)(this["UpgradeConfig"]));
|
|
}
|
|
set {
|
|
this["UpgradeConfig"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/43/faq-frequently-asked")]
|
|
public string HelpUrl {
|
|
get {
|
|
return ((string)(this["HelpUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("en-US")]
|
|
public string CultureName {
|
|
get {
|
|
return ((string)(this["CultureName"]));
|
|
}
|
|
set {
|
|
this["CultureName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SectionAdministrationIsExpanded {
|
|
get {
|
|
return ((bool)(this["SectionAdministrationIsExpanded"]));
|
|
}
|
|
set {
|
|
this["SectionAdministrationIsExpanded"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SectionAutomaticManagementIsExpanded {
|
|
get {
|
|
return ((bool)(this["SectionAutomaticManagementIsExpanded"]));
|
|
}
|
|
set {
|
|
this["SectionAutomaticManagementIsExpanded"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://forums.funcom.com/c/conan-exiles/Patch-Notes")]
|
|
public string AppPatchNotesUrl {
|
|
get {
|
|
return ((string)(this["AppPatchNotesUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://store.steampowered.com/app/440900/")]
|
|
public string AppUrl {
|
|
get {
|
|
return ((string)(this["AppUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool RunAsAdministratorPrompt {
|
|
get {
|
|
return ((bool)(this["RunAsAdministratorPrompt"]));
|
|
}
|
|
set {
|
|
this["RunAsAdministratorPrompt"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate_EnableUpdate {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_EnableUpdate"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_EnableUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("60")]
|
|
public int AutoUpdate_UpdatePeriod {
|
|
get {
|
|
return ((int)(this["AutoUpdate_UpdatePeriod"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_UpdatePeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("15")]
|
|
public int ServerShutdown_GracePeriod {
|
|
get {
|
|
return ((int)(this["ServerShutdown_GracePeriod"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_GracePeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server will shutdown in {minutes} minutes. Please logou" +
|
|
"t before shutdown to prevent character corruption.")]
|
|
public string ServerShutdown_GraceMessage1 {
|
|
get {
|
|
return ((string)(this["ServerShutdown_GraceMessage1"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_GraceMessage1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server will shutdown in 1 minute. Please logout before " +
|
|
"shutdown to prevent character corruption.")]
|
|
public string ServerShutdown_GraceMessage2 {
|
|
get {
|
|
return ((string)(this["ServerShutdown_GraceMessage2"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_GraceMessage2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server is shutting down now.")]
|
|
public string ServerShutdown_GraceMessage3 {
|
|
get {
|
|
return ((string)(this["ServerShutdown_GraceMessage3"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_GraceMessage3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("LastUpdatedSM.txt")]
|
|
public string LastUpdatedTimeFile {
|
|
get {
|
|
return ((string)(this["LastUpdatedTimeFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server is about to shutdown, performing a world save.")]
|
|
public string ServerShutdown_WorldSaveMessage {
|
|
get {
|
|
return ((string)(this["ServerShutdown_WorldSaveMessage"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_WorldSaveMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerShutdown_EnableWorldSave {
|
|
get {
|
|
return ((bool)(this["ServerShutdown_EnableWorldSave"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_EnableWorldSave"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("RunServer.cmd")]
|
|
public string LauncherFile {
|
|
get {
|
|
return ((string)(this["LauncherFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("+login {0} +workshop_download_item {1} {2} +quit")]
|
|
public string SteamCmdInstallModArgsFormat {
|
|
get {
|
|
return ((string)(this["SteamCmdInstallModArgsFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("steamapps\\workshop\\content\\440900\\")]
|
|
public string AppSteamWorkshopFolderRelativePath {
|
|
get {
|
|
return ((string)(this["AppSteamWorkshopFolderRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanSandbox\\Mods")]
|
|
public string ServerModsRelativePath {
|
|
get {
|
|
return ((string)(this["ServerModsRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AutoUpdate_CacheDir {
|
|
get {
|
|
return ((string)(this["AutoUpdate_CacheDir"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_CacheDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerUpdate_UpdateModsWhenUpdatingServer {
|
|
get {
|
|
return ((bool)(this["ServerUpdate_UpdateModsWhenUpdatingServer"]));
|
|
}
|
|
set {
|
|
this["ServerUpdate_UpdateModsWhenUpdatingServer"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerUpdate_ForceUpdateMods {
|
|
get {
|
|
return ((bool)(this["ServerUpdate_ForceUpdateMods"]));
|
|
}
|
|
set {
|
|
this["ServerUpdate_ForceUpdateMods"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerUpdate_ForceCopyMods {
|
|
get {
|
|
return ((bool)(this["ServerUpdate_ForceCopyMods"]));
|
|
}
|
|
set {
|
|
this["ServerUpdate_ForceCopyMods"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Saved")]
|
|
public string SavedRelativePath {
|
|
get {
|
|
return ((string)(this["SavedRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SteamCmdRedirectOutput {
|
|
get {
|
|
return ((bool)(this["SteamCmdRedirectOutput"]));
|
|
}
|
|
set {
|
|
this["SteamCmdRedirectOutput"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoUpdate_UseSmartCopy {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_UseSmartCopy"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_UseSmartCopy"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string StyleName {
|
|
get {
|
|
return ((string)(this["StyleName"]));
|
|
}
|
|
set {
|
|
this["StyleName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("workshopcache_440900.json")]
|
|
public string WorkshopCacheFile {
|
|
get {
|
|
return ((string)(this["WorkshopCacheFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Email_Host {
|
|
get {
|
|
return ((string)(this["Email_Host"]));
|
|
}
|
|
set {
|
|
this["Email_Host"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("25")]
|
|
public int Email_Port {
|
|
get {
|
|
return ((int)(this["Email_Port"]));
|
|
}
|
|
set {
|
|
this["Email_Port"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool Email_UseSSL {
|
|
get {
|
|
return ((bool)(this["Email_UseSSL"]));
|
|
}
|
|
set {
|
|
this["Email_UseSSL"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool Email_UseDetaultCredentials {
|
|
get {
|
|
return ((bool)(this["Email_UseDetaultCredentials"]));
|
|
}
|
|
set {
|
|
this["Email_UseDetaultCredentials"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Email_Username {
|
|
get {
|
|
return ((string)(this["Email_Username"]));
|
|
}
|
|
set {
|
|
this["Email_Username"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Email_Password {
|
|
get {
|
|
return ((string)(this["Email_Password"]));
|
|
}
|
|
set {
|
|
this["Email_Password"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Email_From {
|
|
get {
|
|
return ((string)(this["Email_From"]));
|
|
}
|
|
set {
|
|
this["Email_From"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Email_To {
|
|
get {
|
|
return ((string)(this["Email_To"]));
|
|
}
|
|
set {
|
|
this["Email_To"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EmailNotify_AutoUpdate {
|
|
get {
|
|
return ((bool)(this["EmailNotify_AutoUpdate"]));
|
|
}
|
|
set {
|
|
this["EmailNotify_AutoUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EmailNotify_AutoRestart {
|
|
get {
|
|
return ((bool)(this["EmailNotify_AutoRestart"]));
|
|
}
|
|
set {
|
|
this["EmailNotify_AutoRestart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string SteamCmd_Username {
|
|
get {
|
|
return ((string)(this["SteamCmd_Username"]));
|
|
}
|
|
set {
|
|
this["SteamCmd_Username"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("anonymous")]
|
|
public string SteamCmd_AnonymousUsername {
|
|
get {
|
|
return ((string)(this["SteamCmd_AnonymousUsername"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool SteamCmd_UseAnonymousCredentials {
|
|
get {
|
|
return ((bool)(this["SteamCmd_UseAnonymousCredentials"]));
|
|
}
|
|
set {
|
|
this["SteamCmd_UseAnonymousCredentials"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("steamapps\\workshop")]
|
|
public string SteamWorkshopFolderRelativePath {
|
|
get {
|
|
return ((string)(this["SteamWorkshopFolderRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("appworkshop_440900.acf")]
|
|
public string AppSteamWorkshopFile {
|
|
get {
|
|
return ((string)(this["AppSteamWorkshopFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string SteamCmd_Password {
|
|
get {
|
|
return ((string)(this["SteamCmd_Password"]));
|
|
}
|
|
set {
|
|
this["SteamCmd_Password"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ValidateProfileOnServerStart {
|
|
get {
|
|
return ((bool)(this["ValidateProfileOnServerStart"]));
|
|
}
|
|
set {
|
|
this["ValidateProfileOnServerStart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerUpdate_OnServerStart {
|
|
get {
|
|
return ((bool)(this["ServerUpdate_OnServerStart"]));
|
|
}
|
|
set {
|
|
this["ServerUpdate_OnServerStart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("440900")]
|
|
public string AppId {
|
|
get {
|
|
return ((string)(this["AppId"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("443030")]
|
|
public string AppIdServer {
|
|
get {
|
|
return ((string)(this["AppIdServer"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("steam_appid.txt")]
|
|
public string ServerAppIdFile {
|
|
get {
|
|
return ((string)(this["ServerAppIdFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/beta/lates" +
|
|
"t.txt")]
|
|
public string LatestServerManagerBetaVersionUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerBetaVersionUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/beta/lates" +
|
|
"t.zip")]
|
|
public string LatestServerManagerBetaDownloadUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerBetaDownloadUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/latest.zip" +
|
|
"")]
|
|
public string LatestServerManagerDownloadUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerDownloadUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/36/downloads")]
|
|
public string LatestServerManagerPatchNotesUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerPatchNotesUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/board/44/beta-testers")]
|
|
public string LatestServerManagerBetaPatchNotesUrl {
|
|
get {
|
|
return ((string)(this["LatestServerManagerBetaPatchNotesUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("blacklist.txt")]
|
|
public string ServerBlacklistFile {
|
|
get {
|
|
return ((string)(this["ServerBlacklistFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SectionServerFilesIsExpanded {
|
|
get {
|
|
return ((bool)(this["SectionServerFilesIsExpanded"]));
|
|
}
|
|
set {
|
|
this["SectionServerFilesIsExpanded"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EmailNotify_ShutdownRestart {
|
|
get {
|
|
return ((bool)(this["EmailNotify_ShutdownRestart"]));
|
|
}
|
|
set {
|
|
this["EmailNotify_ShutdownRestart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("168")]
|
|
public int WorkshopCache_ExpiredHours {
|
|
get {
|
|
return ((int)(this["WorkshopCache_ExpiredHours"]));
|
|
}
|
|
set {
|
|
this["WorkshopCache_ExpiredHours"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("server")]
|
|
public string DefaultServerRelativePath {
|
|
get {
|
|
return ((string)(this["DefaultServerRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/server/{0}/{1}/{2}/{3}")]
|
|
public string ServerStatusUrlFormat {
|
|
get {
|
|
return ((string)(this["ServerStatusUrlFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("_backup_")]
|
|
public string BackupRelativePath {
|
|
get {
|
|
return ((string)(this["BackupRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Game.ini")]
|
|
public string ServerGameConfigFile {
|
|
get {
|
|
return ((string)(this["ServerGameConfigFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown has been cancelled.")]
|
|
public string ServerShutdown_CancelMessage {
|
|
get {
|
|
return ((string)(this["ServerShutdown_CancelMessage"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_CancelMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerUpdate_ForceUpdateModsIfNoSteamInfo {
|
|
get {
|
|
return ((bool)(this["ServerUpdate_ForceUpdateModsIfNoSteamInfo"]));
|
|
}
|
|
set {
|
|
this["ServerUpdate_ForceUpdateModsIfNoSteamInfo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoBackup_EnableBackup {
|
|
get {
|
|
return ((bool)(this["AutoBackup_EnableBackup"]));
|
|
}
|
|
set {
|
|
this["AutoBackup_EnableBackup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("60")]
|
|
public int AutoBackup_BackupPeriod {
|
|
get {
|
|
return ((int)(this["AutoBackup_BackupPeriod"]));
|
|
}
|
|
set {
|
|
this["AutoBackup_BackupPeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EmailNotify_AutoBackup {
|
|
get {
|
|
return ((bool)(this["EmailNotify_AutoBackup"]));
|
|
}
|
|
set {
|
|
this["EmailNotify_AutoBackup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoBackup_DeleteOldFiles {
|
|
get {
|
|
return ((bool)(this["AutoBackup_DeleteOldFiles"]));
|
|
}
|
|
set {
|
|
this["AutoBackup_DeleteOldFiles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("30")]
|
|
public int AutoBackup_DeleteInterval {
|
|
get {
|
|
return ((int)(this["AutoBackup_DeleteInterval"]));
|
|
}
|
|
set {
|
|
this["AutoBackup_DeleteInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("A world save is about to be performed, you may experience some lag during this pr" +
|
|
"ocess. Please be patient.")]
|
|
public string ServerBackup_WorldSaveMessage {
|
|
get {
|
|
return ((string)(this["ServerBackup_WorldSaveMessage"]));
|
|
}
|
|
set {
|
|
this["ServerBackup_WorldSaveMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate_RetryOnFail {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_RetryOnFail"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_RetryOnFail"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/40/get-own-steam-web-api")]
|
|
public string SteamWebAPIKeyHelpUrl {
|
|
get {
|
|
return ((string)(this["SteamWebAPIKeyHelpUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoUpdate_ShowUpdateReason {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_ShowUpdateReason"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_ShowUpdateReason"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".smbak")]
|
|
public string BackupServerExtension {
|
|
get {
|
|
return ((string)(this["BackupServerExtension"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
|
public int ScheduledTasksCheckTime {
|
|
get {
|
|
return ((int)(this["ScheduledTasksCheckTime"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoUpdate_ValidateServerFiles {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_ValidateServerFiles"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_ValidateServerFiles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate_OverrideServerStartup {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_OverrideServerStartup"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_OverrideServerStartup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ServerManagerUniqueKey {
|
|
get {
|
|
return ((string)(this["ServerManagerUniqueKey"]));
|
|
}
|
|
set {
|
|
this["ServerManagerUniqueKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate_ParallelUpdate {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_ParallelUpdate"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_ParallelUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server Update Reason:")]
|
|
public string AutoUpdate_UpdateReasonPrefix {
|
|
get {
|
|
return ((string)(this["AutoUpdate_UpdateReasonPrefix"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_UpdateReasonPrefix"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server is stopping.")]
|
|
public string Alert_ServerStopMessage {
|
|
get {
|
|
return ((string)(this["Alert_ServerStopMessage"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerStopMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server is shutting down.")]
|
|
public string Alert_ServerShutdownMessage {
|
|
get {
|
|
return ((string)(this["Alert_ServerShutdownMessage"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerShutdownMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server is starting.")]
|
|
public string Alert_ServerStartedMessage {
|
|
get {
|
|
return ((string)(this["Alert_ServerStartedMessage"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerStartedMessage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server backup process was performed but an error occurred.")]
|
|
public string Alert_BackupProcessError {
|
|
get {
|
|
return ((string)(this["Alert_BackupProcessError"]));
|
|
}
|
|
set {
|
|
this["Alert_BackupProcessError"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server shutdown process was performed but an error occurred.")]
|
|
public string Alert_ShutdownProcessError {
|
|
get {
|
|
return ((string)(this["Alert_ShutdownProcessError"]));
|
|
}
|
|
set {
|
|
this["Alert_ShutdownProcessError"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server restart process was performed but an error occurred.")]
|
|
public string Alert_RestartProcessError {
|
|
get {
|
|
return ((string)(this["Alert_RestartProcessError"]));
|
|
}
|
|
set {
|
|
this["Alert_RestartProcessError"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("The server update process was performed but an error occurred.")]
|
|
public string Alert_UpdateProcessError {
|
|
get {
|
|
return ((string)(this["Alert_UpdateProcessError"]));
|
|
}
|
|
set {
|
|
this["Alert_UpdateProcessError"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Mod updates have been detected:")]
|
|
public string Alert_ModUpdateDetected {
|
|
get {
|
|
return ((string)(this["Alert_ModUpdateDetected"]));
|
|
}
|
|
set {
|
|
this["Alert_ModUpdateDetected"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/board/36/plugins")]
|
|
public string ServerManagerPluginUrl {
|
|
get {
|
|
return ((string)(this["ServerManagerPluginUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/")]
|
|
public string ServerManagerForumUrl {
|
|
get {
|
|
return ((string)(this["ServerManagerForumUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Globalization\\en-US\\en-US.xaml")]
|
|
public string DefaultGlobalizationFile {
|
|
get {
|
|
return ((string)(this["DefaultGlobalizationFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanServerManager")]
|
|
public string ScheduledTaskFolder {
|
|
get {
|
|
return ((string)(this["ScheduledTaskFolder"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ConanServer:")]
|
|
public string FirewallRulePrefix {
|
|
get {
|
|
return ((string)(this["FirewallRulePrefix"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bletch1971%40hotmai" +
|
|
"l%2ecom&lc=US&item_name=Server%20Manager¤cy_code=USD&bn=PP%2dDonationsBF%3" +
|
|
"abtn_donate_SM%2egif%3aNonHosted")]
|
|
public string DonationUrl {
|
|
get {
|
|
return ((string)(this["DonationUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("03F9106D-2B7B-411A-B533-FB641C44218D")]
|
|
public string ServerManagerCode {
|
|
get {
|
|
return ((string)(this["ServerManagerCode"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".zip")]
|
|
public string BackupExtension {
|
|
get {
|
|
return ((string)(this["BackupExtension"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Conan_")]
|
|
public string UpdaterPrefix {
|
|
get {
|
|
return ((string)(this["UpdaterPrefix"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ServerManagerUpdater.exe")]
|
|
public string UpdaterFile {
|
|
get {
|
|
return ((string)(this["UpdaterFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public int ServerShutdown_WorldSaveDelay {
|
|
get {
|
|
return ((int)(this["ServerShutdown_WorldSaveDelay"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_WorldSaveDelay"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerShutdown_UseShutdownCommand {
|
|
get {
|
|
return ((bool)(this["ServerShutdown_UseShutdownCommand"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_UseShutdownCommand"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Server Status:")]
|
|
public string Alert_ServerStatusChange {
|
|
get {
|
|
return ((string)(this["Alert_ServerStatusChange"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerStatusChange"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Game Server Update")]
|
|
public string Alert_ServerUpdate {
|
|
get {
|
|
return ((string)(this["Alert_ServerUpdate"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Update performed, includes:")]
|
|
public string Alert_UpdateResults {
|
|
get {
|
|
return ((string)(this["Alert_UpdateResults"]));
|
|
}
|
|
set {
|
|
this["Alert_UpdateResults"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-MultiHome={0}")]
|
|
public string ServerCommandLineArgsIPMatchFormat {
|
|
get {
|
|
return ((string)(this["ServerCommandLineArgsIPMatchFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-QueryPort={0}")]
|
|
public string ServerCommandLineArgsPortMatchFormat {
|
|
get {
|
|
return ((string)(this["ServerCommandLineArgsPortMatchFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string BackupPath {
|
|
get {
|
|
return ((string)(this["BackupPath"]));
|
|
}
|
|
set {
|
|
this["BackupPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerShutdown_AllMessagesShowReason {
|
|
get {
|
|
return ((bool)(this["ServerShutdown_AllMessagesShowReason"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_AllMessagesShowReason"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("GameData")]
|
|
public string GameDataRelativePath {
|
|
get {
|
|
return ((string)(this["GameDataRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".gamedata")]
|
|
public string GameDataExtension {
|
|
get {
|
|
return ((string)(this["GameDataExtension"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("conan")]
|
|
public string GameDataApplication {
|
|
get {
|
|
return ((string)(this["GameDataApplication"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CloseShutdownWindowWhenFinished {
|
|
get {
|
|
return ((bool)(this["CloseShutdownWindowWhenFinished"]));
|
|
}
|
|
set {
|
|
this["CloseShutdownWindowWhenFinished"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/VersionFee" +
|
|
"d.xml")]
|
|
public string ServerManagerVersionFeedUrl {
|
|
get {
|
|
return ((string)(this["ServerManagerVersionFeedUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/beta/Versi" +
|
|
"onFeed.xml")]
|
|
public string ServerManagerVersionBetaFeedUrl {
|
|
get {
|
|
return ((string)(this["ServerManagerVersionBetaFeedUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("live")]
|
|
public string DefaultServerBranchName {
|
|
get {
|
|
return ((string)(this["DefaultServerBranchName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-beta {0}")]
|
|
public string SteamCmdInstallServerBetaNameArgsFormat {
|
|
get {
|
|
return ((string)(this["SteamCmdInstallServerBetaNameArgsFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-betapassword {0}")]
|
|
public string SteamCmdInstallServerBetaPasswordArgsFormat {
|
|
get {
|
|
return ((string)(this["SteamCmdInstallServerBetaPasswordArgsFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("__")]
|
|
public string ServerBranchFolderPrefix {
|
|
get {
|
|
return ((string)(this["ServerBranchFolderPrefix"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("appmanifest_443030.acf")]
|
|
public string AppSteamManifestFile {
|
|
get {
|
|
return ((string)(this["AppSteamManifestFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("steamapps")]
|
|
public string SteamManifestFolderRelativePath {
|
|
get {
|
|
return ((string)(this["SteamManifestFolderRelativePath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Engine.ini")]
|
|
public string ServerEngineConfigFile {
|
|
get {
|
|
return ((string)(this["ServerEngineConfigFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ServerSettings.ini")]
|
|
public string ServerSettingsConfigFile {
|
|
get {
|
|
return ((string)(this["ServerSettingsConfigFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("modlist.txt")]
|
|
public string ServerModListFile {
|
|
get {
|
|
return ((string)(this["ServerModListFile"]));
|
|
}
|
|
set {
|
|
this["ServerModListFile"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("19")]
|
|
public int RCON_PlayerListFilter {
|
|
get {
|
|
return ((int)(this["RCON_PlayerListFilter"]));
|
|
}
|
|
set {
|
|
this["RCON_PlayerListFilter"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int RCON_PlayerListSort {
|
|
get {
|
|
return ((int)(this["RCON_PlayerListSort"]));
|
|
}
|
|
set {
|
|
this["RCON_PlayerListSort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
|
public int SendMessageDelay {
|
|
get {
|
|
return ((int)(this["SendMessageDelay"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".png")]
|
|
public string PlayerImageFileExtension {
|
|
get {
|
|
return ((string)(this["PlayerImageFileExtension"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("19")]
|
|
public int PlayerListFilter {
|
|
get {
|
|
return ((int)(this["PlayerListFilter"]));
|
|
}
|
|
set {
|
|
this["PlayerListFilter"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int PlayerListSort {
|
|
get {
|
|
return ((int)(this["PlayerListSort"]));
|
|
}
|
|
set {
|
|
this["PlayerListSort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("doexit")]
|
|
public string ServerShutdownCommand {
|
|
get {
|
|
return ((string)(this["ServerShutdownCommand"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("saveworld")]
|
|
public string ServerSaveCommand {
|
|
get {
|
|
return ((string)(this["ServerSaveCommand"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerStatus_EnableActions {
|
|
get {
|
|
return ((bool)(this["ServerStatus_EnableActions"]));
|
|
}
|
|
set {
|
|
this["ServerStatus_EnableActions"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerStatus_ShowActionConfirmation {
|
|
get {
|
|
return ((bool)(this["ServerStatus_ShowActionConfirmation"]));
|
|
}
|
|
set {
|
|
this["ServerStatus_ShowActionConfirmation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Styles\\Default.xaml")]
|
|
public string DefaultStyleFile {
|
|
get {
|
|
return ((string)(this["DefaultStyleFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("whitelist.txt")]
|
|
public string ServerWhitelistFile {
|
|
get {
|
|
return ((string)(this["ServerWhitelistFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-listen -nosteamclient -game -server -log")]
|
|
public string ServerCommandLineStandardArgs {
|
|
get {
|
|
return ((string)(this["ServerCommandLineStandardArgs"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public int AutoUpdate_SequencialDelayPeriod {
|
|
get {
|
|
return ((int)(this["AutoUpdate_SequencialDelayPeriod"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_SequencialDelayPeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool BackupWorldFile {
|
|
get {
|
|
return ((bool)(this["BackupWorldFile"]));
|
|
}
|
|
set {
|
|
this["BackupWorldFile"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/")]
|
|
public string GameDataUrl {
|
|
get {
|
|
return ((string)(this["GameDataUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1100")]
|
|
public double MainWindow_Width {
|
|
get {
|
|
return ((double)(this["MainWindow_Width"]));
|
|
}
|
|
set {
|
|
this["MainWindow_Width"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("900")]
|
|
public double MainWindow_Height {
|
|
get {
|
|
return ((double)(this["MainWindow_Height"]));
|
|
}
|
|
set {
|
|
this["MainWindow_Height"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("900")]
|
|
public double ServerMonitorWindow_Width {
|
|
get {
|
|
return ((double)(this["ServerMonitorWindow_Width"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorWindow_Width"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("500")]
|
|
public double ServerMonitorWindow_Height {
|
|
get {
|
|
return ((double)(this["ServerMonitorWindow_Height"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorWindow_Height"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UpdateDirectoryPermissions {
|
|
get {
|
|
return ((bool)(this["UpdateDirectoryPermissions"]));
|
|
}
|
|
set {
|
|
this["UpdateDirectoryPermissions"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate_VerifyServerAfterUpdate {
|
|
get {
|
|
return ((bool)(this["AutoUpdate_VerifyServerAfterUpdate"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate_VerifyServerAfterUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerShutdown_CheckForOnlinePlayers {
|
|
get {
|
|
return ((bool)(this["ServerShutdown_CheckForOnlinePlayers"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_CheckForOnlinePlayers"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ServerShutdown_SendShutdownMessages {
|
|
get {
|
|
return ((bool)(this["ServerShutdown_SendShutdownMessages"]));
|
|
}
|
|
set {
|
|
this["ServerShutdown_SendShutdownMessages"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoRestart_EnabledGracePeriod {
|
|
get {
|
|
return ((bool)(this["AutoRestart_EnabledGracePeriod"]));
|
|
}
|
|
set {
|
|
this["AutoRestart_EnabledGracePeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int AutoRestart_GracePeriod {
|
|
get {
|
|
return ((int)(this["AutoRestart_GracePeriod"]));
|
|
}
|
|
set {
|
|
this["AutoRestart_GracePeriod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("15000")]
|
|
public int ServerStatusWatcher_LocalStatusQueryDelay {
|
|
get {
|
|
return ((int)(this["ServerStatusWatcher_LocalStatusQueryDelay"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("120000")]
|
|
public int ServerStatusWatcher_RemoteStatusQueryDelay {
|
|
get {
|
|
return ((int)(this["ServerStatusWatcher_RemoteStatusQueryDelay"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MainWindow_MinimizeToTray {
|
|
get {
|
|
return ((bool)(this["MainWindow_MinimizeToTray"]));
|
|
}
|
|
set {
|
|
this["MainWindow_MinimizeToTray"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
|
public double ServerMonitorMessageOutput_Height {
|
|
get {
|
|
return ((double)(this["ServerMonitorMessageOutput_Height"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorMessageOutput_Height"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool Alert_ServerStartedMessageIncludeIPandPort {
|
|
get {
|
|
return ((bool)(this["Alert_ServerStartedMessageIncludeIPandPort"]));
|
|
}
|
|
set {
|
|
this["Alert_ServerStartedMessageIncludeIPandPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ManagePublicIPAutomatically {
|
|
get {
|
|
return ((bool)(this["ManagePublicIPAutomatically"]));
|
|
}
|
|
set {
|
|
this["ManagePublicIPAutomatically"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
|
public double MainWindow_Left {
|
|
get {
|
|
return ((double)(this["MainWindow_Left"]));
|
|
}
|
|
set {
|
|
this["MainWindow_Left"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
|
public double MainWindow_Top {
|
|
get {
|
|
return ((double)(this["MainWindow_Top"]));
|
|
}
|
|
set {
|
|
this["MainWindow_Top"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::System.Windows.WindowState MainWindow_WindowState {
|
|
get {
|
|
return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"]));
|
|
}
|
|
set {
|
|
this["MainWindow_WindowState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
|
public global::System.Windows.GridLength MOTDHeight {
|
|
get {
|
|
return ((global::System.Windows.GridLength)(this["MOTDHeight"]));
|
|
}
|
|
set {
|
|
this["MOTDHeight"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("250")]
|
|
public global::System.Windows.GridLength ServerFilesGridHeight {
|
|
get {
|
|
return ((global::System.Windows.GridLength)(this["ServerFilesGridHeight"]));
|
|
}
|
|
set {
|
|
this["ServerFilesGridHeight"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("csmdata")]
|
|
public string DefaultDataDirectoryName {
|
|
get {
|
|
return ((string)(this["DefaultDataDirectoryName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DiscordBotEnabled {
|
|
get {
|
|
return ((bool)(this["DiscordBotEnabled"]));
|
|
}
|
|
set {
|
|
this["DiscordBotEnabled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("csm!")]
|
|
public string DiscordBotPrefix {
|
|
get {
|
|
return ((string)(this["DiscordBotPrefix"]));
|
|
}
|
|
set {
|
|
this["DiscordBotPrefix"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DiscordBotToken {
|
|
get {
|
|
return ((string)(this["DiscordBotToken"]));
|
|
}
|
|
set {
|
|
this["DiscordBotToken"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DiscordBotServerId {
|
|
get {
|
|
return ((string)(this["DiscordBotServerId"]));
|
|
}
|
|
set {
|
|
this["DiscordBotServerId"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://discord.com/developers/applications")]
|
|
public string DiscordBotApplyUrl {
|
|
get {
|
|
return ((string)(this["DiscordBotApplyUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/thread/99/get-own-discord-bot")]
|
|
public string DiscordBotHelpUrl {
|
|
get {
|
|
return ((string)(this["DiscordBotHelpUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SectionDiscordBotIsExpanded {
|
|
get {
|
|
return ((bool)(this["SectionDiscordBotIsExpanded"]));
|
|
}
|
|
set {
|
|
this["SectionDiscordBotIsExpanded"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordBackup {
|
|
get {
|
|
return ((bool)(this["AllowDiscordBackup"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordBackup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordUpdate {
|
|
get {
|
|
return ((bool)(this["AllowDiscordUpdate"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordStart {
|
|
get {
|
|
return ((bool)(this["AllowDiscordStart"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordStart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordRestart {
|
|
get {
|
|
return ((bool)(this["AllowDiscordRestart"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordRestart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordShutdown {
|
|
get {
|
|
return ((bool)(this["AllowDiscordShutdown"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordShutdown"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AllowDiscordStop {
|
|
get {
|
|
return ((bool)(this["AllowDiscordStop"]));
|
|
}
|
|
set {
|
|
this["AllowDiscordStop"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
|
public double ServerMonitorWindow_Left {
|
|
get {
|
|
return ((double)(this["ServerMonitorWindow_Left"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorWindow_Left"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
|
public double ServerMonitorWindow_Top {
|
|
get {
|
|
return ((double)(this["ServerMonitorWindow_Top"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorWindow_Top"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::ServerManagerTool.DiscordBot.Models.DiscordBotWhitelist DiscordBotWhitelist {
|
|
get {
|
|
return ((global::ServerManagerTool.DiscordBot.Models.DiscordBotWhitelist)(this["DiscordBotWhitelist"]));
|
|
}
|
|
set {
|
|
this["DiscordBotWhitelist"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DiscordBotPrefixFixed {
|
|
get {
|
|
return ((bool)(this["DiscordBotPrefixFixed"]));
|
|
}
|
|
set {
|
|
this["DiscordBotPrefixFixed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Info")]
|
|
public global::ServerManagerTool.DiscordBot.Enums.LogLevel DiscordBotLogLevel {
|
|
get {
|
|
return ((global::ServerManagerTool.DiscordBot.Enums.LogLevel)(this["DiscordBotLogLevel"]));
|
|
}
|
|
set {
|
|
this["DiscordBotLogLevel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public int DiscordBotStatusCheckTime {
|
|
get {
|
|
return ((int)(this["DiscordBotStatusCheckTime"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DiscordBotAllowAllBots {
|
|
get {
|
|
return ((bool)(this["DiscordBotAllowAllBots"]));
|
|
}
|
|
set {
|
|
this["DiscordBotAllowAllBots"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool LoggingEnabled {
|
|
get {
|
|
return ((bool)(this["LoggingEnabled"]));
|
|
}
|
|
set {
|
|
this["LoggingEnabled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("30")]
|
|
public int LoggingMaxArchiveFiles {
|
|
get {
|
|
return ((int)(this["LoggingMaxArchiveFiles"]));
|
|
}
|
|
set {
|
|
this["LoggingMaxArchiveFiles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("30")]
|
|
public int LoggingMaxArchiveDays {
|
|
get {
|
|
return ((int)(this["LoggingMaxArchiveDays"]));
|
|
}
|
|
set {
|
|
this["LoggingMaxArchiveDays"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")]
|
|
public string ServerCallUrlFormat {
|
|
get {
|
|
return ((string)(this["ServerCallUrlFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("12")]
|
|
public int ServerCallUrlDelay {
|
|
get {
|
|
return ((int)(this["ServerCallUrlDelay"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2000-01-01")]
|
|
public global::System.DateTime ServerCallUrlLast {
|
|
get {
|
|
return ((global::System.DateTime)(this["ServerCallUrlLast"]));
|
|
}
|
|
set {
|
|
this["ServerCallUrlLast"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CheckIfServerManagerRunningOnStartup {
|
|
get {
|
|
return ((bool)(this["CheckIfServerManagerRunningOnStartup"]));
|
|
}
|
|
set {
|
|
this["CheckIfServerManagerRunningOnStartup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ServerStartMinimized {
|
|
get {
|
|
return ((bool)(this["ServerStartMinimized"]));
|
|
}
|
|
set {
|
|
this["ServerStartMinimized"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::System.Windows.WindowState ServerMonitorWindow_WindowState {
|
|
get {
|
|
return ((global::System.Windows.WindowState)(this["ServerMonitorWindow_WindowState"]));
|
|
}
|
|
set {
|
|
this["ServerMonitorWindow_WindowState"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|