-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArchitecture-Learn.sln
48 lines (48 loc) · 2.67 KB
/
Architecture-Learn.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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredLogging", "StructuredLogging", "{751B3C9D-4B98-46EF-8F55-6ADD91FE2586}"
ProjectSection(SolutionItems) = preProject
StructuredLogging\Readme.md = StructuredLogging\Readme.md
StructuredLogging\docker-compose-seq.yml = StructuredLogging\docker-compose-seq.yml
.dockerignore = .dockerignore
StructuredLogging\docker-compose-elk.yml = StructuredLogging\docker-compose-elk.yml
StructuredLogging\docker-compose-os.yml = StructuredLogging\docker-compose-os.yml
StructuredLogging\docker-compose-ai.yml = StructuredLogging\docker-compose-ai.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SL.Api", "StructuredLogging\SL.Api\SL.Api.csproj", "{9FE285C5-0ED5-4353-AF60-B7C93B8B813E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenTelemetry", "OpenTelemetry", "{C1B4C58E-D868-4B17-AD30-7A5BDD30A423}"
ProjectSection(SolutionItems) = preProject
OpenTelemetry\Readme.md = OpenTelemetry\Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OAuth", "OAuth", "{1C9330F1-F3B3-49BA-9FC9-25E4B80539C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleOAuth", "OAuth\SimpleOAuth\SimpleOAuth.csproj", "{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TPL", "TPL", "{5437A896-38A5-4D86-B83A-7E3E3432E7F5}"
ProjectSection(SolutionItems) = preProject
TPL\Readme.md = TPL\Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9FE285C5-0ED5-4353-AF60-B7C93B8B813E} = {751B3C9D-4B98-46EF-8F55-6ADD91FE2586}
{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A} = {1C9330F1-F3B3-49BA-9FC9-25E4B80539C5}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE285C5-0ED5-4353-AF60-B7C93B8B813E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE285C5-0ED5-4353-AF60-B7C93B8B813E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE285C5-0ED5-4353-AF60-B7C93B8B813E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE285C5-0ED5-4353-AF60-B7C93B8B813E}.Release|Any CPU.Build.0 = Release|Any CPU
{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A66FEE-06A1-4F05-8D5F-B220B9E7FE5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal