From 6c851968a960d4dc1ffeea2baeae400a824d5841 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 1 Dec 2021 08:41:32 +0100 Subject: [PATCH] Redirect output files to the output folder Thou linker can locate the output .lib file of referenced projects wherever .lib is just fine, this helps us to gather all .pdb files in the output folder. Signed-off-by: Simon Rozman --- build/MSICALib.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/MSICALib.vcxproj b/build/MSICALib.vcxproj index 824ef1e..1f1a284 100644 --- a/build/MSICALib.vcxproj +++ b/build/MSICALib.vcxproj @@ -54,6 +54,9 @@ + + ..\..\..\output\$(Platform).$(Configuration)\ + MultiThreadedDebug