Skip to content

Commit dd359d4

Browse files
committed
Merge branch 'master'
2 parents ce7a73d + 3eef200 commit dd359d4

File tree

5 files changed

+138
-40
lines changed

5 files changed

+138
-40
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
<DebugSymbols>true</DebugSymbols>
163163
<OutputPath>bin\Release64\</OutputPath>
164164
<DefineConstants>TRACE</DefineConstants>
165-
<DocumentationFile>bin\Release\Rubberduck.XML</DocumentationFile>
165+
<DocumentationFile>
166+
</DocumentationFile>
166167
<Optimize>true</Optimize>
167168
<RegisterForComInterop>true</RegisterForComInterop>
168169
<DebugType>full</DebugType>
@@ -178,7 +179,7 @@
178179
<Optimize>true</Optimize>
179180
<RegisterForComInterop>true</RegisterForComInterop>
180181
<DebugType>full</DebugType>
181-
<PlatformTarget>x64</PlatformTarget>
182+
<PlatformTarget>AnyCPU</PlatformTarget>
182183
<ErrorReport>prompt</ErrorReport>
183184
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
184185
</PropertyGroup>
@@ -843,11 +844,7 @@
843844
</Target>
844845
<Import Project="..\packages\Antlr4.4.3.0\build\Antlr4.targets" Condition="Exists('..\packages\Antlr4.4.3.0\build\Antlr4.targets')" />
845846
<PropertyGroup>
846-
<PostBuildEvent>if $(ConfigurationName) == Debug64 (
847-
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe /codebase $(TargetPath) /tlb
848-
)
849-
850-
if $(ConfigurationName) == Release (
847+
<PostBuildEvent>if $(ConfigurationName) == Release (
851848
Copy $(TargetDir)\NativeBinaries\x86\git2-e0902fb.dll $(TargetDir)
852849
)
853850

0 commit comments

Comments
 (0)