diff --git a/Supervisor.Plugin.FiveLakes.Naked.sln b/Effector.Plugin.FiveLakes.Naked.sln
similarity index 87%
rename from Supervisor.Plugin.FiveLakes.Naked.sln
rename to Effector.Plugin.FiveLakes.Naked.sln
index 9cc6bd6..c48a607 100644
--- a/Supervisor.Plugin.FiveLakes.Naked.sln
+++ b/Effector.Plugin.FiveLakes.Naked.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Supervisor.Plugin.Interface", "..\Ngp\Supervisor.Plugin.Interface\Supervisor.Plugin.Interface.vbproj", "{7D14D864-2BDC-4785-80F4-320164C2D5E4}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Effector.Plugin.Interface", "..\Effector\Effector.Plugin.Interface\Effector.Plugin.Interface.vbproj", "{7D14D864-2BDC-4785-80F4-320164C2D5E4}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Supervisor.Plugin.FiveLakes", "Supervisor.Plugin.FiveLakes\Supervisor.Plugin.FiveLakes.vbproj", "{7C77F537-8235-40AB-B24A-4E71CFB96D2C}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Effector.Plugin.FiveLakes", "Effector.Plugin.FiveLakes\Effector.Plugin.FiveLakes.vbproj", "{7C77F537-8235-40AB-B24A-4E71CFB96D2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/Supervisor.Plugin.FiveLakes.sln b/Effector.Plugin.FiveLakes.sln
similarity index 86%
rename from Supervisor.Plugin.FiveLakes.sln
rename to Effector.Plugin.FiveLakes.sln
index 658d2df..781f5b1 100644
--- a/Supervisor.Plugin.FiveLakes.sln
+++ b/Effector.Plugin.FiveLakes.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Supervisor", "..\Ngp\Supervisor\Supervisor.vbproj", "{38BEE4BF-9238-459F-AF89-4DD94C4FD0DA}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Effector.Main", "..\Effector.Main\Effector.Main\Effector.Main.vbproj", "{38BEE4BF-9238-459F-AF89-4DD94C4FD0DA}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Supervisor.Plugin.Interface", "..\Ngp\Supervisor.Plugin.Interface\Supervisor.Plugin.Interface.vbproj", "{7D14D864-2BDC-4785-80F4-320164C2D5E4}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Effector.Plugin.Interface", "..\Effector.Main\Effector.Plugin.Interface\Effector.Plugin.Interface.vbproj", "{7D14D864-2BDC-4785-80F4-320164C2D5E4}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Supervisor.Plugin.FiveLakes", "Supervisor.Plugin.FiveLakes\Supervisor.Plugin.FiveLakes.vbproj", "{7C77F537-8235-40AB-B24A-4E71CFB96D2C}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Effector.Plugin.FiveLakes", "Effector.Plugin.FiveLakes\Effector.Plugin.FiveLakes.vbproj", "{7C77F537-8235-40AB-B24A-4E71CFB96D2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/Supervisor.Plugin.FiveLakes/Constants/ConstGen.vb b/Effector.Plugin.FiveLakes/Constants/ConstGen.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Constants/ConstGen.vb
rename to Effector.Plugin.FiveLakes/Constants/ConstGen.vb
diff --git a/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb b/Effector.Plugin.FiveLakes/Constants/ConstIni.vb
similarity index 94%
rename from Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb
rename to Effector.Plugin.FiveLakes/Constants/ConstIni.vb
index 9a85b00..881425d 100644
--- a/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb
+++ b/Effector.Plugin.FiveLakes/Constants/ConstIni.vb
@@ -12,7 +12,7 @@
'----------------------------------------------------------------------------
Module ConstIni
- Public Const INI_FILE_NAME As String = "Supervisor.Plugin.FiveLakes.ini"
+ Public Const INI_FILE_NAME As String = "Effector.Plugin.FiveLakes.ini"
Public Const S_GENERAL As String = "General"
Public Const K_BACKUPDIR As String = "BackupDir"
diff --git a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml b/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml
rename to Effector.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml
diff --git a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml.vb b/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml.vb
rename to Effector.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml.vb
diff --git a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb b/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb
rename to Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb
diff --git a/Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes.vbproj b/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj
similarity index 94%
rename from Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes.vbproj
rename to Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj
index af622fd..4d9dd30 100644
--- a/Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes.vbproj
+++ b/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj
@@ -4,8 +4,8 @@
Debug
AnyCPU
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}
- Supervisor.Plugin.FiveLakes
- Supervisor.Plugin.FiveLakes
+ Effector.Plugin.FiveLakes
+ Effector.Plugin.FiveLakes
Library
v4.7.2
Custom
@@ -21,7 +21,7 @@
true
true
bin\Debug\
- Supervisor.Plugin.FiveLakes.xml
+ Effector.Plugin.FiveLakes.xml
41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314
@@ -32,7 +32,7 @@
false
true
bin\Release\
- Supervisor.Plugin.FiveLakes.xml
+ Effector.Plugin.FiveLakes.xml
41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314
@@ -48,6 +48,9 @@
On
+
+ ..\..\Effector.Main\Effector.Plugin.Interface\bin\Debug\Effector.Plugin.Interface.dll
+
..\..\..\EgtProg\DllD32\EgtWPFLib48.dll
@@ -57,9 +60,6 @@
..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
-
- ..\..\Ngp\Supervisor.Plugin.Interface\bin\Debug\Supervisor.Plugin.Interface.dll
-
@@ -203,7 +203,7 @@
powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\pre-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)
- copy $(TargetPath) c:\EgtData\Supervisor\Plugin\Supervisor.Plugin.FiveLakes\Supervisor.Plugin.FiveLakes.dll
+ copy $(TargetPath) c:\EgtData\Effector\Plugin\Effector.Plugin.FiveLakes\Effector.Plugin.FiveLakes.dll
diff --git a/Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml b/Effector.Plugin.FiveLakes/FiveLakesUI.xaml
similarity index 95%
rename from Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml
rename to Effector.Plugin.FiveLakes/FiveLakesUI.xaml
index 9ab227d..8367c04 100644
--- a/Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml
+++ b/Effector.Plugin.FiveLakes/FiveLakesUI.xaml
@@ -1,7 +1,7 @@
diff --git a/Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml.vb b/Effector.Plugin.FiveLakes/FiveLakesUI.xaml.vb
similarity index 96%
rename from Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml.vb
rename to Effector.Plugin.FiveLakes/FiveLakesUI.xaml.vb
index d47b415..7af1406 100644
--- a/Supervisor.Plugin.FiveLakes/FiveLakesUI.xaml.vb
+++ b/Effector.Plugin.FiveLakes/FiveLakesUI.xaml.vb
@@ -1,5 +1,5 @@
Imports System.ComponentModel.Composition
-Imports Supervisor.Plugin.Interface
+Imports Effector.Plugin.Interface
diff --git a/Supervisor.Plugin.FiveLakes/FiveLakesUIVM.vb b/Effector.Plugin.FiveLakes/FiveLakesUIVM.vb
similarity index 94%
rename from Supervisor.Plugin.FiveLakes/FiveLakesUIVM.vb
rename to Effector.Plugin.FiveLakes/FiveLakesUIVM.vb
index a8bdacd..4621e1b 100644
--- a/Supervisor.Plugin.FiveLakes/FiveLakesUIVM.vb
+++ b/Effector.Plugin.FiveLakes/FiveLakesUIVM.vb
@@ -1,5 +1,5 @@
Imports System.ComponentModel.Composition
-Imports Supervisor.Plugin.Interface
+Imports Effector.Plugin.Interface
Public Class FiveLakesUIVM
Inherits VMBase
@@ -48,7 +48,7 @@ Public Class FiveLakesUIVM
If GetPrivateProfileString(S_DATA, K_DATAROOT, "", m_sDataRoot, m_sDataRoot & "\" & DAT_FILE_NAME) = 0 Then
m_sDataRoot = System.AppDomain.CurrentDomain.BaseDirectory
End If
- m_sDataRoot &= "\" & "Plugin\Supervisor.Plugin.FiveLakes"
+ m_sDataRoot &= "\" & "Plugin\Effector.Plugin.FiveLakes"
' Impostazione direttorio di configurazione
m_sConfigDir = m_sDataRoot & "\" & CONF_DIR
' Impostazione path Ini file
diff --git a/Supervisor.Plugin.FiveLakes/LUA/LuaManager.vb b/Effector.Plugin.FiveLakes/LUA/LuaManager.vb
similarity index 91%
rename from Supervisor.Plugin.FiveLakes/LUA/LuaManager.vb
rename to Effector.Plugin.FiveLakes/LUA/LuaManager.vb
index 67f3d87..32eff9c 100644
--- a/Supervisor.Plugin.FiveLakes/LUA/LuaManager.vb
+++ b/Effector.Plugin.FiveLakes/LUA/LuaManager.vb
@@ -1,5 +1,5 @@
Imports System.ComponentModel.Composition
-Imports Supervisor.Plugin.Interface
+Imports Effector.Plugin.Interface
Imports KeraLua
diff --git a/Supervisor.Plugin.FiveLakes/LUA/Lua_Aux.vb b/Effector.Plugin.FiveLakes/LUA/Lua_Aux.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/LUA/Lua_Aux.vb
rename to Effector.Plugin.FiveLakes/LUA/Lua_Aux.vb
diff --git a/Supervisor.Plugin.FiveLakes/LUA/Lua_General.vb b/Effector.Plugin.FiveLakes/LUA/Lua_General.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/LUA/Lua_General.vb
rename to Effector.Plugin.FiveLakes/LUA/Lua_General.vb
diff --git a/Supervisor.Plugin.FiveLakes/MachinePage/MachinePageV.xaml b/Effector.Plugin.FiveLakes/MachinePage/MachinePageV.xaml
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/MachinePage/MachinePageV.xaml
rename to Effector.Plugin.FiveLakes/MachinePage/MachinePageV.xaml
index f9feb16..3b2c546 100644
--- a/Supervisor.Plugin.FiveLakes/MachinePage/MachinePageV.xaml
+++ b/Effector.Plugin.FiveLakes/MachinePage/MachinePageV.xaml
@@ -1,7 +1,7 @@
diff --git a/Supervisor.Plugin.FiveLakes/MainMenu/MainMenuVM.vb b/Effector.Plugin.FiveLakes/MainMenu/MainMenuVM.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/MainMenu/MainMenuVM.vb
rename to Effector.Plugin.FiveLakes/MainMenu/MainMenuVM.vb
diff --git a/Supervisor.Plugin.FiveLakes/My Project/AssemblyInfo.vb b/Effector.Plugin.FiveLakes/My Project/AssemblyInfo.vb
similarity index 94%
rename from Supervisor.Plugin.FiveLakes/My Project/AssemblyInfo.vb
rename to Effector.Plugin.FiveLakes/My Project/AssemblyInfo.vb
index 503a9cd..67a798b 100644
--- a/Supervisor.Plugin.FiveLakes/My Project/AssemblyInfo.vb
+++ b/Effector.Plugin.FiveLakes/My Project/AssemblyInfo.vb
@@ -11,10 +11,10 @@ Imports System.Windows
' Review the values of the assembly attributes
-
+
-
+
diff --git a/Supervisor.Plugin.FiveLakes/My Project/Resources.Designer.vb b/Effector.Plugin.FiveLakes/My Project/Resources.Designer.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/My Project/Resources.Designer.vb
rename to Effector.Plugin.FiveLakes/My Project/Resources.Designer.vb
diff --git a/Supervisor.Plugin.FiveLakes/My Project/Resources.resx b/Effector.Plugin.FiveLakes/My Project/Resources.resx
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/My Project/Resources.resx
rename to Effector.Plugin.FiveLakes/My Project/Resources.resx
diff --git a/Supervisor.Plugin.FiveLakes/My Project/Settings.Designer.vb b/Effector.Plugin.FiveLakes/My Project/Settings.Designer.vb
similarity index 94%
rename from Supervisor.Plugin.FiveLakes/My Project/Settings.Designer.vb
rename to Effector.Plugin.FiveLakes/My Project/Settings.Designer.vb
index 216abd5..8a58064 100644
--- a/Supervisor.Plugin.FiveLakes/My Project/Settings.Designer.vb
+++ b/Effector.Plugin.FiveLakes/My Project/Settings.Designer.vb
@@ -64,9 +64,9 @@ Namespace My
Friend Module MySettingsProperty
_
- Friend ReadOnly Property Settings() As Global.Supervisor.Plugin.FiveLakes.My.MySettings
+ Friend ReadOnly Property Settings() As Global.Effector.Plugin.FiveLakes.My.MySettings
Get
- Return Global.Supervisor.Plugin.FiveLakes.My.MySettings.Default
+ Return Global.Effector.Plugin.FiveLakes.My.MySettings.Default
End Get
End Property
End Module
diff --git a/Supervisor.Plugin.FiveLakes/My Project/Settings.settings b/Effector.Plugin.FiveLakes/My Project/Settings.settings
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/My Project/Settings.settings
rename to Effector.Plugin.FiveLakes/My Project/Settings.settings
diff --git a/Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml b/Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml
rename to Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml
diff --git a/Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml.vb b/Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml.vb
rename to Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerV.xaml.vb
diff --git a/Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerVM.vb b/Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerVM.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/ProcessManager/ProcessManagerVM.vb
rename to Effector.Plugin.FiveLakes/ProcessManager/ProcessManagerVM.vb
diff --git a/Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml b/Effector.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml
rename to Effector.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml
index 8a70353..8740055 100644
--- a/Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml
+++ b/Effector.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:Supervisor.Plugin.FiveLakes"
+ xmlns:local="clr-namespace:Effector.Plugin.FiveLakes"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
diff --git a/Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml.vb b/Effector.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml.vb
rename to Effector.Plugin.FiveLakes/RestartWnd/RestartWndV.xaml.vb
diff --git a/Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndVM.vb b/Effector.Plugin.FiveLakes/RestartWnd/RestartWndVM.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/RestartWnd/RestartWndVM.vb
rename to Effector.Plugin.FiveLakes/RestartWnd/RestartWndVM.vb
diff --git a/Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml b/Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml
similarity index 87%
rename from Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml
rename to Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml
index 7e86205..1130f54 100644
--- a/Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml
+++ b/Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:Supervisor.Plugin.FiveLakes"
+ xmlns:local="clr-namespace:Effector.Plugin.FiveLakes"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
diff --git a/Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml.vb b/Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml.vb
rename to Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageV.xaml.vb
diff --git a/Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageVM.vb b/Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageVM.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/StatisticsPage/StatisticsPageVM.vb
rename to Effector.Plugin.FiveLakes/StatisticsPage/StatisticsPageVM.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/Command.vb b/Effector.Plugin.FiveLakes/Utility/Command.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/Command.vb
rename to Effector.Plugin.FiveLakes/Utility/Command.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml b/Effector.Plugin.FiveLakes/Utility/Dictionary.xaml
similarity index 98%
rename from Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml
rename to Effector.Plugin.FiveLakes/Utility/Dictionary.xaml
index cfef0af..399e2ff 100644
--- a/Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml
+++ b/Effector.Plugin.FiveLakes/Utility/Dictionary.xaml
@@ -1,7 +1,7 @@
diff --git a/Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml.vb b/Effector.Plugin.FiveLakes/Utility/Dictionary.xaml.vb
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml.vb
rename to Effector.Plugin.FiveLakes/Utility/Dictionary.xaml.vb
index e5471f0..a33f325 100644
--- a/Supervisor.Plugin.FiveLakes/Utility/Dictionary.xaml.vb
+++ b/Effector.Plugin.FiveLakes/Utility/Dictionary.xaml.vb
@@ -1,6 +1,6 @@
Imports System.ComponentModel.Composition
Imports System.Globalization
-Imports Supervisor.Plugin.Interface
+Imports Effector.Plugin.Interface
diff --git a/Supervisor.Plugin.FiveLakes/Utility/ExecProcessManager.vb b/Effector.Plugin.FiveLakes/Utility/ExecProcessManager.vb
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/Utility/ExecProcessManager.vb
rename to Effector.Plugin.FiveLakes/Utility/ExecProcessManager.vb
index ea63899..23919df 100644
--- a/Supervisor.Plugin.FiveLakes/Utility/ExecProcessManager.vb
+++ b/Effector.Plugin.FiveLakes/Utility/ExecProcessManager.vb
@@ -1,7 +1,7 @@
Imports System.IO
Imports System.Threading
Imports MS.Internal
-Imports Supervisor.Plugin.FiveLakes.ThreadData
+Imports Effector.Plugin.FiveLakes.ThreadData
Imports System.Windows.Threading
Public Class ExecProcessManager
diff --git a/Supervisor.Plugin.FiveLakes/Utility/GenInterface.vb b/Effector.Plugin.FiveLakes/Utility/GenInterface.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/GenInterface.vb
rename to Effector.Plugin.FiveLakes/Utility/GenInterface.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/IdNameStruct.vb b/Effector.Plugin.FiveLakes/Utility/IdNameStruct.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/IdNameStruct.vb
rename to Effector.Plugin.FiveLakes/Utility/IdNameStruct.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/IniFile.vb b/Effector.Plugin.FiveLakes/Utility/IniFile.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/IniFile.vb
rename to Effector.Plugin.FiveLakes/Utility/IniFile.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/JsonUtility.vb b/Effector.Plugin.FiveLakes/Utility/JsonUtility.vb
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/Utility/JsonUtility.vb
rename to Effector.Plugin.FiveLakes/Utility/JsonUtility.vb
index 0a5fc32..71965e4 100644
--- a/Supervisor.Plugin.FiveLakes/Utility/JsonUtility.vb
+++ b/Effector.Plugin.FiveLakes/Utility/JsonUtility.vb
@@ -1,7 +1,7 @@
Imports System.Globalization
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Converters
-Imports Supervisor.Plugin.FiveLakes.Door
+Imports Effector.Plugin.FiveLakes.Door
Public Class JsonDoor
diff --git a/Supervisor.Plugin.FiveLakes/Utility/Map.vb b/Effector.Plugin.FiveLakes/Utility/Map.vb
similarity index 99%
rename from Supervisor.Plugin.FiveLakes/Utility/Map.vb
rename to Effector.Plugin.FiveLakes/Utility/Map.vb
index ea26496..56fb96d 100644
--- a/Supervisor.Plugin.FiveLakes/Utility/Map.vb
+++ b/Effector.Plugin.FiveLakes/Utility/Map.vb
@@ -1,4 +1,4 @@
-Imports Supervisor.Plugin.Interface
+Imports Effector.Plugin.Interface
Module Map
diff --git a/Supervisor.Plugin.FiveLakes/Utility/StringConversion.vb b/Effector.Plugin.FiveLakes/Utility/StringConversion.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/StringConversion.vb
rename to Effector.Plugin.FiveLakes/Utility/StringConversion.vb
diff --git a/Supervisor.Plugin.FiveLakes/Utility/VMBase.vb b/Effector.Plugin.FiveLakes/Utility/VMBase.vb
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/Utility/VMBase.vb
rename to Effector.Plugin.FiveLakes/Utility/VMBase.vb
diff --git a/Supervisor.Plugin.FiveLakes/packages.config b/Effector.Plugin.FiveLakes/packages.config
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/packages.config
rename to Effector.Plugin.FiveLakes/packages.config
diff --git a/Supervisor.Plugin.FiveLakes/pre-build.ps1 b/Effector.Plugin.FiveLakes/pre-build.ps1
similarity index 100%
rename from Supervisor.Plugin.FiveLakes/pre-build.ps1
rename to Effector.Plugin.FiveLakes/pre-build.ps1
diff --git a/Exe/SupervisorD32.exe b/Exe/SupervisorD32.exe
index a801804..6c6ff16 100644
Binary files a/Exe/SupervisorD32.exe and b/Exe/SupervisorD32.exe differ
diff --git a/Exe/SupervisorR32.exe b/Exe/SupervisorR32.exe
index 4b95076..57c3118 100644
Binary files a/Exe/SupervisorR32.exe and b/Exe/SupervisorR32.exe differ
diff --git a/Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes - Copy.vbproj b/Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes - Copy.vbproj
deleted file mode 100644
index 9ac1e71..0000000
--- a/Supervisor.Plugin.FiveLakes/Supervisor.Plugin.FiveLakes - Copy.vbproj
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}
- Supervisor.Plugin.FiveLakes
- Supervisor.Plugin.FiveLakes
- Library
- v4.7.2
- Custom
- true
- {7C77F537-8235-40AB-B24A-4E71CFB96D2C}
-
-
- true
- full
- true
- true
- true
- bin\Debug\
- Supervisor.Plugin.FiveLakes.xml
- 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314
-
-
- pdbonly
- false
- false
- true
- false
- true
- bin\Release\
- Supervisor.Plugin.FiveLakes.xml
- 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314
-
-
- On
-
-
- Binary
-
-
- Off
-
-
- On
-
-
-
- ..\..\..\EgtProg\DllD32\EgtWPFLib48.dll
-
-
- ..\..\Supervisor\Supervisor.Plugin.Interface\bin\Debug\Supervisor.Plugin.Interface.dll
-
-
-
-
-
-
-
-
-
- 4.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DoorListV.xaml
-
-
-
- FiveLakesUI.xaml
-
-
-
- MainMenuV.xaml
-
-
-
- Code
-
-
- True
- True
- Resources.resx
-
-
- True
- Settings.settings
- True
-
-
-
-
-
- VbMyResourcesResXFileCodeGenerator
- Resources.Designer.vb
- My.Resources
-
-
- SettingsSingleFileGenerator
- Settings.Designer.vb
-
-
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- MSBuild:Compile
- Designer
-
-
-
-
-
- powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\pre-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)
-
-
- copy $(TargetPath) c:\EgtData\Supervisor\Plugin\Supervisor.Plugin.FiveLakes\Supervisor.Plugin.FiveLakes.dll
-
-
-
\ No newline at end of file