-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCommunityLauncher.sln
More file actions
51 lines (51 loc) · 3.05 KB
/
CommunityLauncher.sln
File metadata and controls
51 lines (51 loc) · 3.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunityLauncher.SubModule", "CommunityLauncher.SubModule\CommunityLauncher.SubModule.csproj", "{61070299-B687-4076-B2AE-3F992FBF35A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunityLauncher.Launcher", "CommunityLauncher.Launcher\CommunityLauncher.Launcher.csproj", "{A6D25227-7256-4B1B-97B3-A75B1A9D0D20}"
ProjectSection(ProjectDependencies) = postProject
{61070299-B687-4076-B2AE-3F992FBF35A1} = {61070299-B687-4076-B2AE-3F992FBF35A1}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modio", "submodules\modio.net\Modio\Modio.csproj", "{E444AD86-2494-4F94-B863-948B97A3FA31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Submodules", "Submodules", "{3E786B7F-6224-41E2-A4D0-B1A0D1667B87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunityLauncher.Shared", "CommunityLauncher.Shared\CommunityLauncher.Shared.csproj", "{68DE500C-B4A7-4430-B79F-6EA172F45933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61070299-B687-4076-B2AE-3F992FBF35A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61070299-B687-4076-B2AE-3F992FBF35A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61070299-B687-4076-B2AE-3F992FBF35A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61070299-B687-4076-B2AE-3F992FBF35A1}.Release|Any CPU.Build.0 = Release|Any CPU
{A6D25227-7256-4B1B-97B3-A75B1A9D0D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6D25227-7256-4B1B-97B3-A75B1A9D0D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6D25227-7256-4B1B-97B3-A75B1A9D0D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6D25227-7256-4B1B-97B3-A75B1A9D0D20}.Release|Any CPU.Build.0 = Release|Any CPU
{E444AD86-2494-4F94-B863-948B97A3FA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E444AD86-2494-4F94-B863-948B97A3FA31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E444AD86-2494-4F94-B863-948B97A3FA31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E444AD86-2494-4F94-B863-948B97A3FA31}.Release|Any CPU.Build.0 = Release|Any CPU
{68DE500C-B4A7-4430-B79F-6EA172F45933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DE500C-B4A7-4430-B79F-6EA172F45933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DE500C-B4A7-4430-B79F-6EA172F45933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DE500C-B4A7-4430-B79F-6EA172F45933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E444AD86-2494-4F94-B863-948B97A3FA31} = {3E786B7F-6224-41E2-A4D0-B1A0D1667B87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {254651A8-27F2-4450-9F78-E7BB50900C44}
EndGlobalSection
EndGlobal