-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServer_Qcha.sln
More file actions
77 lines (77 loc) · 4.82 KB
/
Copy pathServer_Qcha.sln
File metadata and controls
77 lines (77 loc) · 4.82 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "server", "server", "{DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server_Qcha", "server\Server_Qcha.csproj", "{FFD59672-73F0-4932-8636-42414C8162BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bot", "bot", "{D3E09356-6418-F4F5-DDE9-09D519799B74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7FB1AD83-7B29-0312-71C4-03211182B5A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server_Qcha.Bot", "bot\src\Server_Qcha.Bot\Server_Qcha.Bot.csproj", "{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EFDAB9F0-C9F0-FA24-A4F0-73BD8D3FB397}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server_Qcha.Bot.Tests", "bot\tests\Server_Qcha.Bot.Tests\Server_Qcha.Bot.Tests.csproj", "{CF2666C4-5A68-4B1E-8423-5054E87F5B56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|x64.Build.0 = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Debug|x86.Build.0 = Debug|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|Any CPU.Build.0 = Release|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|x64.ActiveCfg = Release|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|x64.Build.0 = Release|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|x86.ActiveCfg = Release|Any CPU
{FFD59672-73F0-4932-8636-42414C8162BF}.Release|x86.Build.0 = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|x64.Build.0 = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|x86.ActiveCfg = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Debug|x86.Build.0 = Debug|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|Any CPU.Build.0 = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|x64.ActiveCfg = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|x64.Build.0 = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|x86.ActiveCfg = Release|Any CPU
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5}.Release|x86.Build.0 = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|x64.ActiveCfg = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|x64.Build.0 = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Debug|x86.Build.0 = Debug|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|x64.ActiveCfg = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|x64.Build.0 = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|x86.ActiveCfg = Release|Any CPU
{CF2666C4-5A68-4B1E-8423-5054E87F5B56}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FFD59672-73F0-4932-8636-42414C8162BF} = {DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E}
{7FB1AD83-7B29-0312-71C4-03211182B5A9} = {D3E09356-6418-F4F5-DDE9-09D519799B74}
{9529AE97-356B-4760-BD13-AFEAD0FEE7A5} = {7FB1AD83-7B29-0312-71C4-03211182B5A9}
{EFDAB9F0-C9F0-FA24-A4F0-73BD8D3FB397} = {D3E09356-6418-F4F5-DDE9-09D519799B74}
{CF2666C4-5A68-4B1E-8423-5054E87F5B56} = {EFDAB9F0-C9F0-FA24-A4F0-73BD8D3FB397}
EndGlobalSection
EndGlobal