From 72263882a07ed7d096588bf91b8bc02e508b1afa Mon Sep 17 00:00:00 2001 From: Aaron LeMasters Date: Thu, 8 Dec 2022 19:00:14 -0500 Subject: [PATCH] Remove prefer 32-bit setting for Release build. --- RpcInvestigator.csproj | 1 + RpcLibrary.cs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/RpcInvestigator.csproj b/RpcInvestigator.csproj index 49bd536..5b8592b 100644 --- a/RpcInvestigator.csproj +++ b/RpcInvestigator.csproj @@ -52,6 +52,7 @@ prompt 4 true + false app.manifest diff --git a/RpcLibrary.cs b/RpcLibrary.cs index cc8a39d..fb27809 100644 --- a/RpcLibrary.cs +++ b/RpcLibrary.cs @@ -16,9 +16,6 @@ using System.Text; using System.Threading.Tasks; using NtApiDotNet.Win32; using NtApiDotNet; -using System.Net; -using GraphX.Common; -using System.Windows; namespace RpcInvestigator {