Add project files.

This commit is contained in:
2022-04-30 10:46:44 -05:00
parent 3848a11a46
commit b432db6af7
23 changed files with 1444 additions and 0 deletions

31
GpsClient.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GpsClient", "GpsClient\GpsClient.csproj", "{1D1F37BA-9E34-4A02-A27C-717598839024}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GpsTestApp", "GpsTestApp\GpsTestApp.csproj", "{04FF8D42-1A4B-43EB-84DE-A9FE475BBD9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D1F37BA-9E34-4A02-A27C-717598839024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1F37BA-9E34-4A02-A27C-717598839024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1F37BA-9E34-4A02-A27C-717598839024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1F37BA-9E34-4A02-A27C-717598839024}.Release|Any CPU.Build.0 = Release|Any CPU
{04FF8D42-1A4B-43EB-84DE-A9FE475BBD9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04FF8D42-1A4B-43EB-84DE-A9FE475BBD9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04FF8D42-1A4B-43EB-84DE-A9FE475BBD9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04FF8D42-1A4B-43EB-84DE-A9FE475BBD9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D479033C-89BF-4BD7-8614-609B1F7321E7}
EndGlobalSection
EndGlobal