diff --git a/.gitignore b/.gitignore index 3fce16d..175611a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,29 @@ Desktop.ini !*.bak /SCADA/Program/.vs/DataExchange/v15/Server/sqlite3 /SCADA/Program/.vs/DataExchange/v15 +/SCADA/Program/BatchCoreService/bin/Debug +*.resources +/SCADA/Program/BatchCoreService/obj +/SCADA/Program/BatchCoreService/bin +/SCADA/Program/BatchCoreTest/obj +/SCADA/Program/BatchCoreTest/bin +/SCADA/Program/ClientDriver/bin +/SCADA/Program/ClientDriver/obj +/SCADA/Program/CoreTest/bin +/SCADA/Program/CoreTest/obj +/SCADA/Program/DataHelper/bin +/SCADA/Program/DataHelper/obj +/SCADA/Program/DataService/bin +/SCADA/Program/DataService/obj +/SCADA/Program/FileDriver/bin +/SCADA/Program/FileDriver/obj +/SCADA/Program/ModbusDriver/bin +/SCADA/Program/ModbusDriver/obj +/SCADA/Program/OPCDriver/bin/ +/SCADA/Program/OPCDriver/obj +/SCADA/Program/OPCLib/bin +/SCADA/Program/OPCLib/obj +/SCADA/Program/SiemensPLCDriver/bin +/SCADA/Program/SiemensPLCDriver/obj +/SCADA/Program/TagConfig/TagConfig/bin +/SCADA/Program/TagConfig/TagConfig/obj diff --git a/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache b/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache index a955771..de35cd6 100644 Binary files a/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache and b/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache b/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache index 48a2c91..add0c38 100644 Binary files a/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache and b/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache index 19af4b4..0887d95 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -7592adb3937209dbd1d50f6592cc6f6b115e8eea +987b73e57c98f48ad56983e86fa221d9fdb71b36 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache index 2a52e93..8552832 100644 Binary files a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache and b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs index 136dd1b..c65238f 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs @@ -1,62 +1,2 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace XamlGeneratedNamespace { - - - /// - /// GeneratedInternalTypeHelper - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { - - /// - /// CreateInstance - /// - protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { - return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) - | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); - } - - /// - /// GetPropertyValue - /// - protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { - return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); - } - - /// - /// SetPropertyValue - /// - protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { - propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); - } - - /// - /// CreateDelegate - /// - protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { - return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod - | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { - delegateType, - handler}, null))); - } - - /// - /// AddEventHandler - /// - protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { - eventInfo.AddEventHandler(target, handler); - } - } -} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs index 0f56aa9..6041148 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs @@ -9,8 +9,6 @@ // //------------------------------------------------------------------------------ -using CoreTest; -using HMIControl; using System; using System.Diagnostics; using System.Windows; diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs index 0f56aa9..6041148 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs @@ -9,8 +9,6 @@ // //------------------------------------------------------------------------------ -using CoreTest; -using HMIControl; using System; using System.Diagnostics; using System.Windows; diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs index 0286502..e0a5102 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs @@ -9,8 +9,6 @@ // //------------------------------------------------------------------------------ -using CoreTest; -using HMIControl; using Microsoft.Research.DynamicDataDisplay; using Microsoft.Research.DynamicDataDisplay.Charts; using Microsoft.Research.DynamicDataDisplay.Charts.Axes; diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs index 0286502..e0a5102 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs @@ -9,8 +9,6 @@ // //------------------------------------------------------------------------------ -using CoreTest; -using HMIControl; using Microsoft.Research.DynamicDataDisplay; using Microsoft.Research.DynamicDataDisplay.Charts; using Microsoft.Research.DynamicDataDisplay.Charts.Axes; diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.cs index 397d3ae..33ed6f3 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.cs @@ -9,7 +9,6 @@ // //------------------------------------------------------------------------------ -using HMIControl; using System; using System.Diagnostics; using System.Windows; diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs index 397d3ae..33ed6f3 100644 --- a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs +++ b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs @@ -9,7 +9,6 @@ // //------------------------------------------------------------------------------ -using HMIControl; using System; using System.Diagnostics; using System.Windows; diff --git a/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache b/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache index 45fb3f9..852e79e 100644 Binary files a/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache and b/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache b/SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache index c1eba1d..033ea34 100644 Binary files a/SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache and b/SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/HMIControl/bin/Debug/DataHelper.dll b/SCADA/Program/HMIControl/bin/Debug/DataHelper.dll index 5e3899a..53c6bec 100644 Binary files a/SCADA/Program/HMIControl/bin/Debug/DataHelper.dll and b/SCADA/Program/HMIControl/bin/Debug/DataHelper.dll differ diff --git a/SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb b/SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb index c1ef409..c0bd639 100644 Binary files a/SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb and b/SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb differ diff --git a/SCADA/Program/HMIControl/bin/Debug/DataService.dll b/SCADA/Program/HMIControl/bin/Debug/DataService.dll index 4ba5f10..8d546c2 100644 Binary files a/SCADA/Program/HMIControl/bin/Debug/DataService.dll and b/SCADA/Program/HMIControl/bin/Debug/DataService.dll differ diff --git a/SCADA/Program/HMIControl/bin/Debug/DataService.pdb b/SCADA/Program/HMIControl/bin/Debug/DataService.pdb index a4bfab9..a44bd75 100644 Binary files a/SCADA/Program/HMIControl/bin/Debug/DataService.pdb and b/SCADA/Program/HMIControl/bin/Debug/DataService.pdb differ diff --git a/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.dll b/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.dll new file mode 100644 index 0000000..9b9bae6 Binary files /dev/null and b/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.dll differ diff --git a/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.pdb b/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.pdb new file mode 100644 index 0000000..391c321 Binary files /dev/null and b/SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.pdb differ diff --git a/SCADA/Program/HMIControl/bin/Debug/HMIControl.dll b/SCADA/Program/HMIControl/bin/Debug/HMIControl.dll new file mode 100644 index 0000000..c8f8f56 Binary files /dev/null and b/SCADA/Program/HMIControl/bin/Debug/HMIControl.dll differ diff --git a/SCADA/Program/HMIControl/bin/Debug/HMIControl.pdb b/SCADA/Program/HMIControl/bin/Debug/HMIControl.pdb new file mode 100644 index 0000000..505e9b7 Binary files /dev/null and b/SCADA/Program/HMIControl/bin/Debug/HMIControl.pdb differ diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CopyComplete b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache index 642fde6..ffa4a24 100644 --- a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -7dc184ea8ed938d2f972714de4ddd83f7c0e9079 +002da3eb8d040244d69e4e33adcaf448625f3d73 diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.FileListAbsolute.txt b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1bc6895 --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\bin\Debug\HMIControl.dll +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\bin\Debug\HMIControl.pdb +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.csprojAssemblyReference.cache +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\GeneratedInternalTypeHelper.g.cs +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl_MarkupCompile.cache +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl_MarkupCompile.lref +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\Themes\Generic.baml +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.g.resources +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.Properties.Resources.resources +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.csproj.GenerateResource.cache +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.csproj.CoreCompileInputs.cache +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.csproj.CopyComplete +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.dll +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\HMIControl.pdb diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.GenerateResource.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.GenerateResource.cache new file mode 100644 index 0000000..86cf8d1 Binary files /dev/null and b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.GenerateResource.cache differ diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.dll b/SCADA/Program/HMIControl/obj/Debug/HMIControl.dll new file mode 100644 index 0000000..c8f8f56 Binary files /dev/null and b/SCADA/Program/HMIControl/obj/Debug/HMIControl.dll differ diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.pdb b/SCADA/Program/HMIControl/obj/Debug/HMIControl.pdb new file mode 100644 index 0000000..505e9b7 Binary files /dev/null and b/SCADA/Program/HMIControl/obj/Debug/HMIControl.pdb differ diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.cache index 45b3fac..f44cca5 100644 --- a/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.cache +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.cache @@ -12,9 +12,9 @@ DEBUG;TRACE 1-731644535 -91-867097488 +90-512523173 11603472470 Themes\Generic.xaml; -True +False diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref index 3de64a4..efd6b1b 100644 --- a/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref @@ -1,4 +1,4 @@ -D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\GeneratedInternalTypeHelper.g.cs + FD:\Codes\SharpSCADA\SCADA\Program\HMIControl\Themes\Generic.xaml;; diff --git a/SCADA/Program/HMIControl/obj/Debug/Themes/Generic.baml b/SCADA/Program/HMIControl/obj/Debug/Themes/Generic.baml new file mode 100644 index 0000000..4d50581 Binary files /dev/null and b/SCADA/Program/HMIControl/obj/Debug/Themes/Generic.baml differ diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.dll b/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.dll new file mode 100644 index 0000000..9b9bae6 Binary files /dev/null and b/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.dll differ diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.pdb b/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.pdb new file mode 100644 index 0000000..391c321 Binary files /dev/null and b/SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.pdb differ diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.CopyComplete b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.FileListAbsolute.txt b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..21c4c81 --- /dev/null +++ b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\bin\Debug\HMIControl.VisualStudio.Design.dll +D:\Codes\SharpSCADA\SCADA\Program\HMIControl\bin\Debug\HMIControl.VisualStudio.Design.pdb +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\LinkableControlDesign.csprojAssemblyReference.cache +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.Properties.Resources.resources +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.TagComplexEditor.resources +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.TagList.resources +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.TagWindowEditor.resources +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.TagWriteEditor.resources +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\LinkableControlDesign.csproj.GenerateResource.cache +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\LinkableControlDesign.csproj.CoreCompileInputs.cache +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\LinkableControlDesign.csproj.CopyComplete +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.dll +D:\Codes\SharpSCADA\SCADA\Program\LinkableControlDesignTime\obj\Debug\HMIControl.VisualStudio.Design.pdb diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.GenerateResource.cache b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.GenerateResource.cache new file mode 100644 index 0000000..421dca3 Binary files /dev/null and b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.GenerateResource.cache differ diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache index db3aea9..1a187a8 100644 Binary files a/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache and b/SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache b/SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache index 2f10a4d..705c3ae 100644 Binary files a/SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache and b/SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache b/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache index 48a2c91..4438e75 100644 Binary files a/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache and b/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache b/SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache index f7f5ebb..a4ec0ea 100644 Binary files a/SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache and b/SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache differ diff --git a/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache b/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache index cd4a6af..242d00c 100644 Binary files a/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache and b/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache differ