You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tcpipSocket/Echo/Echo.sln

31 lines
1.5 KiB

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{E8C28E9B-3C0F-4A89-9F95-FB078E7B1D81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{224CAEA2-AA8A-4DA7-AE3C-F9BE71938D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8C28E9B-3C0F-4A89-9F95-FB078E7B1D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C28E9B-3C0F-4A89-9F95-FB078E7B1D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C28E9B-3C0F-4A89-9F95-FB078E7B1D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C28E9B-3C0F-4A89-9F95-FB078E7B1D81}.Release|Any CPU.Build.0 = Release|Any CPU
{224CAEA2-AA8A-4DA7-AE3C-F9BE71938D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{224CAEA2-AA8A-4DA7-AE3C-F9BE71938D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{224CAEA2-AA8A-4DA7-AE3C-F9BE71938D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{224CAEA2-AA8A-4DA7-AE3C-F9BE71938D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B391772-9687-4A60-8A3B-A725F424A383}
EndGlobalSection
EndGlobal