Remove prefer 32-bit setting for Release build.

This commit is contained in:
Aaron LeMasters 2022-12-08 19:00:14 -05:00
parent 34fe2749a6
commit 72263882a0
2 changed files with 1 additions and 3 deletions

View File

@ -52,6 +52,7 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest> <ApplicationManifest>app.manifest</ApplicationManifest>

View File

@ -16,9 +16,6 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using NtApiDotNet.Win32; using NtApiDotNet.Win32;
using NtApiDotNet; using NtApiDotNet;
using System.Net;
using GraphX.Common;
using System.Windows;
namespace RpcInvestigator namespace RpcInvestigator
{ {