-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServerSocket.sln
More file actions
39 lines (39 loc) · 2.07 KB
/
ServerSocket.sln
File metadata and controls
39 lines (39 loc) · 2.07 KB
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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSocketLibrary", "src\ServerSocket\ServerSocketLibrary.csproj", "{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3C03F736-8E9C-4222-8890-FB1C16642CDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E5455BC2-D02E-4458-B233-742A0215177A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerSocket.UnitTests", "test\ServerSocket.UnitTests\ServerSocket.UnitTests.csproj", "{43033283-44AE-460D-A01E-C1E1485DCF0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA}.Release|Any CPU.Build.0 = Release|Any CPU
{43033283-44AE-460D-A01E-C1E1485DCF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43033283-44AE-460D-A01E-C1E1485DCF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43033283-44AE-460D-A01E-C1E1485DCF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43033283-44AE-460D-A01E-C1E1485DCF0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64CC3BDC-AD6F-460F-AC59-0C15E07FF7EA} = {3C03F736-8E9C-4222-8890-FB1C16642CDC}
{43033283-44AE-460D-A01E-C1E1485DCF0A} = {E5455BC2-D02E-4458-B233-742A0215177A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {209C05B8-337A-417F-809A-18AB6082D26E}
EndGlobalSection
EndGlobal