Initial commit

This commit is contained in:
Tony Bark 2024-09-09 03:12:35 -04:00
commit 210499ef8a
41 changed files with 5060 additions and 0 deletions

25
AmtrakStatus.sln Normal file
View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmtrakStatus", "src\AmtrakStatus.csproj", "{3FFB616E-E9BA-4E8A-B8D8-BFE9EFA752A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FFB616E-E9BA-4E8A-B8D8-BFE9EFA752A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FFB616E-E9BA-4E8A-B8D8-BFE9EFA752A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FFB616E-E9BA-4E8A-B8D8-BFE9EFA752A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FFB616E-E9BA-4E8A-B8D8-BFE9EFA752A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36853C4A-12EC-4942-A1A4-FC964FDF7E78}
EndGlobalSection
EndGlobal