From ce76950b2dd32ad7ce45eb694ab369e00944f19d Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 1 Dec 2021 08:42:23 +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 --- lib/libZRCola/build/libZRCola.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libZRCola/build/libZRCola.vcxproj b/lib/libZRCola/build/libZRCola.vcxproj index 2aecd35..f2d89bd 100644 --- a/lib/libZRCola/build/libZRCola.vcxproj +++ b/lib/libZRCola/build/libZRCola.vcxproj @@ -53,6 +53,9 @@ + + ..\..\..\output\$(Platform).$(Configuration)\ + ..\..\stdex\include;%(AdditionalIncludeDirectories)