-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServer.sln
More file actions
43 lines (43 loc) · 2.45 KB
/
Server.sln
File metadata and controls
43 lines (43 loc) · 2.45 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server.csproj", "{24814D8F-D55E-4B6D-A56E-E7C9F5F17335}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{F4AAF82A-1712-43EA-AABA-FE47BAF7D243}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckHost", "CheckHost\CheckHost.csproj", "{8662B970-987A-4FB9-B571-749909BB9273}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckPorts", "CheckPorts\CheckPorts.csproj", "{8BE9FEF9-64CC-48D5-AA30-CD2C73FAC95A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24814D8F-D55E-4B6D-A56E-E7C9F5F17335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24814D8F-D55E-4B6D-A56E-E7C9F5F17335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24814D8F-D55E-4B6D-A56E-E7C9F5F17335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24814D8F-D55E-4B6D-A56E-E7C9F5F17335}.Release|Any CPU.Build.0 = Release|Any CPU
{F4AAF82A-1712-43EA-AABA-FE47BAF7D243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4AAF82A-1712-43EA-AABA-FE47BAF7D243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4AAF82A-1712-43EA-AABA-FE47BAF7D243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4AAF82A-1712-43EA-AABA-FE47BAF7D243}.Release|Any CPU.Build.0 = Release|Any CPU
{8662B970-987A-4FB9-B571-749909BB9273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8662B970-987A-4FB9-B571-749909BB9273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8662B970-987A-4FB9-B571-749909BB9273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8662B970-987A-4FB9-B571-749909BB9273}.Release|Any CPU.Build.0 = Release|Any CPU
{8BE9FEF9-64CC-48D5-AA30-CD2C73FAC95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BE9FEF9-64CC-48D5-AA30-CD2C73FAC95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BE9FEF9-64CC-48D5-AA30-CD2C73FAC95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BE9FEF9-64CC-48D5-AA30-CD2C73FAC95A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36357F51-ED21-4582-A43D-9053C7D37F79}
EndGlobalSection
EndGlobal