diff --git a/ENI2/App.config b/ENI2/App.config index 54371fed..4c7c4bc1 100644 --- a/ENI2/App.config +++ b/ENI2/App.config @@ -1,18 +1,18 @@ - + -
+
-
+
- - + + @@ -26,103 +26,28 @@ 1000 - http://192.168.2.24/LockingService/LockingService.svc - - - BSMD ReportGenerator + http://192.168.2.24/LockingService/LockingService.svc - Initial Catalog=nswtest;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false + Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false - - - - 825 - - - 450 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 53d8dd28..088336d5 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -18,7 +18,7 @@ - eni_test\ + ENI2.publish\ true Web true @@ -28,9 +28,9 @@ false false true - http://192.168.2.24/eni_test/ + http://192.168.2.24/eni2.publish/ http://www.textbausteine.net/ - ENI Testversion + ENI Informatikbüro Daniel Schick NSW 5.4.0.0 diff --git a/ENI2/MainWindow.xaml b/ENI2/MainWindow.xaml index e5e5feaf..02ab6d57 100644 --- a/ENI2/MainWindow.xaml +++ b/ENI2/MainWindow.xaml @@ -8,11 +8,11 @@ xmlns:ctrl="clr-namespace:ENI2.Controls" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:util="clr-namespace:ENI2.Util" - xmlns:local="clr-namespace:ENI2" + xmlns:local="clr-namespace:ENI2" mc:Ignorable="d" - Title="ENI 2 Testversion" - Height="{util:SettingBinding Height}" Width="{util:SettingBinding Width}" - Icon="Resources/logo_schwarz.ico" Loaded="Window_Loaded" Closing="Window_Closing" + Title="ENI 2" + Height="{util:SettingBinding Height}" Width="{util:SettingBinding Width}" + Icon="Resources/logo_schwarz.ico" Loaded="Window_Loaded" Closing="Window_Closing" SourceInitialized="Window_SourceInitialized"> @@ -23,7 +23,7 @@ - diff --git a/ENI2/Resources/EUREPORT.png b/ENI2/Resources/EUREPORT.png index 375b2af7..a5a38e0c 100644 Binary files a/ENI2/Resources/EUREPORT.png and b/ENI2/Resources/EUREPORT.png differ diff --git a/bsmd.LockingService/bsmd.LockingService.csproj.user b/bsmd.LockingService/bsmd.LockingService.csproj.user index f74e64f4..6c90db82 100644 --- a/bsmd.LockingService/bsmd.LockingService.csproj.user +++ b/bsmd.LockingService/bsmd.LockingService.csproj.user @@ -2,7 +2,7 @@ true - Debug|Any CPU + Release|Any CPU diff --git a/misc/info_deployment.txt b/misc/info_deployment.txt index 6f34aac8..83c7615e 100644 --- a/misc/info_deployment.txt +++ b/misc/info_deployment.txt @@ -1,12 +1,9 @@ -1) copyprod.cmd ausführen (damit app.config richtig überschrieben wird) +1) copyprod.cmd ausführen (damit app.config und Logo richtig überschrieben wird) 2) Prüfen ob das ENI App logo richtig ist 3) VS: Publish: Folder Location und Url richtig auswählen -4) Signing: "Sign the ClickOnce manifests": Hier für Prod das Zertifikat -Schiffsmelder CA auswählen, das am 02/24 abläuft. -Auswahl über "Select from Store.." - +4) Signing: "Sign the ClickOnce manifests": Hier kann inzwischen dasselbe Zertifikat wie für die Testversion verwendet werden 5) Release Build einstellen 6) komplett neu bauen (clean!) @@ -14,4 +11,6 @@ Auswahl über "Select from Store.." 7) In Description bei Product name "ENI" statt "ENI Testversion" 8) MainWindow.xaml: "ENI 2 Testversion" -> "ENI 2" 9) ENI2 Project Properties -> Application -> Assembly Name: "ENI2Test" -> "ENI2" -10) Wo Ressourcen verwendet werden in XAML Referenz umbiegen: "/ENI2Test;" -> "/ENI2;" \ No newline at end of file +10) Wo Ressourcen verwendet werden in XAML Referenz umbiegen: "/ENI2Test;" -> "/ENI2;" + +11) Beim publishen die Export-Verzeichnisse im Publish Dialog des Projekts anpassen \ No newline at end of file