update 20241029
This commit is contained in:
13
Client/Properties/Settings.Designer.cs
generated
13
Client/Properties/Settings.Designer.cs
generated
@@ -47,5 +47,18 @@ namespace OnDoc.Properties {
|
||||
this["NativVorlagen"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=shu01\\shu00;Initial Catalog=edoka;Persist Security Info=True;User ID=" +
|
||||
"sa;Password=*shu29;")]
|
||||
public string Connectionstring_Prod {
|
||||
get {
|
||||
return ((string)(this["Connectionstring_Prod"]));
|
||||
}
|
||||
set {
|
||||
this["Connectionstring_Prod"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
<Setting Name="NativVorlagen" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">E:\Software-Projekte\OnDoc\Nativ\</Value>
|
||||
</Setting>
|
||||
<Setting Name="Connectionstring_Prod" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Data Source=shu01\shu00;Initial Catalog=edoka;Persist Security Info=True;User ID=sa;Password=*shu29;</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user