update 20260308
This commit is contained in:
41
API_DocTest/Properties/Settings.Designer.cs
generated
41
API_DocTest/Properties/Settings.Designer.cs
generated
@@ -12,7 +12,7 @@ namespace API_DocTest.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -64,7 +64,7 @@ namespace API_DocTest.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("x:\\")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("x:\\jsonfiles\\")]
|
||||
public string tempdir {
|
||||
get {
|
||||
return ((string)(this["tempdir"]));
|
||||
@@ -73,5 +73,42 @@ namespace API_DocTest.Properties {
|
||||
this["tempdir"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Fachuser")]
|
||||
public string Testumgebung {
|
||||
get {
|
||||
return ((string)(this["Testumgebung"]));
|
||||
}
|
||||
set {
|
||||
this["Testumgebung"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;pas" +
|
||||
"sword=*shu29")]
|
||||
public string ConnectionStringPrd {
|
||||
get {
|
||||
return ((string)(this["ConnectionStringPrd"]));
|
||||
}
|
||||
set {
|
||||
this["ConnectionStringPrd"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("x:\\jsonfiles\\[userid]\\")]
|
||||
public string PathUser {
|
||||
get {
|
||||
return ((string)(this["PathUser"]));
|
||||
}
|
||||
set {
|
||||
this["PathUser"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user