forked from OrbitalShell/Orbital-Shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrbitalShell.sln
107 lines (106 loc) · 6.63 KB
/
OrbitalShell.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F4F4828-D106-4F36-8E04-42BDCB84A44D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
issues = issues
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-ConsoleApp", "OrbitalShell-ConsoleApp\OrbitalShell-ConsoleApp.csproj", "{3357EBB3-2565-4390-A28B-8B837DA52BBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-Kernel", "OrbitalShell-Kernel\OrbitalShell-Kernel.csproj", "{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-Kernel-Commands", "OrbitalShell-Kernel-Commands\OrbitalShell-Kernel-Commands.csproj", "{B46DB3C8-E040-44B6-87D6-B9744E5657D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-CLI", "OrbitalShell-CLI\OrbitalShell-CLI.csproj", "{C2920F91-71BE-4B0F-8742-4C52F4A75D56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "module-index-repository", "module-index-repository", "{27033D10-E732-47E6-A607-27A718CEF3EF}"
ProjectSection(SolutionItems) = preProject
module-index-repository\module-list.json = module-index-repository\module-list.json
module-index-repository\readme.txt = module-index-repository\readme.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-UnitTests", "OrbitalShell-UnitTests\OrbitalShell-UnitTests.csproj", "{DA60C0FE-E902-48A4-9C9F-19246C9978DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{00101C60-1864-48B1-98FC-A51B0E54D155}"
ProjectSection(SolutionItems) = preProject
docs\_config.yml = docs\_config.yml
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrbitalShell-WebAPI", "OrbitalShell-WebAPI\OrbitalShell-WebAPI.csproj", "{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Debug|x86.ActiveCfg = Debug|x86
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Debug|x86.Build.0 = Debug|x86
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Release|Any CPU.Build.0 = Release|Any CPU
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Release|x86.ActiveCfg = Release|x86
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Release|x86.Build.0 = Release|x86
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Debug|x86.ActiveCfg = Debug|x86
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Debug|x86.Build.0 = Debug|x86
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Release|Any CPU.Build.0 = Release|Any CPU
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Release|x86.ActiveCfg = Release|x86
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Release|x86.Build.0 = Release|x86
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Debug|x86.ActiveCfg = Debug|x86
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Debug|x86.Build.0 = Debug|x86
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Release|Any CPU.Build.0 = Release|Any CPU
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Release|x86.ActiveCfg = Release|x86
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Release|x86.Build.0 = Release|x86
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Debug|x86.ActiveCfg = Debug|x86
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Debug|x86.Build.0 = Debug|x86
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Release|Any CPU.Build.0 = Release|Any CPU
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Release|x86.ActiveCfg = Release|x86
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Release|x86.Build.0 = Release|x86
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Debug|x86.ActiveCfg = Debug|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Debug|x86.Build.0 = Debug|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Release|Any CPU.Build.0 = Release|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Release|x86.ActiveCfg = Release|Any CPU
{DA60C0FE-E902-48A4-9C9F-19246C9978DA}.Release|x86.Build.0 = Release|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Debug|x86.ActiveCfg = Debug|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Debug|x86.Build.0 = Debug|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Release|x86.ActiveCfg = Release|Any CPU
{7358D4CC-FF77-47E1-90B4-5E5ECB22A5E8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{27033D10-E732-47E6-A607-27A718CEF3EF} = {9F4F4828-D106-4F36-8E04-42BDCB84A44D}
{00101C60-1864-48B1-98FC-A51B0E54D155} = {9F4F4828-D106-4F36-8E04-42BDCB84A44D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE827123-7F20-471E-B1BF-3E12AE9FFDC8}
EndGlobalSection
EndGlobal