forked from LittleBigRefresh/Refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Refresh.sln
59 lines (59 loc) · 4.01 KB
/
Refresh.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refresh.GameServer", "Refresh.GameServer\Refresh.GameServer.csproj", "{622EB919-5FD2-45FE-B006-4EE5C7849FDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefreshTests.GameServer", "RefreshTests.GameServer\RefreshTests.GameServer.csproj", "{8DC15128-D9C9-498B-AD3B-537C50966C91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refresh.Common", "Refresh.Common\Refresh.Common.csproj", "{A3D76B31-8732-4134-907B-F36773DF70D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refresh.HttpsProxy", "Refresh.HttpsProxy\Refresh.HttpsProxy.csproj", "{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refresh.PresenceServer", "Refresh.PresenceServer\Refresh.PresenceServer.csproj", "{833B3104-122C-45A6-BCBA-B6ED02A4C82E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
DebugLocalBunkum|Any CPU = DebugLocalBunkum|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.DebugLocalBunkum|Any CPU.ActiveCfg = DebugLocalBunkum|Any CPU
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.DebugLocalBunkum|Any CPU.Build.0 = DebugLocalBunkum|Any CPU
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622EB919-5FD2-45FE-B006-4EE5C7849FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.Release|Any CPU.Build.0 = Release|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.DebugLocalBunkum|Any CPU.ActiveCfg = DebugLocalBunkum|Any CPU
{8DC15128-D9C9-498B-AD3B-537C50966C91}.DebugLocalBunkum|Any CPU.Build.0 = DebugLocalBunkum|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.Release|Any CPU.Build.0 = Release|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.DebugLocalBunkum|Any CPU.ActiveCfg = Debug|Any CPU
{A3D76B31-8732-4134-907B-F36773DF70D3}.DebugLocalBunkum|Any CPU.Build.0 = Debug|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.Release|Any CPU.Build.0 = Release|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.DebugLocalBunkum|Any CPU.ActiveCfg = Debug|Any CPU
{3E0D28A4-3F63-4C3A-B12C-9AE2823ECE8E}.DebugLocalBunkum|Any CPU.Build.0 = Debug|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.Release|Any CPU.Build.0 = Release|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.DebugLocalBunkum|Any CPU.ActiveCfg = Debug|Any CPU
{833B3104-122C-45A6-BCBA-B6ED02A4C82E}.DebugLocalBunkum|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal