forked from OrbitalShell/Orbital-Shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrbitalShell.sln
53 lines (53 loc) · 2.97 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3357EBB3-2565-4390-A28B-8B837DA52BBC}.Release|Any CPU.Build.0 = Release|Any CPU
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBBBA271-C794-4F7C-92A9-8D774A3CABB8}.Release|Any CPU.Build.0 = Release|Any CPU
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B46DB3C8-E040-44B6-87D6-B9744E5657D8}.Release|Any CPU.Build.0 = Release|Any CPU
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2920F91-71BE-4B0F-8742-4C52F4A75D56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE827123-7F20-471E-B1BF-3E12AE9FFDC8}
EndGlobalSection
EndGlobal