From 27f3946c4feaaf5a9387366a41262d3e97ea08d9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 1 Dec 2021 07:17:34 +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/WinStd.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/WinStd.vcxproj b/build/WinStd.vcxproj index 77dcb86a..150916db 100644 --- a/build/WinStd.vcxproj +++ b/build/WinStd.vcxproj @@ -54,6 +54,9 @@ + + ..\..\..\output\$(Platform).$(Configuration)\ + Use