From d9aa68f1e9524c4a3b1ca9d029f059a3b37c68be Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 27 Sep 2019 22:05:14 +0100 Subject: [PATCH] Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands --- .../AstroMath.UnitTests.csproj | 2 +- .../Meade.net.Focuser.UnitTests.csproj | 2 +- Meade.net.Setup/AscomFocuserDriver.wxs | 35 ---------------- Meade.net.Setup/AscomLocalServer.wxs | 40 ++++++++++++------- Meade.net.Setup/AscomTelescopeDriver.wxs | 35 ---------------- .../Meade.net.Telescope.UnitTests.csproj | 2 +- .../Meade.net.Telescope.csproj | 2 +- Meade.net.focuser/Meade.net.focuser.csproj | 2 +- Meade.net/Meade.net.csproj | 2 +- .../TelescopeTestConsole.csproj | 2 +- 10 files changed, 32 insertions(+), 92 deletions(-) diff --git a/AstroMath.UnitTests/AstroMath.UnitTests.csproj b/AstroMath.UnitTests/AstroMath.UnitTests.csproj index 14292b4..ecf9b7d 100644 --- a/AstroMath.UnitTests/AstroMath.UnitTests.csproj +++ b/AstroMath.UnitTests/AstroMath.UnitTests.csproj @@ -39,7 +39,7 @@ bin\x86\Debug\ DEBUG;TRACE full - x86 + AnyCPU prompt MinimumRecommendedRules.ruleset diff --git a/Meade.net.Focuser.UnitTests/Meade.net.Focuser.UnitTests.csproj b/Meade.net.Focuser.UnitTests/Meade.net.Focuser.UnitTests.csproj index 8181584..fb2522e 100644 --- a/Meade.net.Focuser.UnitTests/Meade.net.Focuser.UnitTests.csproj +++ b/Meade.net.Focuser.UnitTests/Meade.net.Focuser.UnitTests.csproj @@ -24,7 +24,7 @@ DEBUG;TRACE prompt 4 - x86 + AnyCPU pdbonly diff --git a/Meade.net.Setup/AscomFocuserDriver.wxs b/Meade.net.Setup/AscomFocuserDriver.wxs index 67ae64a..84136ec 100644 --- a/Meade.net.Setup/AscomFocuserDriver.wxs +++ b/Meade.net.Setup/AscomFocuserDriver.wxs @@ -18,41 +18,6 @@ Vital="yes" Assembly=".net" AssemblyApplication="filFocuserDriverAssembly" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Meade.net.Setup/AscomLocalServer.wxs b/Meade.net.Setup/AscomLocalServer.wxs index ccfc9c4..3e19b49 100644 --- a/Meade.net.Setup/AscomLocalServer.wxs +++ b/Meade.net.Setup/AscomLocalServer.wxs @@ -12,21 +12,31 @@ Assembly=".net" AssemblyApplication="filLocalServerAssembly" /> - - - - - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/Meade.net.Setup/AscomTelescopeDriver.wxs b/Meade.net.Setup/AscomTelescopeDriver.wxs index 86379d8..a6f8b16 100644 --- a/Meade.net.Setup/AscomTelescopeDriver.wxs +++ b/Meade.net.Setup/AscomTelescopeDriver.wxs @@ -18,41 +18,6 @@ Vital="yes" Assembly=".net" AssemblyApplication="filTelescopeDriverAssembly" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Meade.net.Telescope.UnitTests/Meade.net.Telescope.UnitTests.csproj b/Meade.net.Telescope.UnitTests/Meade.net.Telescope.UnitTests.csproj index 930def6..9fcbe99 100644 --- a/Meade.net.Telescope.UnitTests/Meade.net.Telescope.UnitTests.csproj +++ b/Meade.net.Telescope.UnitTests/Meade.net.Telescope.UnitTests.csproj @@ -26,7 +26,7 @@ prompt 4 false - x86 + AnyCPU pdbonly diff --git a/Meade.net.Telescope/Meade.net.Telescope.csproj b/Meade.net.Telescope/Meade.net.Telescope.csproj index 70efc87..d5f037e 100644 --- a/Meade.net.Telescope/Meade.net.Telescope.csproj +++ b/Meade.net.Telescope/Meade.net.Telescope.csproj @@ -65,7 +65,7 @@ ..\bin\Debug\ - x86 + AnyCPU diff --git a/Meade.net.focuser/Meade.net.focuser.csproj b/Meade.net.focuser/Meade.net.focuser.csproj index d161efc..cbde904 100644 --- a/Meade.net.focuser/Meade.net.focuser.csproj +++ b/Meade.net.focuser/Meade.net.focuser.csproj @@ -66,7 +66,7 @@ DEBUG;TRACE true full - x86 + AnyCPU prompt MinimumRecommendedRules.ruleset diff --git a/Meade.net/Meade.net.csproj b/Meade.net/Meade.net.csproj index e1f0cda..49f00de 100644 --- a/Meade.net/Meade.net.csproj +++ b/Meade.net/Meade.net.csproj @@ -68,7 +68,7 @@ ..\bin\Debug\ DEBUG;TRACE full - x86 + AnyCPU prompt MinimumRecommendedRules.ruleset true diff --git a/TelescopeTestConsole/TelescopeTestConsole.csproj b/TelescopeTestConsole/TelescopeTestConsole.csproj index 625da99..7fb2a6a 100644 --- a/TelescopeTestConsole/TelescopeTestConsole.csproj +++ b/TelescopeTestConsole/TelescopeTestConsole.csproj @@ -16,7 +16,7 @@ 512 - x86 + AnyCPU true full false