From 7ffe7e3a82f68959ea80d7cbdac43db6f13e88ae Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Thu, 5 Sep 2024 11:57:49 +0100 Subject: [PATCH] Updated VS project - Debug configurations need DEBUG macro --- SpeckleConnector/Connector.vcxproj | 4 ++-- SpeckleLib/SpeckleLib17.vcxproj | 4 +++- SpeckleLib/SpeckleLib17.vcxproj.filters | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SpeckleConnector/Connector.vcxproj b/SpeckleConnector/Connector.vcxproj index fa8466c..11d3c20 100644 --- a/SpeckleConnector/Connector.vcxproj +++ b/SpeckleConnector/Connector.vcxproj @@ -578,7 +578,7 @@ CALL "$(ProjectDir)..\SpeckleLib\Make.win\install.bat" Level3 - TESTING_MODE;ARCHICAD;WIN32;_WINDOWS;WINDOWS;AddOn_EXPORTS;ACExtension;_STLP_DONT_FORCE_MSVC_LIB_NAME;_USRDLL;_WIN_EXTERNAL_;_WINDLL;_CRT_SECURE_NO_WARNINGS;_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions) + TESTING_MODE;DEBUG;ARCHICAD;WIN32;_WINDOWS;WINDOWS;AddOn_EXPORTS;ACExtension;_STLP_DONT_FORCE_MSVC_LIB_NAME;_USRDLL;_WIN_EXTERNAL_;_WINDLL;_CRT_SECURE_NO_WARNINGS;_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions) false NotUsing @@ -765,7 +765,7 @@ CALL "$(ProjectDir)..\SpeckleLib\Make.win\install.bat" true - ARCHICAD;WIN32;_WINDOWS;WINDOWS;AddOn_EXPORTS;ACExtension;_USRDLL;_WIN_EXTERNAL_;_WINDLL;_CRT_SECURE_NO_WARNINGS;_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions) + NDEBUG;ARCHICAD;WIN32;_WINDOWS;WINDOWS;AddOn_EXPORTS;ACExtension;_USRDLL;_WIN_EXTERNAL_;_WINDLL;_CRT_SECURE_NO_WARNINGS;_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS;_LIB;%(PreprocessorDefinitions) true NotUsing diff --git a/SpeckleLib/SpeckleLib17.vcxproj b/SpeckleLib/SpeckleLib17.vcxproj index 1f60c50..8a2bf4a 100644 --- a/SpeckleLib/SpeckleLib17.vcxproj +++ b/SpeckleLib/SpeckleLib17.vcxproj @@ -24,6 +24,7 @@ + @@ -61,6 +62,7 @@ + @@ -207,7 +209,7 @@ Level3 - WINDOWS;ARCHICAD;ACExtension;_DEBUG;_LIB;%(PreprocessorDefinitions) + DEBUG;WINDOWS;ARCHICAD;ACExtension;_DEBUG;_LIB;%(PreprocessorDefinitions) false NotUsing diff --git a/SpeckleLib/SpeckleLib17.vcxproj.filters b/SpeckleLib/SpeckleLib17.vcxproj.filters index 790eaf2..90c6412 100644 --- a/SpeckleLib/SpeckleLib17.vcxproj.filters +++ b/SpeckleLib/SpeckleLib17.vcxproj.filters @@ -166,6 +166,9 @@ Speckle\Record\Credentials + + Speckle\Environment + @@ -231,6 +234,9 @@ Speckle\Record\Credentials + + Speckle\Environment +