-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alibaba.sln
48 lines (48 loc) · 2.3 KB
/
Alibaba.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A254448-0777-4415-BC8D-3844CCEEE724}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alibaba.DomesticFlight.API", "src\Alibaba.DomesticFlight.API\Alibaba.DomesticFlight.API.csproj", "{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C1632CA-C244-4E86-8570-C64942D0B3D9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
docker-compose.yaml = docker-compose.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fluentd", "Fluentd", "{88233EF9-8CC2-4FBA-B514-605A850263D0}"
ProjectSection(SolutionItems) = preProject
Fluentd\Fluentd.Dockerfile = Fluentd\Fluentd.Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "conf", "conf", "{FB283BED-9440-4CDF-B4DC-D53FACA042C0}"
ProjectSection(SolutionItems) = preProject
Fluentd\conf\fluent.conf = Fluentd\conf\fluent.conf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{453C82BF-D43C-4CF1-8C08-BFA7E27A3DEA} = {8A254448-0777-4415-BC8D-3844CCEEE724}
{88233EF9-8CC2-4FBA-B514-605A850263D0} = {4C1632CA-C244-4E86-8570-C64942D0B3D9}
{FB283BED-9440-4CDF-B4DC-D53FACA042C0} = {88233EF9-8CC2-4FBA-B514-605A850263D0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D72BD92-F35F-4429-A60D-2F5CC3A73275}
EndGlobalSection
EndGlobal