From a851545901aea6ac5e33d375236afdef6ecfa26f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 11 Mar 2018 10:59:52 +0200 Subject: Implemented VS solution release builds! --- .../Native/Tango.ColorLib/Tango.ColorLib.vcxproj | 5 ++++- .../Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj | 16 +++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'Software/Visual_Studio/Native') diff --git a/Software/Visual_Studio/Native/Tango.ColorLib/Tango.ColorLib.vcxproj b/Software/Visual_Studio/Native/Tango.ColorLib/Tango.ColorLib.vcxproj index 071c0a4bc..a05e31bf6 100644 --- a/Software/Visual_Studio/Native/Tango.ColorLib/Tango.ColorLib.vcxproj +++ b/Software/Visual_Studio/Native/Tango.ColorLib/Tango.ColorLib.vcxproj @@ -73,13 +73,14 @@ true $(SolutionDir)Build\Debug - $(ProjectDir);$(IncludePath) + $(IncludePath) true false + $(SolutionDir)Build\Release false @@ -92,6 +93,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;TANGOCOLORLIB_EXPORTS;%(PreprocessorDefinitions) Default MultiThreaded + $(ProjectDir);%(AdditionalIncludeDirectories) Windows @@ -121,6 +123,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TANGOCOLORLIB_EXPORTS;%(PreprocessorDefinitions) + $(ProjectDir);%(AdditionalIncludeDirectories) Windows diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj b/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj index e657d78b8..c79c4de99 100644 --- a/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj @@ -32,10 +32,10 @@ MultiByte - Application + DynamicLibrary false v141 - true + false MultiByte @@ -72,7 +72,10 @@ .dll $(SolutionDir)Build\Debug - ..\..\..\External_Repositories\Protobuf\protobuf-3.4.1\src;$(IncludePath) + $(IncludePath) + + + $(SolutionDir)Build\Release @@ -80,6 +83,7 @@ Disabled true MultiThreaded + ..\..\..\External_Repositories\Protobuf\protobuf-3.4.1\src;%(AdditionalIncludeDirectories) "$(TargetDir)proto-tc.exe" -i "$(SolutionDir)..\PMR\Messages" -o "$(SolutionDir)Native\Tango.ProtoTest\PMR" -l CPP @@ -95,10 +99,12 @@ Level3 - MaxSpeed + Disabled true - true + false true + ..\..\..\External_Repositories\Protobuf\protobuf-3.4.1\src;%(AdditionalIncludeDirectories) + MultiThreaded true -- cgit v1.3.1