From 5e11048e184b79ad2f3f95ba0a42a73bcc32f7f0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 29 Sep 2025 12:44:52 -0400 Subject: [PATCH] Remove compiler flags that weren't working --- BinaryObjectScanner/BinaryObjectScanner.csproj | 8 -------- ProtectionScan/ProtectionScan.csproj | 8 -------- 2 files changed, 16 deletions(-) diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj index 6c13700a..672e0dd5 100644 --- a/BinaryObjectScanner/BinaryObjectScanner.csproj +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -40,14 +40,6 @@ net6.0;net7.0;net8.0;net9.0 - - - $(DefineConstants);WINX86 - - - $(DefineConstants);WINX64 - - diff --git a/ProtectionScan/ProtectionScan.csproj b/ProtectionScan/ProtectionScan.csproj index 1eeb53a3..0e6417c4 100644 --- a/ProtectionScan/ProtectionScan.csproj +++ b/ProtectionScan/ProtectionScan.csproj @@ -27,14 +27,6 @@ net6.0;net7.0;net8.0;net9.0 - - - $(DefineConstants);WINX86 - - - $(DefineConstants);WINX64 - -