From 1fd22225e12c9d2162c5c6f384154de92f100cd8 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Thu, 5 Jan 2017 16:17:13 -0500 Subject: [PATCH] Changed output directories under Win32 --- Jupiter/Jupiter.vcxproj | 7 +++++-- Tester/Tester.vcxproj | 7 ++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Jupiter/Jupiter.vcxproj b/Jupiter/Jupiter.vcxproj index 4a19d04..0afb001 100644 --- a/Jupiter/Jupiter.vcxproj +++ b/Jupiter/Jupiter.vcxproj @@ -22,6 +22,7 @@ {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8} Win32Proj Jupiter + 8.1 @@ -78,6 +79,8 @@ C:\dev\OpenSSL\Win32\include;$(IncludePath) C:\dev\OpenSSL\Win32\lib\VC;$(LibraryPath) AllRules.ruleset + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -114,7 +117,7 @@ Level4 NotUsing - MaxSpeed + Full true true WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions) @@ -147,7 +150,7 @@ Level4 NotUsing - MaxSpeed + Full true true WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions) diff --git a/Tester/Tester.vcxproj b/Tester/Tester.vcxproj index e4e1551..f470a6a 100644 --- a/Tester/Tester.vcxproj +++ b/Tester/Tester.vcxproj @@ -22,6 +22,7 @@ {0F041791-1047-4C6A-A4C1-814E6957D5EB} Win32Proj Tester + 8.1 @@ -74,7 +75,9 @@ false - $(SolutionDir)$(Configuration)\;$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -116,6 +119,7 @@ true WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ../;%(AdditionalIncludeDirectories) + Speed Console @@ -136,6 +140,7 @@ true WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ../;%(AdditionalIncludeDirectories) + Speed Console