-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinerva.sln
60 lines (60 loc) · 3.07 KB
/
Minerva.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerva.Discord", "src\Minerva.Discord\Minerva.Discord.csproj", "{4E2739D5-556D-44DC-B958-301090A2A462}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9B9457B5-50D5-4E51-8E3B-7A7F5068F3A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{02FB98BC-D28E-4A00-B3E5-FFEC87E54B51}"
ProjectSection(SolutionItems) = preProject
scripts\add_services.sh = scripts\add_services.sh
scripts\disable_services.sh = scripts\disable_services.sh
scripts\enable_services.sh = scripts\enable_services.sh
scripts\remove_services.sh = scripts\remove_services.sh
scripts\update.sh = scripts\update.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services", "services", "{0B714AAD-3872-409A-A83E-F3C609381EE9}"
ProjectSection(SolutionItems) = preProject
scripts\services\minerva.discord.service = scripts\services\minerva.discord.service
scripts\services\minerva.web.service = scripts\services\minerva.web.service
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31CF96AB-1B93-4DC8-9257-38EDBC6C1145}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerva.Web", "src\Minerva.Web\Minerva.Web.csproj", "{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E2739D5-556D-44DC-B958-301090A2A462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E2739D5-556D-44DC-B958-301090A2A462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E2739D5-556D-44DC-B958-301090A2A462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E2739D5-556D-44DC-B958-301090A2A462}.Release|Any CPU.Build.0 = Release|Any CPU
{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E2739D5-556D-44DC-B958-301090A2A462} = {9B9457B5-50D5-4E51-8E3B-7A7F5068F3A5}
{0B714AAD-3872-409A-A83E-F3C609381EE9} = {02FB98BC-D28E-4A00-B3E5-FFEC87E54B51}
{0FF4B14E-52FF-4F6D-8F48-52CBCFA2F12B} = {9B9457B5-50D5-4E51-8E3B-7A7F5068F3A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2070AD68-C96E-4798-94BE-10E1DDC252EE}
EndGlobalSection
EndGlobal