From 84b9b467441bd42abcc1c3fcf47afabd4099ffda Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 21 Sep 2025 09:39:55 -0400 Subject: [PATCH] Set these properties because MPQ is funny like that --- BinaryObjectScanner/BinaryObjectScanner.csproj | 14 ++++++++++++++ ProtectionScan/ProtectionScan.csproj | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj index 3632d22c..b2ffab67 100644 --- a/BinaryObjectScanner/BinaryObjectScanner.csproj +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -26,6 +26,20 @@ MIT + + + win-x86;win-x64 + + + win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64 + + + win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 + + + net6.0;net7.0;net8.0;net9.0 + + $(DefineConstants);WINX86 diff --git a/ProtectionScan/ProtectionScan.csproj b/ProtectionScan/ProtectionScan.csproj index f21a4a1c..7edb49a4 100644 --- a/ProtectionScan/ProtectionScan.csproj +++ b/ProtectionScan/ProtectionScan.csproj @@ -27,6 +27,14 @@ net6.0;net7.0;net8.0;net9.0 + + + $(DefineConstants);WINX86 + + + $(DefineConstants);WINX64 + +