| 12345678910111213141516171819202122232425262728293031323334353637 | Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio Version 16VisualStudioVersion = 16.0.30011.22MinimumVisualStudioVersion = 10.0.40219.1Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WCS.Data", "WCS.Data\WCS.Data.csproj", "{138A447A-B177-45D3-AFD8-BEB1B7E93DF0}"EndProjectProject("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCS_Client", "WCS_Client\WCS_Client.csproj", "{9C668E95-2AF4-4A23-9B92-0452F8C18EAF}"EndProjectProject("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WCS.Workflow", "WCS.Workflow\WCS.Workflow.csproj", "{1819C86D-63B0-43B8-AC5A-523513433D64}"EndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|Any CPU = Debug|Any CPU		Release|Any CPU = Release|Any CPU	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{138A447A-B177-45D3-AFD8-BEB1B7E93DF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{138A447A-B177-45D3-AFD8-BEB1B7E93DF0}.Debug|Any CPU.Build.0 = Debug|Any CPU		{138A447A-B177-45D3-AFD8-BEB1B7E93DF0}.Release|Any CPU.ActiveCfg = Release|Any CPU		{138A447A-B177-45D3-AFD8-BEB1B7E93DF0}.Release|Any CPU.Build.0 = Release|Any CPU		{9C668E95-2AF4-4A23-9B92-0452F8C18EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{9C668E95-2AF4-4A23-9B92-0452F8C18EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU		{9C668E95-2AF4-4A23-9B92-0452F8C18EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU		{9C668E95-2AF4-4A23-9B92-0452F8C18EAF}.Release|Any CPU.Build.0 = Release|Any CPU		{1819C86D-63B0-43B8-AC5A-523513433D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{1819C86D-63B0-43B8-AC5A-523513433D64}.Debug|Any CPU.Build.0 = Debug|Any CPU		{1819C86D-63B0-43B8-AC5A-523513433D64}.Release|Any CPU.ActiveCfg = Release|Any CPU		{1819C86D-63B0-43B8-AC5A-523513433D64}.Release|Any CPU.Build.0 = Release|Any CPU	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution		SolutionGuid = {E7414DCD-FE4D-4EDE-8D63-A8D4C74936C1}	EndGlobalSectionEndGlobal
 |