From 14b9edbacfa39a092ab04e2aa8779aaf24a7f181 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 20 Mar 2026 11:55:08 +0100 Subject: [PATCH] Neuer app.config Logik -> Richtet sich anhand der aktuellen Konfiguration (Mehr im EM Montag) --- BeWo/BeWo.csproj | 20 ++++++++-- BeWo/app.Debug.Config | 78 +++++++++++++++++++++++++++++++++++++ BeWo/app.DebugRemote.Config | 78 +++++++++++++++++++++++++++++++++++++ BeWo/app.Release.config | 78 +++++++++++++++++++++++++++++++++++++ 4 files changed, 251 insertions(+), 3 deletions(-) create mode 100644 BeWo/app.Debug.Config create mode 100644 BeWo/app.DebugRemote.Config create mode 100644 BeWo/app.Release.config diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index f02ed4888..580372b90 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -3037,9 +3037,6 @@ PivotGridReport.cs Designer - - Designer - SettingsSingleFileGenerator @@ -3780,4 +3777,21 @@ + + + + app.config + + + app.config + + + app.config + + + + + + + \ No newline at end of file diff --git a/BeWo/app.Debug.Config b/BeWo/app.Debug.Config new file mode 100644 index 000000000..e09efd358 --- /dev/null +++ b/BeWo/app.Debug.Config @@ -0,0 +1,78 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Office2010Black + + + + diff --git a/BeWo/app.DebugRemote.Config b/BeWo/app.DebugRemote.Config new file mode 100644 index 000000000..34fdec094 --- /dev/null +++ b/BeWo/app.DebugRemote.Config @@ -0,0 +1,78 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Office2010Black + + + + diff --git a/BeWo/app.Release.config b/BeWo/app.Release.config new file mode 100644 index 000000000..34fdec094 --- /dev/null +++ b/BeWo/app.Release.config @@ -0,0 +1,78 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Office2010Black + + + +