diff --git a/nsw/Source/bsmd.dakosy/Properties/Settings.Designer.cs b/nsw/Source/bsmd.dakosy/Properties/Settings.Designer.cs
new file mode 100644
index 00000000..14896334
--- /dev/null
+++ b/nsw/Source/bsmd.dakosy/Properties/Settings.Designer.cs
@@ -0,0 +1,146 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.34209
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace bsmd.dakosy.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.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("dakosy")]
+ public string SFTPSessionName {
+ get {
+ return ((string)(this["SFTPSessionName"]));
+ }
+ set {
+ this["SFTPSessionName"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("c:\\temp\\sftp_log.xml")]
+ public string SFTPLog {
+ get {
+ return ((string)(this["SFTPLog"]));
+ }
+ set {
+ this["SFTPLog"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("e:\\temp\\dakosy\\out")]
+ public string SFTPOutDir {
+ get {
+ return ((string)(this["SFTPOutDir"]));
+ }
+ set {
+ this["SFTPOutDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("e:\\temp\\dakosy\\in")]
+ public string SFTPInDir {
+ get {
+ return ((string)(this["SFTPInDir"]));
+ }
+ set {
+ this["SFTPInDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool TestMode {
+ get {
+ return ((bool)(this["TestMode"]));
+ }
+ set {
+ this["TestMode"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("E:\\Tools\\WinScp\\WinSCP.exe")]
+ public string WINSCPFullPath {
+ get {
+ return ((string)(this["WINSCPFullPath"]));
+ }
+ set {
+ this["WINSCPFullPath"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("out/prod")]
+ public string RemoteProdIncomingDir {
+ get {
+ return ((string)(this["RemoteProdIncomingDir"]));
+ }
+ set {
+ this["RemoteProdIncomingDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("out/test")]
+ public string RemoteTestIncomingDir {
+ get {
+ return ((string)(this["RemoteTestIncomingDir"]));
+ }
+ set {
+ this["RemoteTestIncomingDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("in/prod/ed02")]
+ public string RemoteProdOutgoingDir {
+ get {
+ return ((string)(this["RemoteProdOutgoingDir"]));
+ }
+ set {
+ this["RemoteProdOutgoingDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("in/test/ed02")]
+ public string RemoteTestOutgoingDir {
+ get {
+ return ((string)(this["RemoteTestOutgoingDir"]));
+ }
+ set {
+ this["RemoteTestOutgoingDir"] = value;
+ }
+ }
+ }
+}
diff --git a/nsw/Source/bsmd.dakosy/Properties/Settings.settings b/nsw/Source/bsmd.dakosy/Properties/Settings.settings
new file mode 100644
index 00000000..ba75320f
--- /dev/null
+++ b/nsw/Source/bsmd.dakosy/Properties/Settings.settings
@@ -0,0 +1,36 @@
+
+
+
+
+
+ dakosy
+
+
+ c:\temp\sftp_log.xml
+
+
+ e:\temp\dakosy\out
+
+
+ e:\temp\dakosy\in
+
+
+ True
+
+
+ E:\Tools\WinScp\WinSCP.exe
+
+
+ out/prod
+
+
+ out/test
+
+
+ in/prod/ed02
+
+
+ in/test/ed02
+
+
+
\ No newline at end of file
diff --git a/nsw/Source/bsmd.dbh/Properties/Settings.Designer.cs b/nsw/Source/bsmd.dbh/Properties/Settings.Designer.cs
new file mode 100644
index 00000000..58d2ac28
--- /dev/null
+++ b/nsw/Source/bsmd.dbh/Properties/Settings.Designer.cs
@@ -0,0 +1,51 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.34209
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace bsmd.dbh.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.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.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
+ [global::System.Configuration.DefaultSettingValueAttribute("https://edi-gate.dbh.de/test/bsmd-soap")]
+ public string bsmd_dbh_DBHWebReference_Dbh_Osis_Answ_Ws {
+ get {
+ return ((string)(this["bsmd_dbh_DBHWebReference_Dbh_Osis_Answ_Ws"]));
+ }
+ set {
+ this["bsmd_dbh_DBHWebReference_Dbh_Osis_Answ_Ws"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("00003050")]
+ public string Sender {
+ get {
+ return ((string)(this["Sender"]));
+ }
+ set {
+ this["Sender"] = value;
+ }
+ }
+ }
+}
diff --git a/nsw/Source/bsmd.dbh/Properties/Settings.settings b/nsw/Source/bsmd.dbh/Properties/Settings.settings
new file mode 100644
index 00000000..5b9997d1
--- /dev/null
+++ b/nsw/Source/bsmd.dbh/Properties/Settings.settings
@@ -0,0 +1,12 @@
+
+
+
+
+
+ https://edi-gate.dbh.de/test/bsmd-soap
+
+
+ 00003050
+
+
+
\ No newline at end of file