summaryrefslogtreecommitdiff
path: root/DiscoBot/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2017-08-22 19:44:55 +0200
committerTrueDoctor <d-kobert@web.de>2017-08-22 19:44:55 +0200
commiteb7a842b8fe784891a8f865cf47cc20e4fcb22b0 (patch)
treea309f068cf316c50a1d419d9d0ddc8ccb93c6511 /DiscoBot/Properties/Settings.Designer.cs
parent27c9c6266cf7e2e2d06b4cb7be3360c9259407a3 (diff)
implemented charackter class
implemented xml readout
Diffstat (limited to 'DiscoBot/Properties/Settings.Designer.cs')
-rw-r--r--DiscoBot/Properties/Settings.Designer.cs38
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;
- }
- }
- }
-}