diff --git a/Common/CordonelAssemblyLine/App.xaml.cs b/Common/CordonelAssemblyLine/App.xaml.cs index 9a251da4..627d1c33 100644 --- a/Common/CordonelAssemblyLine/App.xaml.cs +++ b/Common/CordonelAssemblyLine/App.xaml.cs @@ -1,13 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace CordonelAssemblyLine +namespace CordonelAssemblyLine { + using System.Windows; + /// /// Interaction logic for App.xaml /// diff --git a/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj b/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj index 04c79b28..49b0f092 100644 --- a/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj +++ b/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj @@ -14,10 +14,11 @@ 4 true true - true - \\SLA12IIS01\LaaProductionWeb\Apps\CordonelAssembly\ + false + + Z:\Aktuelle Anwendungen\Publish\Cordonel Assembly Line\ true - Web + Unc true Foreground 7 @@ -25,19 +26,17 @@ false false true - http://sla12iis01.emea.sensus.net/LaaProductionWeb/Apps/CordonelAssembly/ + \\sla12file\auftrag\Aktuelle Anwendungen\Publish\Cordonel Assembly Line\ Cordonel Assembly Line Xylem Sensus Laatzen Cordonel Assembly Line - true publish.htm - 8 + 13 1.0.0.%2a false true true true - AnyCPU @@ -81,7 +80,7 @@ true - 305BF210A6BBE3C987AD135C96F7B55EC538E555 + 254AA244F3F29F0692A7B2FAA31F24C884355262 CordonelAssemblyLine_TemporaryKey.pfx @@ -118,6 +117,11 @@ MinimumRecommendedRules.ruleset true + + sensus.ico + + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -128,6 +132,7 @@ + @@ -204,7 +209,7 @@ True - ResXFileCodeGenerator + PublicResXFileCodeGenerator Resources.Designer.cs @@ -295,6 +300,12 @@ false + + + + + + del /Q /S *.xml *.pdb diff --git a/Common/CordonelAssemblyLine/MainWindow.xaml b/Common/CordonelAssemblyLine/MainWindow.xaml index 39f5e09d..03b71f77 100644 --- a/Common/CordonelAssemblyLine/MainWindow.xaml +++ b/Common/CordonelAssemblyLine/MainWindow.xaml @@ -5,13 +5,17 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ProductionControls1="clr-namespace:Ui.ProductionControls;assembly=ProductionControls" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="800" Closing="Window_Closing"> + Title="Cordonel Assembly Line" + Height="450" + Width="800" + Closing="Window_Closing"> + @@ -114,5 +118,15 @@