diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 20:48:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 20:48:50 +0200 |
commit | dca9468f66f48db7ce38e27a8a8ab7ee40d8e14c (patch) | |
tree | 9c7c7e22d15e055a304b99e287225c9c2868f999 /GdiRadar.sln | |
parent | 2f8dc240cae17e20c5c46fbcab0573fcf684d1bc (diff) |
added new static lib and moved code from Test to it; use "old" console app as integration test
Diffstat (limited to 'GdiRadar.sln')
-rw-r--r-- | GdiRadar.sln | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/GdiRadar.sln b/GdiRadar.sln index 398fc16..68d956b 100644 --- a/GdiRadar.sln +++ b/GdiRadar.sln @@ -5,16 +5,32 @@ VisualStudioVersion = 15.0.28307.757 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GdiRadar", "GdiRadar\GdiRadar.vcxproj", "{C9774084-968A-4F0A-96F7-B5F4E7B254A4}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GdiRadarLib", "GdiRadarLib\GdiRadarLib.vcxproj", "{846C5E70-36F1-4790-AAD5-7DE55345AF2E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Debug|x64.ActiveCfg = Debug|x64 {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Debug|x64.Build.0 = Debug|x64 + {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Debug|x86.ActiveCfg = Debug|Win32 + {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Debug|x86.Build.0 = Debug|Win32 {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Release|x64.ActiveCfg = Release|x64 {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Release|x64.Build.0 = Release|x64 + {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Release|x86.ActiveCfg = Release|Win32 + {C9774084-968A-4F0A-96F7-B5F4E7B254A4}.Release|x86.Build.0 = Release|Win32 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Debug|x64.ActiveCfg = Debug|x64 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Debug|x64.Build.0 = Debug|x64 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Debug|x86.ActiveCfg = Debug|Win32 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Debug|x86.Build.0 = Debug|Win32 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Release|x64.ActiveCfg = Release|x64 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Release|x64.Build.0 = Release|x64 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Release|x86.ActiveCfg = Release|Win32 + {846C5E70-36F1-4790-AAD5-7DE55345AF2E}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |