From 5ac077e81f217b5d7f26e053392c48869c80ab4f Mon Sep 17 00:00:00 2001 From: Maxime Meignan Date: Tue, 15 Nov 2022 16:03:46 +0100 Subject: [PATCH] Change compilation options to fix Debug build profile --- EDRSandblast/EDRSandblast.vcxproj | 2 +- EDRSandblast_CLI/EDRSandblast_CLI.vcxproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/EDRSandblast/EDRSandblast.vcxproj b/EDRSandblast/EDRSandblast.vcxproj index efbc2b8..7d362e1 100644 --- a/EDRSandblast/EDRSandblast.vcxproj +++ b/EDRSandblast/EDRSandblast.vcxproj @@ -131,7 +131,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - MultiThreadedDebug + MultiThreaded Includes\ diff --git a/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj b/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj index a4b2002..eb30c58 100644 --- a/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj +++ b/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj @@ -117,6 +117,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + MultiThreadedDebug Console