-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGamemodes.sln
55 lines (55 loc) · 3.56 KB
/
Gamemodes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesClient", "GamemodesClient\GamemodesClient.csproj", "{F97928E9-E918-4146-8B8F-468D54E6FE02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesServer", "GamemodesServer\GamemodesServer.csproj", "{B2C49E33-43A0-401A-A08E-82C2FB5E1E79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesShared", "GamemodesShared\GamemodesShared.csproj", "{3F7964C1-F081-406A-8869-F0B5648840A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesClientPrivate", "GamemodesClientPrivate\GamemodesClientPrivate.csproj", "{AAF0703E-22D8-4EFC-B9CA-66205F70A37C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesServerPrivate", "GamemodesServerPrivate\GamemodesServerPrivate.csproj", "{9C0AF414-E264-49E0-AE28-6AA02DC2FA58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamemodesClientMenuFw", "GamemodesMenuBase\GamemodesClientMenuFw.csproj", "{607A2A32-F1C5-486E-9C73-7E0576BC3A8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F97928E9-E918-4146-8B8F-468D54E6FE02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F97928E9-E918-4146-8B8F-468D54E6FE02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F97928E9-E918-4146-8B8F-468D54E6FE02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F97928E9-E918-4146-8B8F-468D54E6FE02}.Release|Any CPU.Build.0 = Release|Any CPU
{B2C49E33-43A0-401A-A08E-82C2FB5E1E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C49E33-43A0-401A-A08E-82C2FB5E1E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C49E33-43A0-401A-A08E-82C2FB5E1E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C49E33-43A0-401A-A08E-82C2FB5E1E79}.Release|Any CPU.Build.0 = Release|Any CPU
{3F7964C1-F081-406A-8869-F0B5648840A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7964C1-F081-406A-8869-F0B5648840A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7964C1-F081-406A-8869-F0B5648840A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7964C1-F081-406A-8869-F0B5648840A6}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF0703E-22D8-4EFC-B9CA-66205F70A37C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF0703E-22D8-4EFC-B9CA-66205F70A37C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF0703E-22D8-4EFC-B9CA-66205F70A37C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF0703E-22D8-4EFC-B9CA-66205F70A37C}.Release|Any CPU.Build.0 = Release|Any CPU
{9C0AF414-E264-49E0-AE28-6AA02DC2FA58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C0AF414-E264-49E0-AE28-6AA02DC2FA58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C0AF414-E264-49E0-AE28-6AA02DC2FA58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C0AF414-E264-49E0-AE28-6AA02DC2FA58}.Release|Any CPU.Build.0 = Release|Any CPU
{607A2A32-F1C5-486E-9C73-7E0576BC3A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{607A2A32-F1C5-486E-9C73-7E0576BC3A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{607A2A32-F1C5-486E-9C73-7E0576BC3A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{607A2A32-F1C5-486E-9C73-7E0576BC3A8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CC17B64-90D6-47D7-A1F1-1EDE5F239B44}
EndGlobalSection
EndGlobal