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)\