-
Notifications
You must be signed in to change notification settings - Fork 2
/
Jupiter.sln
47 lines (47 loc) · 2.47 KB
/
Jupiter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupiter.UI", "Jupiter.UI\Jupiter.UI.csproj", "{AC078637-EAA8-4200-BDB8-C6B56252DF8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F86DF249-25AB-4627-AE9D-F5851DACD9C2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupiter.Core", "Jupiter.Core\Jupiter.Core.csproj", "{5CF77010-0755-4D3D-839F-2F1F3C776FEF}"
ProjectSection(ProjectDependencies) = postProject
{3D700DBE-595B-467A-8F0D-83A9B285C81E} = {3D700DBE-595B-467A-8F0D-83A9B285C81E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupiter.Encyclopedia", "Jupiter.Encyclopedia\Jupiter.Encyclopedia.csproj", "{3D700DBE-595B-467A-8F0D-83A9B285C81E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC078637-EAA8-4200-BDB8-C6B56252DF8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC078637-EAA8-4200-BDB8-C6B56252DF8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC078637-EAA8-4200-BDB8-C6B56252DF8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC078637-EAA8-4200-BDB8-C6B56252DF8D}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF77010-0755-4D3D-839F-2F1F3C776FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF77010-0755-4D3D-839F-2F1F3C776FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF77010-0755-4D3D-839F-2F1F3C776FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF77010-0755-4D3D-839F-2F1F3C776FEF}.Release|Any CPU.Build.0 = Release|Any CPU
{3D700DBE-595B-467A-8F0D-83A9B285C81E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D700DBE-595B-467A-8F0D-83A9B285C81E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D700DBE-595B-467A-8F0D-83A9B285C81E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D700DBE-595B-467A-8F0D-83A9B285C81E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADFD7199-BFFE-459F-8FE2-DE9EB9595D66}
EndGlobalSection
EndGlobal