mirror of
https://github.com/rafael1209/Discord-Custom-Status.git
synced 2025-12-13 16:56:22 +02:00
Add project files.
This commit is contained in:
242
Discord Custom Status/Properties/Settings.Designer.cs
generated
Normal file
242
Discord Custom Status/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,242 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 Discord_Custom_Status.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")]
|
||||
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("1166755301312180294")]
|
||||
public string ClientID {
|
||||
get {
|
||||
return ((string)(this["ClientID"]));
|
||||
}
|
||||
set {
|
||||
this["ClientID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("_premium_")]
|
||||
public string LargeImageKey {
|
||||
get {
|
||||
return ((string)(this["LargeImageKey"]));
|
||||
}
|
||||
set {
|
||||
this["LargeImageKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Premium Plus")]
|
||||
public string LargeImageText {
|
||||
get {
|
||||
return ((string)(this["LargeImageText"]));
|
||||
}
|
||||
set {
|
||||
this["LargeImageText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("verified")]
|
||||
public string SmallImageKey {
|
||||
get {
|
||||
return ((string)(this["SmallImageKey"]));
|
||||
}
|
||||
set {
|
||||
this["SmallImageKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Verified")]
|
||||
public string SmallImageText {
|
||||
get {
|
||||
return ((string)(this["SmallImageText"]));
|
||||
}
|
||||
set {
|
||||
this["SmallImageText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Online Shop")]
|
||||
public string Details {
|
||||
get {
|
||||
return ((string)(this["Details"]));
|
||||
}
|
||||
set {
|
||||
this["Details"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("premiumplus-il.com")]
|
||||
public string State {
|
||||
get {
|
||||
return ((string)(this["State"]));
|
||||
}
|
||||
set {
|
||||
this["State"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public string PartyIn {
|
||||
get {
|
||||
return ((string)(this["PartyIn"]));
|
||||
}
|
||||
set {
|
||||
this["PartyIn"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
||||
public string PartyMax {
|
||||
get {
|
||||
return ((string)(this["PartyMax"]));
|
||||
}
|
||||
set {
|
||||
this["PartyMax"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool Party {
|
||||
get {
|
||||
return ((bool)(this["Party"]));
|
||||
}
|
||||
set {
|
||||
this["Party"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool Timer {
|
||||
get {
|
||||
return ((bool)(this["Timer"]));
|
||||
}
|
||||
set {
|
||||
this["Timer"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomClientID {
|
||||
get {
|
||||
return ((string)(this["CustomClientID"]));
|
||||
}
|
||||
set {
|
||||
this["CustomClientID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomLargeImgKey {
|
||||
get {
|
||||
return ((string)(this["CustomLargeImgKey"]));
|
||||
}
|
||||
set {
|
||||
this["CustomLargeImgKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomLargeImgText {
|
||||
get {
|
||||
return ((string)(this["CustomLargeImgText"]));
|
||||
}
|
||||
set {
|
||||
this["CustomLargeImgText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomSmallImgKey {
|
||||
get {
|
||||
return ((string)(this["CustomSmallImgKey"]));
|
||||
}
|
||||
set {
|
||||
this["CustomSmallImgKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomSmallImgText {
|
||||
get {
|
||||
return ((string)(this["CustomSmallImgText"]));
|
||||
}
|
||||
set {
|
||||
this["CustomSmallImgText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomDetails {
|
||||
get {
|
||||
return ((string)(this["CustomDetails"]));
|
||||
}
|
||||
set {
|
||||
this["CustomDetails"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CustomState {
|
||||
get {
|
||||
return ((string)(this["CustomState"]));
|
||||
}
|
||||
set {
|
||||
this["CustomState"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user