-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdotnetcore-socket-server.sln
37 lines (37 loc) · 2.05 KB
/
dotnetcore-socket-server.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{5658F0AF-4548-4FA5-98BD-DF7753C338B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{703C361C-F55B-475A-BFC9-73B2912CA6FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerTests", "ServerTests\ServerTests.csproj", "{D2675C13-1253-4264-ABA1-F04FD4432B87}"
ProjectSection(ProjectDependencies) = postProject
{5658F0AF-4548-4FA5-98BD-DF7753C338B6} = {5658F0AF-4548-4FA5-98BD-DF7753C338B6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5658F0AF-4548-4FA5-98BD-DF7753C338B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5658F0AF-4548-4FA5-98BD-DF7753C338B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5658F0AF-4548-4FA5-98BD-DF7753C338B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5658F0AF-4548-4FA5-98BD-DF7753C338B6}.Release|Any CPU.Build.0 = Release|Any CPU
{703C361C-F55B-475A-BFC9-73B2912CA6FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{703C361C-F55B-475A-BFC9-73B2912CA6FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{703C361C-F55B-475A-BFC9-73B2912CA6FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{703C361C-F55B-475A-BFC9-73B2912CA6FC}.Release|Any CPU.Build.0 = Release|Any CPU
{D2675C13-1253-4264-ABA1-F04FD4432B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2675C13-1253-4264-ABA1-F04FD4432B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2675C13-1253-4264-ABA1-F04FD4432B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2675C13-1253-4264-ABA1-F04FD4432B87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal