This repository was archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMCMultiServer.sln
More file actions
54 lines (54 loc) · 3.19 KB
/
MCMultiServer.sln
File metadata and controls
54 lines (54 loc) · 3.19 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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCMultiServer Debug", "MCDebug\MCMultiServer Debug.csproj", "{313E17FD-9166-4853-A24B-7967BD9FB7B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8D18D25B-E0D2-48A2-90C1-37B8895EC309}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
mcms.conf = mcms.conf
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCMultiServer.Core", "MCMultiServer.Core\MCMultiServer.Core.csproj", "{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCMultiServer.Service", "MCMultiServer.Service\MCMultiServer.Service.csproj", "{DD78B70D-244B-4FF5-BD8B-2417044D7438}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Debug|x64.ActiveCfg = Debug|x64
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Debug|x64.Build.0 = Debug|x64
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Release|Any CPU.Build.0 = Release|Any CPU
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Release|x64.ActiveCfg = Release|x64
{313E17FD-9166-4853-A24B-7967BD9FB7B8}.Release|x64.Build.0 = Release|x64
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Debug|x64.ActiveCfg = Debug|x64
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Debug|x64.Build.0 = Debug|x64
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Release|Any CPU.Build.0 = Release|Any CPU
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Release|x64.ActiveCfg = Release|x64
{71DFDBAA-04B0-4EE5-8CCA-153F1DDC6C0C}.Release|x64.Build.0 = Release|x64
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Debug|x64.ActiveCfg = Debug|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Debug|x64.Build.0 = Debug|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Release|Any CPU.Build.0 = Release|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Release|x64.ActiveCfg = Release|Any CPU
{DD78B70D-244B-4FF5-BD8B-2417044D7438}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal