-
Notifications
You must be signed in to change notification settings - Fork 1
/
BritannicaSln.sln
73 lines (73 loc) · 4.31 KB
/
BritannicaSln.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C53AD94A-8E6C-4908-BE87-9B3441579946}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E9D51207-429E-424A-9F11-31E7E4926B88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Britannica.Host", "Britannica.Host\Britannica.Host.csproj", "{BF0D0B52-D82A-420B-B470-EF1F137CFD30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Britannica.Domain", "Britannica.Domain\Britannica.Domain.csproj", "{4CB15B3A-58F9-484E-A9DF-F331720C56B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Britannica.Application", "Britannica.Application\Britannica.Application.csproj", "{0C829619-7283-4EFA-ADE3-B8591DD655F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Britannica.Infrastructure", "Britannica.Infrastructure\Britannica.Infrastructure.csproj", "{0BDA8F8F-EF00-4769-B845-5B596D62DC44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Britannica.UnitTest", "Britannica.UnitTest\Britannica.UnitTest.csproj", "{1062B562-8F49-4518-9426-EA4CCEEC6133}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{40A1255E-16C9-4D84-8738-627AB113AD16}"
ProjectSection(SolutionItems) = preProject
Flight-Assessment.pdf = Flight-Assessment.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3B0B073E-D3AB-4540-B466-17B80EC148E3}"
ProjectSection(SolutionItems) = preProject
commands.txt = commands.txt
Dockerfile = Dockerfile
Dockerfile.sdk = Dockerfile.sdk
Jenkinsfile = Jenkinsfile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF0D0B52-D82A-420B-B470-EF1F137CFD30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF0D0B52-D82A-420B-B470-EF1F137CFD30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF0D0B52-D82A-420B-B470-EF1F137CFD30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF0D0B52-D82A-420B-B470-EF1F137CFD30}.Release|Any CPU.Build.0 = Release|Any CPU
{4CB15B3A-58F9-484E-A9DF-F331720C56B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CB15B3A-58F9-484E-A9DF-F331720C56B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CB15B3A-58F9-484E-A9DF-F331720C56B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CB15B3A-58F9-484E-A9DF-F331720C56B7}.Release|Any CPU.Build.0 = Release|Any CPU
{0C829619-7283-4EFA-ADE3-B8591DD655F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C829619-7283-4EFA-ADE3-B8591DD655F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C829619-7283-4EFA-ADE3-B8591DD655F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C829619-7283-4EFA-ADE3-B8591DD655F9}.Release|Any CPU.Build.0 = Release|Any CPU
{0BDA8F8F-EF00-4769-B845-5B596D62DC44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDA8F8F-EF00-4769-B845-5B596D62DC44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDA8F8F-EF00-4769-B845-5B596D62DC44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDA8F8F-EF00-4769-B845-5B596D62DC44}.Release|Any CPU.Build.0 = Release|Any CPU
{1062B562-8F49-4518-9426-EA4CCEEC6133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1062B562-8F49-4518-9426-EA4CCEEC6133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1062B562-8F49-4518-9426-EA4CCEEC6133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1062B562-8F49-4518-9426-EA4CCEEC6133}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF0D0B52-D82A-420B-B470-EF1F137CFD30} = {E9D51207-429E-424A-9F11-31E7E4926B88}
{4CB15B3A-58F9-484E-A9DF-F331720C56B7} = {E9D51207-429E-424A-9F11-31E7E4926B88}
{0C829619-7283-4EFA-ADE3-B8591DD655F9} = {E9D51207-429E-424A-9F11-31E7E4926B88}
{0BDA8F8F-EF00-4769-B845-5B596D62DC44} = {E9D51207-429E-424A-9F11-31E7E4926B88}
{1062B562-8F49-4518-9426-EA4CCEEC6133} = {C53AD94A-8E6C-4908-BE87-9B3441579946}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5A3DD25-C066-47CE-A21C-93CF790BDE96}
EndGlobalSection
EndGlobal