diff --git a/ApplicationEvents.vb b/ApplicationEvents.vb new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/ApplicationEvents.vb @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EgtCam.vbproj b/EgtCam.vbproj index 0ad04f3..a356d3d 100644 --- a/EgtCam.vbproj +++ b/EgtCam.vbproj @@ -118,6 +118,7 @@ + @@ -423,8 +424,8 @@ IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamR32.exe IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamD32.exe -IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamR64.exe -IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamD64.exe +IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam64\EgtCamR64.exe +IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam64\EgtCamD64.exe