diff options
author | Dennis Kobert <d-kobert@web.de> | 2017-11-03 20:07:03 +0100 |
---|---|---|
committer | Dennis Kobert <d-kobert@web.de> | 2017-11-03 20:07:03 +0100 |
commit | e49ac2778bb6d38517f14447c0675df354552528 (patch) | |
tree | b549066769229d8c7b189efad8ac5bc2dda08015 /DiscoBot/Properties/Settings.Designer.cs | |
parent | 2fe5af08ab78e01ddda7fe31ab08526eb9a11f14 (diff) | |
parent | d59a67e552628b464f079bccae20349d649bdd61 (diff) |
test
Diffstat (limited to 'DiscoBot/Properties/Settings.Designer.cs')
-rw-r--r-- | DiscoBot/Properties/Settings.Designer.cs | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/DiscoBot/Properties/Settings.Designer.cs b/DiscoBot/Properties/Settings.Designer.cs deleted file mode 100644 index 3bfda66..0000000 --- a/DiscoBot/Properties/Settings.Designer.cs +++ /dev/null @@ -1,38 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace DiscoBot.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.0.1.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("C:\\Users\\Dennis\\Downloads\\FTBBeyondServer")] - public string ServerPaht { - get { - return ((string)(this["ServerPaht"])); - } - set { - this["ServerPaht"] = value; - } - } - } -} |