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.
TCPSample/ScreenTCP/ScreenTCP.sln

32 lines
1.5 KiB


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32630.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{25D8FBD0-15A8-4DE5-B96D-972981393133}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{FB13CF8A-7A24-4E3C-BB41-04B55BD03A6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25D8FBD0-15A8-4DE5-B96D-972981393133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25D8FBD0-15A8-4DE5-B96D-972981393133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25D8FBD0-15A8-4DE5-B96D-972981393133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25D8FBD0-15A8-4DE5-B96D-972981393133}.Release|Any CPU.Build.0 = Release|Any CPU
{FB13CF8A-7A24-4E3C-BB41-04B55BD03A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB13CF8A-7A24-4E3C-BB41-04B55BD03A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB13CF8A-7A24-4E3C-BB41-04B55BD03A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB13CF8A-7A24-4E3C-BB41-04B55BD03A6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E75ADF2-7A82-49A1-B5EE-E55481790BA4}
EndGlobalSection
EndGlobal