From c694b22faec6f1d1626b18ceb399df0aae26bf10 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 1 Dec 2021 08:40:38 +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/stdex.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/stdex.vcxproj b/build/stdex.vcxproj index c97813c2e..fee8aabc8 100644 --- a/build/stdex.vcxproj +++ b/build/stdex.vcxproj @@ -54,6 +54,9 @@ + + ..\..\..\output\$(Platform).$(Configuration)\ + Use