-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMatchMackingServer.sln
More file actions
35 lines (35 loc) · 1.89 KB
/
Copy pathMatchMackingServer.sln
File metadata and controls
35 lines (35 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatchMackingServer", "MatchMackingServer.csproj", "{DFA43A12-699A-4122-A8DB-70D9FF6E9AFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameCommon", "..\thirdparty\GameCommon\GameCommon.csproj", "{A370DB6A-D16E-4E24-B75D-4A91366DDD2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFA43A12-699A-4122-A8DB-70D9FF6E9AFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFA43A12-699A-4122-A8DB-70D9FF6E9AFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFA43A12-699A-4122-A8DB-70D9FF6E9AFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFA43A12-699A-4122-A8DB-70D9FF6E9AFF}.Release|Any CPU.Build.0 = Release|Any CPU
{C575017B-E232-437C-84D6-B62A94EC35A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C575017B-E232-437C-84D6-B62A94EC35A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C575017B-E232-437C-84D6-B62A94EC35A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C575017B-E232-437C-84D6-B62A94EC35A0}.Release|Any CPU.Build.0 = Release|Any CPU
{A370DB6A-D16E-4E24-B75D-4A91366DDD2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A370DB6A-D16E-4E24-B75D-4A91366DDD2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A370DB6A-D16E-4E24-B75D-4A91366DDD2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A370DB6A-D16E-4E24-B75D-4A91366DDD2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1161F87C-72D3-4576-92AE-C1D978C2F981}
EndGlobalSection
EndGlobal