Remove prefer 32-bit setting for Release build.
This commit is contained in:
parent
34fe2749a6
commit
72263882a0
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue