From aa408ced60398356456e102b9e5acdb7cb0f1c8d Mon Sep 17 00:00:00 2001 From: Maxime Meignan Date: Fri, 23 Sep 2022 17:43:10 +0200 Subject: [PATCH] tweaking configuration files --- EDRSandblast/EDRSandblast.vcxproj | 2 ++ EDRSandblast_CLI/EDRSandblast_CLI.vcxproj | 10 ++++++++++ .../EDRSandblast_StaticLibrary.vcxproj | 10 ++++++---- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/EDRSandblast/EDRSandblast.vcxproj b/EDRSandblast/EDRSandblast.vcxproj index c40556d..8cf9675 100644 --- a/EDRSandblast/EDRSandblast.vcxproj +++ b/EDRSandblast/EDRSandblast.vcxproj @@ -78,9 +78,11 @@ true + $(SolutionDir)EDRSandblast\Includes;$(VC_IncludePath);$(WindowsSDK_IncludePath); false + $(SolutionDir)EDRSandblast\Includes;$(VC_IncludePath);$(WindowsSDK_IncludePath); true diff --git a/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj b/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj index 82acaa6..6476301 100644 --- a/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj +++ b/EDRSandblast_CLI/EDRSandblast_CLI.vcxproj @@ -83,6 +83,12 @@ $(LibraryPath) EDRSandblast + + $(SolutionDir)\EDRSandblast\Includes;$(IncludePath) + + + $(SolutionDir)\EDRSandblast\Includes;$(IncludePath) + Level3 @@ -93,6 +99,8 @@ Console true + $(SolutionDir)$(Platform)\$(Configuration)\EDRSandblast_Core.lib;Dbghelp.lib;Version.lib;Winhttp.lib;Pathcch.lib;Shlwapi.lib;%(AdditionalDependencies) + libcmtd.lib @@ -109,6 +117,8 @@ true true true + $(SolutionDir)$(Platform)\$(Configuration)\EDRSandblast_Core.lib;Dbghelp.lib;Version.lib;Winhttp.lib;Pathcch.lib;Shlwapi.lib;%(AdditionalDependencies) + libcmtd.lib diff --git a/EDRSandblast_StaticLibrary/EDRSandblast_StaticLibrary.vcxproj b/EDRSandblast_StaticLibrary/EDRSandblast_StaticLibrary.vcxproj index 3ed396f..dd5babe 100644 --- a/EDRSandblast_StaticLibrary/EDRSandblast_StaticLibrary.vcxproj +++ b/EDRSandblast_StaticLibrary/EDRSandblast_StaticLibrary.vcxproj @@ -82,8 +82,9 @@ true WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true - Use - pch.h + NotUsing + + @@ -99,8 +100,9 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true - Use - pch.h + NotUsing + +