Datenbank ausgelagert, außerhalb des Ordners
This commit is contained in:
12
SanSystem/Properties/Settings.Designer.cs
generated
12
SanSystem/Properties/Settings.Designer.cs
generated
@@ -22,5 +22,17 @@ namespace SanSystem.Properties {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("C:\\")]
|
||||
public string DATABASEMAIN {
|
||||
get {
|
||||
return ((string)(this["DATABASEMAIN"]));
|
||||
}
|
||||
set {
|
||||
this["DATABASEMAIN"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SanSystem.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="DATABASEMAIN" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">C:\</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user