mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-08 04:01:05 +00:00
167 lines
7.3 KiB
C#
167 lines
7.3 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.Plugin.Discord {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
|
|
internal 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.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/")]
|
|
public string PluginCallUrlFormat {
|
|
get {
|
|
return ((string)(this["PluginCallUrlFormat"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("12")]
|
|
public int PluginCallUrlDelay {
|
|
get {
|
|
return ((int)(this["PluginCallUrlDelay"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
|
public int RequestTimeout {
|
|
get {
|
|
return ((int)(this["RequestTimeout"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1B745000-6389-4770-9509-C6A05E209323")]
|
|
public string PluginCode {
|
|
get {
|
|
return ((string)(this["PluginCode"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Discord Plugin")]
|
|
public string PluginName {
|
|
get {
|
|
return ((string)(this["PluginName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/latest.zip")]
|
|
public string LatestDownloadUrl {
|
|
get {
|
|
return ((string)(this["LatestDownloadUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/latest.txt")]
|
|
public string LatestVersionUrl {
|
|
get {
|
|
return ((string)(this["LatestVersionUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/beta/latest.zip")]
|
|
public string LatestBetaDownloadUrl {
|
|
get {
|
|
return ((string)(this["LatestBetaDownloadUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/beta/latest.txt")]
|
|
public string LatestBetaVersionUrl {
|
|
get {
|
|
return ((string)(this["LatestBetaVersionUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ServerManager.Plugin.Discord.zip")]
|
|
public string PluginZipFilename {
|
|
get {
|
|
return ((string)(this["PluginZipFilename"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("_discordplugin.cfg")]
|
|
public string ConfigFile {
|
|
get {
|
|
return ((string)(this["ConfigFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/VersionFeed.xml")]
|
|
public string VersionFeedUrl {
|
|
get {
|
|
return ((string)(this["VersionFeedUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/Plugins/Discor" +
|
|
"d/beta/VersionFeed.xml")]
|
|
public string VersionBetaFeedUrl {
|
|
get {
|
|
return ((string)(this["VersionBetaFeedUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://api.ipify.org")]
|
|
public string PublicIPCheckUrl1 {
|
|
get {
|
|
return ((string)(this["PublicIPCheckUrl1"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")]
|
|
public string PublicIPCheckUrl2 {
|
|
get {
|
|
return ((string)(this["PublicIPCheckUrl2"]));
|
|
}
|
|
}
|
|
}
|
|
}
|