-
Notifications
You must be signed in to change notification settings - Fork 17
/
NetChatRoom.sln
37 lines (37 loc) · 1.98 KB
/
NetChatRoom.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.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{27023C91-0567-422B-A0BB-0D228C5679B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C394A335-0F35-490C-8C6E-BC0CF033CF6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{BCC16D0E-F949-4C94-B5AE-B3FF2A9C2085}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27023C91-0567-422B-A0BB-0D228C5679B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27023C91-0567-422B-A0BB-0D228C5679B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27023C91-0567-422B-A0BB-0D228C5679B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27023C91-0567-422B-A0BB-0D228C5679B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C394A335-0F35-490C-8C6E-BC0CF033CF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C394A335-0F35-490C-8C6E-BC0CF033CF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C394A335-0F35-490C-8C6E-BC0CF033CF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C394A335-0F35-490C-8C6E-BC0CF033CF6F}.Release|Any CPU.Build.0 = Release|Any CPU
{BCC16D0E-F949-4C94-B5AE-B3FF2A9C2085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC16D0E-F949-4C94-B5AE-B3FF2A9C2085}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC16D0E-F949-4C94-B5AE-B3FF2A9C2085}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC16D0E-F949-4C94-B5AE-B3FF2A9C2085}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2204292B-8D57-48C1-A47D-29304352ECE6}
EndGlobalSection
EndGlobal