Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.2.32519.379 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketStudy.ServerApp", "SocketStudy.ServerApp\SocketStudy.ServerApp.csproj", "{728CF602-AF27-4450-B042-C1D7996ED6A2}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketStudy.ClientApp", "SocketStudy.ClientApp\SocketStudy.ClientApp.csproj", "{ED05BC97-29C5-443E-A30D-6F3DC0F8F81F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketStudyTest", "SocketStudyTest\SocketStudyTest.csproj", "{AB061217-61AE-4687-91D2-7A14EFD16FCF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {728CF602-AF27-4450-B042-C1D7996ED6A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {728CF602-AF27-4450-B042-C1D7996ED6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU {728CF602-AF27-4450-B042-C1D7996ED6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU {728CF602-AF27-4450-B042-C1D7996ED6A2}.Release|Any CPU.Build.0 = Release|Any CPU {ED05BC97-29C5-443E-A30D-6F3DC0F8F81F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ED05BC97-29C5-443E-A30D-6F3DC0F8F81F}.Debug|Any CPU.Build.0 = Debug|Any CPU {ED05BC97-29C5-443E-A30D-6F3DC0F8F81F}.Release|Any CPU.ActiveCfg = Release|Any CPU {ED05BC97-29C5-443E-A30D-6F3DC0F8F81F}.Release|Any CPU.Build.0 = Release|Any CPU {AB061217-61AE-4687-91D2-7A14EFD16FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AB061217-61AE-4687-91D2-7A14EFD16FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU {AB061217-61AE-4687-91D2-7A14EFD16FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU {AB061217-61AE-4687-91D2-7A14EFD16FCF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5BC40834-E7D0-4639-B789-40226A913F55} EndGlobalSection EndGlobal