diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-10-10 19:28:21 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-10-10 19:28:21 +0200 |
commit | 8dd95f94afcec6e5ee94cbd80170b1231a3e7ddf (patch) | |
tree | f57905845960380d3d698fb9987339173139beb6 /GdiRadar.sln | |
parent | 609e646b425f9d44685eed99ce5e1976b929a354 (diff) |
Add project files.
Diffstat (limited to 'GdiRadar.sln')
-rw-r--r-- | GdiRadar.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/GdiRadar.sln b/GdiRadar.sln new file mode 100644 index 0000000..e823c41 --- /dev/null +++ b/GdiRadar.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +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 +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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CFEB5D6C-274A-40A6-AAEB-C1C1D7F2EF8C} + EndGlobalSection +EndGlobal |