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! --- .../Embroidery/Tango.Embroidery/Tango.Embroidery.vcxproj | 6 ++++-- .../Embroidery/Tango.EmbroideryUI/Tango.EmbroideryUI.csproj | 2 +- .../Embroidery/libEmbroideryTest/libEmbroideryTest.vcxproj | 5 ++++- .../project-files/visualstudio/libEmbroideryVS2008.vcxproj | 9 +++++---- 4 files changed, 14 insertions(+), 8 deletions(-) (limited to 'Software/Visual_Studio/Embroidery') diff --git a/Software/Visual_Studio/Embroidery/Tango.Embroidery/Tango.Embroidery.vcxproj b/Software/Visual_Studio/Embroidery/Tango.Embroidery/Tango.Embroidery.vcxproj index 691cefcdc..41d11f2fe 100644 --- a/Software/Visual_Studio/Embroidery/Tango.Embroidery/Tango.Embroidery.vcxproj +++ b/Software/Visual_Studio/Embroidery/Tango.Embroidery/Tango.Embroidery.vcxproj @@ -73,13 +73,14 @@ true $(SolutionDir)Build\Debug - $(ProjectDir);$(IncludePath) + $(IncludePath) true false + $(SolutionDir)Build\Debug false @@ -91,7 +92,7 @@ Level3 Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;TANGOEMBROIDERY_EXPORTS;%(PreprocessorDefinitions) - ..\libembroidery;%(AdditionalIncludeDirectories) + $(ProjectDir);..\libembroidery;%(AdditionalIncludeDirectories) Windows @@ -121,6 +122,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TANGOEMBROIDERY_EXPORTS;%(PreprocessorDefinitions) + $(ProjectDir);..\libembroidery;%(AdditionalIncludeDirectories) Windows diff --git a/Software/Visual_Studio/Embroidery/Tango.EmbroideryUI/Tango.EmbroideryUI.csproj b/Software/Visual_Studio/Embroidery/Tango.EmbroideryUI/Tango.EmbroideryUI.csproj index 11b779275..f0b55d92a 100644 --- a/Software/Visual_Studio/Embroidery/Tango.EmbroideryUI/Tango.EmbroideryUI.csproj +++ b/Software/Visual_Studio/Embroidery/Tango.EmbroideryUI/Tango.EmbroideryUI.csproj @@ -25,7 +25,7 @@ pdbonly true - bin\Release\ + ..\..\Build\Release\ TRACE prompt 4 diff --git a/Software/Visual_Studio/Embroidery/libEmbroideryTest/libEmbroideryTest.vcxproj b/Software/Visual_Studio/Embroidery/libEmbroideryTest/libEmbroideryTest.vcxproj index e0fa10d62..14b902ba6 100644 --- a/Software/Visual_Studio/Embroidery/libEmbroideryTest/libEmbroideryTest.vcxproj +++ b/Software/Visual_Studio/Embroidery/libEmbroideryTest/libEmbroideryTest.vcxproj @@ -36,7 +36,7 @@ Application false v141 - true + false Unicode @@ -72,12 +72,14 @@ true + $(SolutionDir)Build\Debug true false + $(SolutionDir)Build\Release false @@ -116,6 +118,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\libembroidery;%(AdditionalIncludeDirectories) Console diff --git a/Software/Visual_Studio/Embroidery/project-files/visualstudio/libEmbroideryVS2008.vcxproj b/Software/Visual_Studio/Embroidery/project-files/visualstudio/libEmbroideryVS2008.vcxproj index 3814fd65c..8076b030d 100644 --- a/Software/Visual_Studio/Embroidery/project-files/visualstudio/libEmbroideryVS2008.vcxproj +++ b/Software/Visual_Studio/Embroidery/project-files/visualstudio/libEmbroideryVS2008.vcxproj @@ -19,10 +19,10 @@ - DynamicLibrary + StaticLibrary v141 Unicode - true + false StaticLibrary @@ -43,12 +43,12 @@ <_ProjectFileVersion>14.0.25123.0 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)Build\Debug $(Configuration)\ true - $(SolutionDir)$(Configuration)\ + $(SolutionDir)Build\Release $(Configuration)\ false @@ -80,6 +80,7 @@ Level3 ProgramDatabase + ..\..\libgeometry;%(AdditionalIncludeDirectories) true -- cgit v1.3.1