This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MilleniumWinterland.sln
66 lines (66 loc) · 4.6 KB
/
MilleniumWinterland.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32630.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.Plugin", "Winterland.Plugin\Winterland.Plugin.csproj", "{1B635E80-F379-4760-A384-8EC1EC814F35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonAPI", "libs\BRC-CommonAPI\CommonAPI.csproj", "{DA5B9467-77E9-46B0-893A-31B89DF3AF03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.Common", "Winterland.Common\Winterland.Common.csproj", "{FEAAAC92-1CDD-4643-A180-1438CCFB909C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.MapStation.Common", "Winterland.MapStation.Common\Winterland.MapStation.Common.csproj", "{6B5A7774-7B63-483A-A5C8-70DC64C6F054}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrewBoomAPI", "libs\CrewBoomAPI\CrewBoomAPI.csproj", "{466970AD-547B-43D4-8BE0-C295D143699B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.MapStation.Plugin", "Winterland.MapStation.Plugin\Winterland.MapStation.Plugin.csproj", "{FBC8CD1B-A903-4358-B363-2AE1BC53E097}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.Common_Editor", "Winterland.Common_Editor\Winterland.Common_Editor.csproj", "{E77C1C59-F896-445E-BFCD-07AEE3203E0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winterland.MustLoadInEditor", "Winterland.MustLoadInEditor\Winterland.MustLoadInEditor.csproj", "{3140E8D5-D623-4383-B0C6-99B4637C1415}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B635E80-F379-4760-A384-8EC1EC814F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B635E80-F379-4760-A384-8EC1EC814F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B635E80-F379-4760-A384-8EC1EC814F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B635E80-F379-4760-A384-8EC1EC814F35}.Release|Any CPU.Build.0 = Release|Any CPU
{DA5B9467-77E9-46B0-893A-31B89DF3AF03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA5B9467-77E9-46B0-893A-31B89DF3AF03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA5B9467-77E9-46B0-893A-31B89DF3AF03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA5B9467-77E9-46B0-893A-31B89DF3AF03}.Release|Any CPU.Build.0 = Release|Any CPU
{FEAAAC92-1CDD-4643-A180-1438CCFB909C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEAAAC92-1CDD-4643-A180-1438CCFB909C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEAAAC92-1CDD-4643-A180-1438CCFB909C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEAAAC92-1CDD-4643-A180-1438CCFB909C}.Release|Any CPU.Build.0 = Release|Any CPU
{6B5A7774-7B63-483A-A5C8-70DC64C6F054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B5A7774-7B63-483A-A5C8-70DC64C6F054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B5A7774-7B63-483A-A5C8-70DC64C6F054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B5A7774-7B63-483A-A5C8-70DC64C6F054}.Release|Any CPU.Build.0 = Release|Any CPU
{466970AD-547B-43D4-8BE0-C295D143699B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{466970AD-547B-43D4-8BE0-C295D143699B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{466970AD-547B-43D4-8BE0-C295D143699B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{466970AD-547B-43D4-8BE0-C295D143699B}.Release|Any CPU.Build.0 = Release|Any CPU
{FBC8CD1B-A903-4358-B363-2AE1BC53E097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBC8CD1B-A903-4358-B363-2AE1BC53E097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBC8CD1B-A903-4358-B363-2AE1BC53E097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBC8CD1B-A903-4358-B363-2AE1BC53E097}.Release|Any CPU.Build.0 = Release|Any CPU
{E77C1C59-F896-445E-BFCD-07AEE3203E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E77C1C59-F896-445E-BFCD-07AEE3203E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E77C1C59-F896-445E-BFCD-07AEE3203E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E77C1C59-F896-445E-BFCD-07AEE3203E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{3140E8D5-D623-4383-B0C6-99B4637C1415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3140E8D5-D623-4383-B0C6-99B4637C1415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3140E8D5-D623-4383-B0C6-99B4637C1415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3140E8D5-D623-4383-B0C6-99B4637C1415}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADED7F9E-8C2A-4595-B3CA-C6BC85FE9C89}
EndGlobalSection
EndGlobal