We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3d0d2 commit 66c5258Copy full SHA for 66c5258
Rubberduck.Deployment.Build/Rubberduck.Deployment.Build.csproj
@@ -8,20 +8,6 @@
8
<AssemblyName>Rubberduck.Deployment.Build</AssemblyName>
9
</PropertyGroup>
10
<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
- -->
25
<UsingTask
26
TaskName="GetMSBuildBitness"
27
TaskFactory="CodeTaskFactory"
0 commit comments