-
Notifications
You must be signed in to change notification settings - Fork 13
/
JustAnotherVoiceChat.Server.sln
103 lines (103 loc) · 8.27 KB
/
JustAnotherVoiceChat.Server.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustAnotherVoiceChat.Server.Wrapper", "JustAnotherVoiceChat.Server.Wrapper\JustAnotherVoiceChat.Server.Wrapper.csproj", "{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustAnotherVoiceChat.Server.GTMP", "JustAnotherVoiceChat.Server.GTMP\JustAnotherVoiceChat.Server.GTMP.csproj", "{7362E09D-6D62-493B-86FF-00544D5967F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustAnotherVoiceChat.Server.Dummy", "JustAnotherVoiceChat.Server.Dummy\JustAnotherVoiceChat.Server.Dummy.csproj", "{3195371E-03B7-4CDF-A587-2B9BE98940E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GT-MP", "GT-MP", "{8FF7AC98-9395-49C9-AC3E-A8CE2F56DC35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustAnotherVoiceChat.Server.GTMP.Resource", "JustAnotherVoiceChat.Server.GTMP.Resource\JustAnotherVoiceChat.Server.GTMP.Resource.csproj", "{62D8EA73-E9AA-435F-B58C-139C69507B26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5990D86F-7765-47A3-B43B-328329D62523}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustAnotherVoiceChat.Server.Wrapper.Tests", "JustAnotherVoiceChat.Server.Wrapper.Tests\JustAnotherVoiceChat.Server.Wrapper.Tests.csproj", "{AD192460-A5D5-461A-AEC3-476713B055DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustAnotherVoiceChat.Server.Testing", "JustAnotherVoiceChat.Server.Testing\JustAnotherVoiceChat.Server.Testing.csproj", "{E5D508E4-CC84-446F-A4A2-1F512DA21D07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Linux|Any CPU = Debug Linux|Any CPU
Debug Windows GTMP|Any CPU = Debug Windows GTMP|Any CPU
Debug Windows|Any CPU = Debug Windows|Any CPU
Release Linux|Any CPU = Release Linux|Any CPU
Release Windows|Any CPU = Release Windows|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Linux|Any CPU.ActiveCfg = Debug Linux|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Linux|Any CPU.Build.0 = Debug Linux|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug Windows|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Windows GTMP|Any CPU.Build.0 = Debug Windows|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Windows|Any CPU.ActiveCfg = Debug Windows|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Debug Windows|Any CPU.Build.0 = Debug Windows|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Release Linux|Any CPU.ActiveCfg = Release Linux|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Release Linux|Any CPU.Build.0 = Release Linux|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Release Windows|Any CPU.ActiveCfg = Release Windows|Any CPU
{3523B5C4-FF62-4D7C-8319-BB7FBECF8F51}.Release Windows|Any CPU.Build.0 = Release Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Linux|Any CPU.ActiveCfg = Debug Linux|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Linux|Any CPU.Build.0 = Debug Linux|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Windows GTMP|Any CPU.Build.0 = Debug Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Windows|Any CPU.ActiveCfg = Debug Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Debug Windows|Any CPU.Build.0 = Debug Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Release Linux|Any CPU.ActiveCfg = Release Linux|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Release Linux|Any CPU.Build.0 = Release Linux|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Release Windows|Any CPU.ActiveCfg = Release Windows|Any CPU
{7362E09D-6D62-493B-86FF-00544D5967F8}.Release Windows|Any CPU.Build.0 = Release Windows|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Debug Linux|Any CPU.ActiveCfg = Debug Linux|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Debug Linux|Any CPU.Build.0 = Debug Linux|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug Windows|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Debug Windows|Any CPU.ActiveCfg = Debug Windows|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Debug Windows|Any CPU.Build.0 = Debug Windows|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Release Linux|Any CPU.ActiveCfg = Release Linux|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Release Linux|Any CPU.Build.0 = Release Linux|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Release Windows|Any CPU.ActiveCfg = Release Windows|Any CPU
{3195371E-03B7-4CDF-A587-2B9BE98940E5}.Release Windows|Any CPU.Build.0 = Release Windows|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Linux|Any CPU.ActiveCfg = Debug Linux|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Linux|Any CPU.Build.0 = Debug Linux|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug Windows GTMP|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Windows GTMP|Any CPU.Build.0 = Debug Windows GTMP|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Windows|Any CPU.ActiveCfg = Debug Windows|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Debug Windows|Any CPU.Build.0 = Debug Windows|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Release Linux|Any CPU.ActiveCfg = Release Linux|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Release Linux|Any CPU.Build.0 = Release Linux|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Release Windows|Any CPU.ActiveCfg = Release Windows|Any CPU
{62D8EA73-E9AA-435F-B58C-139C69507B26}.Release Windows|Any CPU.Build.0 = Release Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Linux|Any CPU.ActiveCfg = Debug Linux|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Linux|Any CPU.Build.0 = Debug Linux|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Windows GTMP|Any CPU.Build.0 = Debug Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Windows|Any CPU.ActiveCfg = Debug Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Debug Windows|Any CPU.Build.0 = Debug Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Release Linux|Any CPU.ActiveCfg = Release Linux|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Release Linux|Any CPU.Build.0 = Release Linux|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Release Windows|Any CPU.ActiveCfg = Release Windows|Any CPU
{AD192460-A5D5-461A-AEC3-476713B055DE}.Release Windows|Any CPU.Build.0 = Release Windows|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Linux|Any CPU.ActiveCfg = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Linux|Any CPU.Build.0 = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Windows GTMP|Any CPU.ActiveCfg = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Windows GTMP|Any CPU.Build.0 = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Windows|Any CPU.ActiveCfg = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Debug Windows|Any CPU.Build.0 = Debug|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Release Linux|Any CPU.ActiveCfg = Release|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Release Linux|Any CPU.Build.0 = Release|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Release Windows|Any CPU.ActiveCfg = Release|Any CPU
{E5D508E4-CC84-446F-A4A2-1F512DA21D07}.Release Windows|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7362E09D-6D62-493B-86FF-00544D5967F8} = {8FF7AC98-9395-49C9-AC3E-A8CE2F56DC35}
{62D8EA73-E9AA-435F-B58C-139C69507B26} = {8FF7AC98-9395-49C9-AC3E-A8CE2F56DC35}
{AD192460-A5D5-461A-AEC3-476713B055DE} = {5990D86F-7765-47A3-B43B-328329D62523}
{E5D508E4-CC84-446F-A4A2-1F512DA21D07} = {5990D86F-7765-47A3-B43B-328329D62523}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6162361F-1B6E-4199-ADB1-A2D9A7373238}
EndGlobalSection
EndGlobal