-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessenger.sln
43 lines (43 loc) · 2.46 KB
/
Messenger.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{390CCFAF-3C55-4F86-BA66-6DD27E668FEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedLibrary", "SharedLibrary\SharedLibrary.csproj", "{4BFB756C-EBB8-4A9A-B782-2CD8C8CE29BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Update", "Update\Update.csproj", "{0989A989-3F51-4147-A482-5C97FEE3C7D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{65BACE1B-C2C8-4B28-9071-F21CA861868B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{390CCFAF-3C55-4F86-BA66-6DD27E668FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{390CCFAF-3C55-4F86-BA66-6DD27E668FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{390CCFAF-3C55-4F86-BA66-6DD27E668FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{390CCFAF-3C55-4F86-BA66-6DD27E668FEF}.Release|Any CPU.Build.0 = Release|Any CPU
{4BFB756C-EBB8-4A9A-B782-2CD8C8CE29BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BFB756C-EBB8-4A9A-B782-2CD8C8CE29BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BFB756C-EBB8-4A9A-B782-2CD8C8CE29BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BFB756C-EBB8-4A9A-B782-2CD8C8CE29BC}.Release|Any CPU.Build.0 = Release|Any CPU
{0989A989-3F51-4147-A482-5C97FEE3C7D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0989A989-3F51-4147-A482-5C97FEE3C7D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0989A989-3F51-4147-A482-5C97FEE3C7D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0989A989-3F51-4147-A482-5C97FEE3C7D0}.Release|Any CPU.Build.0 = Release|Any CPU
{65BACE1B-C2C8-4B28-9071-F21CA861868B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65BACE1B-C2C8-4B28-9071-F21CA861868B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65BACE1B-C2C8-4B28-9071-F21CA861868B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65BACE1B-C2C8-4B28-9071-F21CA861868B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02E4CAE5-51C9-46A5-A775-909136B8B56D}
EndGlobalSection
EndGlobal