Match TFS Changeset 303361

This commit is contained in:
2022-02-01 19:49:09 -07:00
parent 6b4180dd68
commit a6abe8fdbd
115 changed files with 8097 additions and 13 deletions

28
APC-Viewer.sln Normal file
View File

@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APC Viewer", "APC Viewer\APC Viewer.csproj", "{7557A33D-4DCE-406C-9E62-2EE0B743CFBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APC Viewer.Tests", "APC Viewer.Tests\APC Viewer.Tests.csproj", "{1AD19A02-D271-4074-8870-46000DA5E964}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7557A33D-4DCE-406C-9E62-2EE0B743CFBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7557A33D-4DCE-406C-9E62-2EE0B743CFBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7557A33D-4DCE-406C-9E62-2EE0B743CFBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7557A33D-4DCE-406C-9E62-2EE0B743CFBA}.Release|Any CPU.Build.0 = Release|Any CPU
{1AD19A02-D271-4074-8870-46000DA5E964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AD19A02-D271-4074-8870-46000DA5E964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AD19A02-D271-4074-8870-46000DA5E964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AD19A02-D271-4074-8870-46000DA5E964}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal