| 12345678910111213141516171819202122232425 | Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio Version 16VisualStudioVersion = 16.0.32228.343MinimumVisualStudioVersion = 10.0.40219.1Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHCCHISInterfaceVS2005", "TestHCCHISInterfaceVS2005\TestHCCHISInterfaceVS2005.csproj", "{10F74C3A-5BF0-427C-9F7D-531E358CD87F}"EndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|Any CPU = Debug|Any CPU		Release|Any CPU = Release|Any CPU	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{10F74C3A-5BF0-427C-9F7D-531E358CD87F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{10F74C3A-5BF0-427C-9F7D-531E358CD87F}.Debug|Any CPU.Build.0 = Debug|Any CPU		{10F74C3A-5BF0-427C-9F7D-531E358CD87F}.Release|Any CPU.ActiveCfg = Release|Any CPU		{10F74C3A-5BF0-427C-9F7D-531E358CD87F}.Release|Any CPU.Build.0 = Release|Any CPU	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution		SolutionGuid = {651BDA85-80D1-4026-BB94-1A9BDFFE5C23}	EndGlobalSectionEndGlobal
 |