From dca9468f66f48db7ce38e27a8a8ab7ee40d8e14c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 14 Oct 2019 20:48:50 +0200 Subject: added new static lib and moved code from Test to it; use "old" console app as integration test --- GdiRadar/GdiRadar.vcxproj | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'GdiRadar/GdiRadar.vcxproj') diff --git a/GdiRadar/GdiRadar.vcxproj b/GdiRadar/GdiRadar.vcxproj index caec31e..f1f6c11 100644 --- a/GdiRadar/GdiRadar.vcxproj +++ b/GdiRadar/GdiRadar.vcxproj @@ -22,8 +22,9 @@ 15.0 {C9774084-968A-4F0A-96F7-B5F4E7B254A4} Win32Proj - GdiRadar + GdiRadarTest 10.0.17763.0 + GdiRadarTest @@ -77,12 +78,14 @@ true + $(Platform)\$(Configuration)\$(ProjectName)\ false false + $(Platform)\$(Configuration)\$(ProjectName)\ @@ -109,6 +112,7 @@ true pch.h MultiThreadedDebugDLL + $(SolutionDir)GdiRadarLib;%(AdditionalIncludeDirectories) Console @@ -145,6 +149,7 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true pch.h + $(SolutionDir)GdiRadarLib;%(AdditionalIncludeDirectories) Console @@ -155,11 +160,9 @@ - - Create @@ -168,6 +171,11 @@ Create + + + {846c5e70-36f1-4790-aad5-7de55345af2e} + + -- cgit v1.2.3