forked from ProjectCeleste/Celeste.Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCeleste_Launcher.sln
49 lines (49 loc) · 2.76 KB
/
Celeste_Launcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Celeste_Launcher_Gui", "Celeste_Launcher_Gui\Celeste_Launcher_Gui.csproj", "{589BC356-4A36-42FB-AE10-95AEDEC36AE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Celeste_AOEO_Controls", "Libs\Celeste_AOEO_Controls\Celeste_AOEO_Controls.csproj", "{D84366A3-0232-4680-B838-9EC2F23CD52B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{40623A54-2812-491D-9914-2F21B7BE181A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gui", "Gui", "{758E11E7-DC4E-4A53-99FA-667857F6E33F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Celeste_Public_Api", "Libs\Celeste_Public_Api\Celeste_Public_Api.csproj", "{11E428AD-8FB2-4AE1-B922-FE363F3C6A63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{589BC356-4A36-42FB-AE10-95AEDEC36AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589BC356-4A36-42FB-AE10-95AEDEC36AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589BC356-4A36-42FB-AE10-95AEDEC36AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589BC356-4A36-42FB-AE10-95AEDEC36AE6}.Release|Any CPU.Build.0 = Release|Any CPU
{D84366A3-0232-4680-B838-9EC2F23CD52B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D84366A3-0232-4680-B838-9EC2F23CD52B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D84366A3-0232-4680-B838-9EC2F23CD52B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D84366A3-0232-4680-B838-9EC2F23CD52B}.Release|Any CPU.Build.0 = Release|Any CPU
{11E428AD-8FB2-4AE1-B922-FE363F3C6A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E428AD-8FB2-4AE1-B922-FE363F3C6A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E428AD-8FB2-4AE1-B922-FE363F3C6A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E428AD-8FB2-4AE1-B922-FE363F3C6A63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{589BC356-4A36-42FB-AE10-95AEDEC36AE6} = {758E11E7-DC4E-4A53-99FA-667857F6E33F}
{D84366A3-0232-4680-B838-9EC2F23CD52B} = {40623A54-2812-491D-9914-2F21B7BE181A}
{11E428AD-8FB2-4AE1-B922-FE363F3C6A63} = {40623A54-2812-491D-9914-2F21B7BE181A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99C4C0CE-DC43-4963-A38C-CDD0969F9909}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SuperWebSocket\SuperWebSocket.csproj
EndGlobalSection
EndGlobal