Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands

This commit is contained in:
2019-09-27 22:05:14 +01:00
parent 2cc27788c8
commit d9aa68f1e9
10 changed files with 32 additions and 92 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<RegisterForComInterop>true</RegisterForComInterop>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>