-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMasterServer.sln
More file actions
45 lines (45 loc) · 2.69 KB
/
Copy pathMasterServer.sln
File metadata and controls
45 lines (45 loc) · 2.69 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterServer.Core", "MasterServer.Core\MasterServer.Core.csproj", "{9084FBEE-2664-4E4C-BB19-0190C0BA36DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterServer.Console", "MasterServer.Console\MasterServer.Console.csproj", "{D51261F9-DC9D-4BE7-BBCA-12A27EA8F07B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterServer.Torque", "MasterServer.Torque\MasterServer.Torque.csproj", "{9CA3AFE6-DA94-44BA-9426-16CB0694C0F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterServer.Logger", "MasterServer.Logger\MasterServer.Logger.csproj", "{29E4F7E4-B6CB-42A5-B9C0-39DA85841258}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{16FD9FC8-8A3D-46F9-B4C9-6DB1356AA97F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9084FBEE-2664-4E4C-BB19-0190C0BA36DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9084FBEE-2664-4E4C-BB19-0190C0BA36DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9084FBEE-2664-4E4C-BB19-0190C0BA36DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9084FBEE-2664-4E4C-BB19-0190C0BA36DA}.Release|Any CPU.Build.0 = Release|Any CPU
{D51261F9-DC9D-4BE7-BBCA-12A27EA8F07B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D51261F9-DC9D-4BE7-BBCA-12A27EA8F07B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D51261F9-DC9D-4BE7-BBCA-12A27EA8F07B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D51261F9-DC9D-4BE7-BBCA-12A27EA8F07B}.Release|Any CPU.Build.0 = Release|Any CPU
{9CA3AFE6-DA94-44BA-9426-16CB0694C0F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CA3AFE6-DA94-44BA-9426-16CB0694C0F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CA3AFE6-DA94-44BA-9426-16CB0694C0F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CA3AFE6-DA94-44BA-9426-16CB0694C0F9}.Release|Any CPU.Build.0 = Release|Any CPU
{29E4F7E4-B6CB-42A5-B9C0-39DA85841258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E4F7E4-B6CB-42A5-B9C0-39DA85841258}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E4F7E4-B6CB-42A5-B9C0-39DA85841258}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E4F7E4-B6CB-42A5-B9C0-39DA85841258}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal