summaryrefslogtreecommitdiff
path: root/DiscoBot/Properties
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2017-08-22 14:14:39 +0200
committerDennis Kobert <d-kobert@web.de>2017-08-22 14:14:39 +0200
commit90285f40e5a5a51bc51cb972963f56f630bc2792 (patch)
treef3344de1d088e5d203f67846ea8fdefecab28142 /DiscoBot/Properties
parentabdb151ab34d1d5356dea59ceebb97072fd83920 (diff)
Initial push
Diffstat (limited to 'DiscoBot/Properties')
-rw-r--r--DiscoBot/Properties/Settings.Designer.cs38
-rw-r--r--DiscoBot/Properties/Settings.settings9
2 files changed, 47 insertions, 0 deletions
diff --git a/DiscoBot/Properties/Settings.Designer.cs b/DiscoBot/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..3bfda66
--- /dev/null
+++ b/DiscoBot/Properties/Settings.Designer.cs
@@ -0,0 +1,38 @@
+//------------------------------------------------------------------------------
+// <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;
+ }
+ }
+ }
+}
diff --git a/DiscoBot/Properties/Settings.settings b/DiscoBot/Properties/Settings.settings
new file mode 100644
index 0000000..d7563a4
--- /dev/null
+++ b/DiscoBot/Properties/Settings.settings
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DiscoBot.Properties" GeneratedClassName="Settings">
+ <Profiles />
+ <Settings>
+ <Setting Name="ServerPaht" Type="System.String" Scope="User">
+ <Value Profile="(Default)">C:\Users\Dennis\Downloads\FTBBeyondServer</Value>
+ </Setting>
+ </Settings>
+</SettingsFile> \ No newline at end of file