| 123456789101112131415161718192021222324 | Microsoft Visual Studio Solution File, Format Version 9.00# Visual Studio 2005Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHCCHISInterfaceVS2005", "TestHCCHISInterfaceVS2005\TestHCCHISInterfaceVS2005.csproj", "{10F74C3A-5BF0-427C-9F7D-531E358CD87F}"	ProjectSection(WebsiteProperties) = preProject		Debug.AspNetCompiler.Debug = "True"		Release.AspNetCompiler.Debug = "False"	EndProjectSectionEndProjectGlobal	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	EndGlobalSectionEndGlobal
 |