Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31410.357 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatClient", "ChatApp\ChatClient.csproj", "{F63F1687-1541-480A-969B-DC90496E9BDC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatServer", "ChatServer\ChatServer.csproj", "{4B056C50-620A-4965-9123-30A3037366E5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {F63F1687-1541-480A-969B-DC90496E9BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F63F1687-1541-480A-969B-DC90496E9BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU {F63F1687-1541-480A-969B-DC90496E9BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU {F63F1687-1541-480A-969B-DC90496E9BDC}.Release|Any CPU.Build.0 = Release|Any CPU {4B056C50-620A-4965-9123-30A3037366E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4B056C50-620A-4965-9123-30A3037366E5}.Debug|Any CPU.Build.0 = Debug|Any CPU {4B056C50-620A-4965-9123-30A3037366E5}.Release|Any CPU.ActiveCfg = Release|Any CPU {4B056C50-620A-4965-9123-30A3037366E5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {F2AB6A00-789E-464D-882A-4B071C6BCB33} EndGlobalSection EndGlobal