update 20241029

This commit is contained in:
Stefan Hutter
2024-10-29 19:35:53 +01:00
parent 6da124508d
commit 4b85e91ed9
54 changed files with 557 additions and 104 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -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>