From 2dc261835430c7d9257f71c6492367e3e1852866 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Thu, 9 Mar 2017 22:45:02 -0600 Subject: [PATCH] * Binaries are now output to /bin * Intermediary files are now output to /build --- Jupiter/Jupiter.vcxproj | 4 ++-- Tester/Tester.vcxproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jupiter/Jupiter.vcxproj b/Jupiter/Jupiter.vcxproj index ff43d99..2cf0630 100644 --- a/Jupiter/Jupiter.vcxproj +++ b/Jupiter/Jupiter.vcxproj @@ -46,8 +46,8 @@ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\ C:\dev\OpenSSL\Win32\include;$(IncludePath) diff --git a/Tester/Tester.vcxproj b/Tester/Tester.vcxproj index 3b1ff46..a88d435 100644 --- a/Tester/Tester.vcxproj +++ b/Tester/Tester.vcxproj @@ -46,9 +46,9 @@ - $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\;$(LibraryPath) + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\