diff --git a/Effector.Plugin.DoorArreda/Effector.Plugin.DoorArreda.vbproj b/Effector.Plugin.DoorArreda/Effector.Plugin.DoorArreda.vbproj index 69689d2..5b1c881 100644 --- a/Effector.Plugin.DoorArreda/Effector.Plugin.DoorArreda.vbproj +++ b/Effector.Plugin.DoorArreda/Effector.Plugin.DoorArreda.vbproj @@ -51,9 +51,6 @@ ..\..\Effector.Main\Effector.Plugin.Interface\bin\Debug\Effector.Plugin.Interface.dll - - ..\..\..\EgtProg\DllD32\EgtWPFLib48.dll - ..\packages\KeraLua.1.4.1\lib\net46\KeraLua.dll diff --git a/Effector.Plugin.DoorArreda/pre-build.ps1 b/Effector.Plugin.DoorArreda/pre-build.ps1 index 8ef610b..3a61655 100644 --- a/Effector.Plugin.DoorArreda/pre-build.ps1 +++ b/Effector.Plugin.DoorArreda/pre-build.ps1 @@ -1,3 +1,3 @@ param([string]$ProjectDir, [string]$ProjectPath); -Copy-Item -Path c:\EgtProg\Supervisor\Supervisor*.exe $ProjectDir\..\Exe +Copy-Item -Path c:\EgtProg\Effector\Effector*.exe $ProjectDir\..\Exe diff --git a/Exe/EffectorD32.exe b/Exe/EffectorD32.exe new file mode 100644 index 0000000..a7b4877 Binary files /dev/null and b/Exe/EffectorD32.exe differ diff --git a/Exe/EffectorR64.exe b/Exe/EffectorR64.exe new file mode 100644 index 0000000..ff219f7 Binary files /dev/null and b/Exe/EffectorR64.exe differ