Skip to content

Commit 66c5258

Browse files
committed
Remove the construction debris...
1 parent 4f3d0d2 commit 66c5258

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Rubberduck.Deployment.Build/Rubberduck.Deployment.Build.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@
88
<AssemblyName>Rubberduck.Deployment.Build</AssemblyName>
99
</PropertyGroup>
1010
<Import Project="..\RubberduckBaseMetaProject.csproj" />
11-
<!--
12-
AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll"
13-
14-
<![CDATA[
15-
System.IntPtr ptr = System.IntPtr.Zero;
16-
17-
if(System.Runtime.InteropServices.Marshal.SizeOf(ptr) == 8)
18-
Bitness = "x64";
19-
else if(System.Runtime.InteropServices.Marshal.SizeOf(ptr) == 4)
20-
Bitness = "x32";
21-
else
22-
Bitness = "Unknown";
23-
]]>
24-
-->
2511
<UsingTask
2612
TaskName="GetMSBuildBitness"
2713
TaskFactory="CodeTaskFactory"

0 commit comments

Comments
 (0)