From 583933d97eb6091fc9df883966a2cd185ed2ef3b Mon Sep 17 00:00:00 2001 From: Mode77 Date: Tue, 13 Feb 2024 11:10:57 -0500 Subject: [PATCH 1/2] Updated ProductionCodeLib and AllTests projects (debug) --- vs-test-build/AllTests.vcxproj | 16 ++++++++-------- vs-test-build/ProductionCodeLib.vcxproj | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/vs-test-build/AllTests.vcxproj b/vs-test-build/AllTests.vcxproj index f6dc6b4..4a638ef 100755 --- a/vs-test-build/AllTests.vcxproj +++ b/vs-test-build/AllTests.vcxproj @@ -43,8 +43,8 @@ .\Release\ .\Release\ false - .\Debug\ - .\Debug\ + .\Debug\VS2019\AllTests\x86\ + .\Debug\VS2019\AllTests\x86\ true @@ -99,9 +99,9 @@ EnableFastChecks MultiThreadedDebugDLL .\Debug/AllTests.pch - .\Debug/ - .\Debug/ - .\Debug/ + .\Debug\VS2019\AllTests\x86\ + .\Debug\VS2019\AllTests\x86\ + .\Debug\VS2019\AllTests\x86\ Level3 true EditAndContinue @@ -112,11 +112,11 @@ 0x0409 - $(CPPUTEST_HOME)\lib\cpputestd.lib;.\Debug\ProductionCodeLib.lib;odbc32.lib;odbccp32.lib;winmm.lib - .\Debug/AllTests.exe + $(CPPUTEST_HOME)\lib\x86\cpputestd.lib;.\Debug\VS2019\ProductionCodeLib\x86\ProductionCodeLib.lib;odbc32.lib;odbccp32.lib;winmm.lib + .\Debug\VS2019\AllTests\x86\AllTests.exe true true - .\Debug/AllTests.pdb + .\Debug\VS2019\AllTests\x86\AllTests.pdb Console false diff --git a/vs-test-build/ProductionCodeLib.vcxproj b/vs-test-build/ProductionCodeLib.vcxproj index 0b70b79..a1bb9cf 100755 --- a/vs-test-build/ProductionCodeLib.vcxproj +++ b/vs-test-build/ProductionCodeLib.vcxproj @@ -40,8 +40,8 @@ <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + .\Debug\VS2019\ProductionCodeLib\x86\ + .\Debug\VS2019\ProductionCodeLib\x86\ .\Release\ .\Release\ @@ -53,9 +53,9 @@ EnableFastChecks MultiThreadedDebugDLL .\Debug/ProductionCodeLib.pch - .\Debug/ - .\Debug/ - .\Debug/ + .\Debug\VS2019\ProductionCodeLib\x86\ + .\Debug\VS2019\ProductionCodeLib\x86\ + .\Debug\VS2019\ProductionCodeLib\x86\ Level3 true EditAndContinue @@ -66,7 +66,7 @@ 0x0409 - .\Debug\ProductionCodeLib.lib + .\Debug\VS2019\ProductionCodeLib\x86\ProductionCodeLib.lib true From 6b400f1d3edfb74cdc51d16ece68929b972d9a54 Mon Sep 17 00:00:00 2001 From: Mode77 Date: Tue, 13 Feb 2024 11:40:42 -0500 Subject: [PATCH 2/2] Updated ProductionCodeLib and AllTests projects (release) --- vs-test-build/AllTests.vcxproj | 18 ++++++++++-------- vs-test-build/ProductionCodeLib.vcxproj | 13 +++++++------ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/vs-test-build/AllTests.vcxproj b/vs-test-build/AllTests.vcxproj index 4a638ef..574f1f5 100755 --- a/vs-test-build/AllTests.vcxproj +++ b/vs-test-build/AllTests.vcxproj @@ -40,8 +40,8 @@ <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + .\Release\VS2019\AllTests\x86\ + .\Release\VS2019\AllTests\x86\ false .\Debug\VS2019\AllTests\x86\ .\Debug\VS2019\AllTests\x86\ @@ -58,28 +58,30 @@ OnlyExplicitInline WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - MultiThreaded + MultiThreadedDLL true .\Release/AllTests.pch - .\Release/ - .\Release/ - .\Release/ + .\Release\VS2019\AllTests\x86\ + .\Release\VS2019\AllTests\x86\ + .\Release\VS2019\AllTests\x86\ Level3 true + $(CPPUTEST_HOME)/include;$(CPPUTEST_HOME)/include/Platforms/VisualCpp;..\example-include;%(AdditionalIncludeDirectories) NDEBUG;%(PreprocessorDefinitions) 0x0409 - .\Release/AllTests.exe + .\Release\VS2019\AllTests\x86\AllTests.exe true - .\Release/AllTests.pdb + .\Release\VS2019\AllTests\x86\AllTests.pdb Console false MachineX86 + $(CPPUTEST_HOME)\lib\x86\cpputest.lib;.\Release\VS2019\ProductionCodeLib\x86\ProductionCodeLib.lib;%(AdditionalDependencies) true diff --git a/vs-test-build/ProductionCodeLib.vcxproj b/vs-test-build/ProductionCodeLib.vcxproj index a1bb9cf..47ad0da 100755 --- a/vs-test-build/ProductionCodeLib.vcxproj +++ b/vs-test-build/ProductionCodeLib.vcxproj @@ -42,8 +42,8 @@ <_ProjectFileVersion>10.0.30319.1 .\Debug\VS2019\ProductionCodeLib\x86\ .\Debug\VS2019\ProductionCodeLib\x86\ - .\Release\ - .\Release\ + .\Release\VS2019\ProductionCodeLib\x86\ + .\Release\VS2019\ProductionCodeLib\x86\ @@ -87,18 +87,19 @@ MultiThreaded true .\Release/ProductionCodeLib.pch - .\Release/ - .\Release/ - .\Release/ + .\Release\VS2019\ProductionCodeLib\x86\ + .\Release\VS2019\ProductionCodeLib\x86\ + .\Release\VS2019\ProductionCodeLib\x86\ Level3 true + $(CPPUTEST_HOME)/include;$(CPPUTEST_HOME)/include/Platforms/VisualCpp;..\example-include;..\tests;%(AdditionalIncludeDirectories) NDEBUG;%(PreprocessorDefinitions) 0x0409 - .\Release\ProductionCodeLib.lib + .\Release\VS2019\ProductionCodeLib\x86\ProductionCodeLib.lib true