-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworking.sln
More file actions
50 lines (50 loc) · 2.78 KB
/
Networking.sln
File metadata and controls
50 lines (50 loc) · 2.78 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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Networking", "Networking\Networking.shproj", "{4C4F3772-ACA4-449F-888B-EA71D0EA73E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{D03BC752-F1DD-4EB6-89F3-E0BBCA355D6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{5D58F134-4E0A-43BA-BD12-BBF9F438D88A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Notes", "Notes", "{9539DF67-FDB2-445F-BD07-EBEED9EB9201}"
ProjectSection(SolutionItems) = preProject
Notes.md = Notes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{0335CF91-4A29-4C0F-8DF2-CF599D167875}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Networking\Networking.projitems*{0335cf91-4a29-4c0f-8df2-cf599d167875}*SharedItemsImports = 5
Networking\Networking.projitems*{4c4f3772-aca4-449f-888b-ea71d0ea73e7}*SharedItemsImports = 13
Networking\Networking.projitems*{5d58f134-4e0a-43ba-bd12-bbf9f438d88a}*SharedItemsImports = 5
Networking\Networking.projitems*{d03bc752-f1dd-4eb6-89f3-e0bbca355d6e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D03BC752-F1DD-4EB6-89F3-E0BBCA355D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D03BC752-F1DD-4EB6-89F3-E0BBCA355D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D03BC752-F1DD-4EB6-89F3-E0BBCA355D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D03BC752-F1DD-4EB6-89F3-E0BBCA355D6E}.Release|Any CPU.Build.0 = Release|Any CPU
{5D58F134-4E0A-43BA-BD12-BBF9F438D88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D58F134-4E0A-43BA-BD12-BBF9F438D88A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D58F134-4E0A-43BA-BD12-BBF9F438D88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D58F134-4E0A-43BA-BD12-BBF9F438D88A}.Release|Any CPU.Build.0 = Release|Any CPU
{0335CF91-4A29-4C0F-8DF2-CF599D167875}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0335CF91-4A29-4C0F-8DF2-CF599D167875}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0335CF91-4A29-4C0F-8DF2-CF599D167875}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0335CF91-4A29-4C0F-8DF2-CF599D167875}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA63D978-A8D4-431C-B8EB-232F5C322894}
EndGlobalSection
EndGlobal