-
Notifications
You must be signed in to change notification settings - Fork 1
/
Arcaea Server 2.sln
68 lines (68 loc) · 3.81 KB
/
Arcaea Server 2.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
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Team123it.Arcaea.MarveCube", "Team123it.Arcaea.MarveCube\Team123it.Arcaea.MarveCube.csproj", "{1871EC64-123D-4CA1-92E1-EE7F4B515359}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Team123it.Arcaea.MarveCube.Standalone", "Team123it.Arcaea.MarveCube.Standalone\Team123it.Arcaea.MarveCube.Standalone.csproj", "{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9EAB9AD-D507-4412-96D8-28F68C5B0AA4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{B676BE8F-4E2A-40FF-8D38-CC55A6516747}"
ProjectSection(SolutionItems) = preProject
docs\songinfo.md = docs\songinfo.md
docs\userbest.md = docs\userbest.md
docs\userbest30.md = docs\userbest30.md
docs\userinfo.md = docs\userinfo.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Team123it.Arcaea.MarveCube.LinkPlay", "Team123it.Arcaea.MarveCube.LinkPlay\Team123it.Arcaea.MarveCube.LinkPlay.csproj", "{8C0D9B41-31C4-40DD-A33D-43771F81554C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Debug|ARM64.ActiveCfg = Debug|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Debug|ARM64.Build.0 = Debug|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Debug|x64.ActiveCfg = Debug|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Debug|x64.Build.0 = Debug|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Release|ARM64.ActiveCfg = Release|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Release|ARM64.Build.0 = Release|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Release|x64.ActiveCfg = Release|x64
{1871EC64-123D-4CA1-92E1-EE7F4B515359}.Release|x64.Build.0 = Release|x64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Debug|ARM64.Build.0 = Debug|ARM64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Debug|x64.ActiveCfg = Debug|x64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Debug|x64.Build.0 = Debug|x64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Release|ARM64.ActiveCfg = Release|ARM64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Release|ARM64.Build.0 = Release|ARM64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Release|x64.ActiveCfg = Release|x64
{B8AD8196-3878-45D1-B3E3-1092B2A2DFC5}.Release|x64.Build.0 = Release|x64
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Debug|ARM64.Build.0 = Debug|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Debug|x64.Build.0 = Debug|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Release|ARM64.ActiveCfg = Release|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Release|ARM64.Build.0 = Release|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Release|x64.ActiveCfg = Release|Any CPU
{8C0D9B41-31C4-40DD-A33D-43771F81554C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B676BE8F-4E2A-40FF-8D38-CC55A6516747} = {C9EAB9AD-D507-4412-96D8-28F68C5B0AA4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {646E1181-A60C-4A0B-AA6D-85C76E0CE72B}
EndGlobalSection
EndGlobal