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/TAP/TAP.sln

32 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", "{BE7AA4FD-6859-4010-A6A4-991A7E5BA6AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{F632989E-390D-4098-9114-F1BCE43B8B82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE7AA4FD-6859-4010-A6A4-991A7E5BA6AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE7AA4FD-6859-4010-A6A4-991A7E5BA6AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE7AA4FD-6859-4010-A6A4-991A7E5BA6AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE7AA4FD-6859-4010-A6A4-991A7E5BA6AB}.Release|Any CPU.Build.0 = Release|Any CPU
{F632989E-390D-4098-9114-F1BCE43B8B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F632989E-390D-4098-9114-F1BCE43B8B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F632989E-390D-4098-9114-F1BCE43B8B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F632989E-390D-4098-9114-F1BCE43B8B82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E9FD3BE-FDB5-4256-AC8D-B528D1B5A9BE}
EndGlobalSection
EndGlobal