-
Notifications
You must be signed in to change notification settings - Fork 32
/
Serilog.Sinks.Grafana.Loki.sln
54 lines (54 loc) · 3.23 KB
/
Serilog.Sinks.Grafana.Loki.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Grafana.Loki", "src\Serilog.Sinks.Grafana.Loki\Serilog.Sinks.Grafana.Loki.csproj", "{1CAF37E1-C6DC-4F85-BB18-45258C687399}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Grafana.Loki.Sample", "sample\Serilog.Sinks.Grafana.Loki.Sample\Serilog.Sinks.Grafana.Loki.Sample.csproj", "{C68CA6F0-ED85-47B3-9104-081714636E99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Grafana.Loki.SampleWebApp", "sample\Serilog.Sinks.Grafana.Loki.SampleWebApp\Serilog.Sinks.Grafana.Loki.SampleWebApp.csproj", "{B9595C59-5AC1-48EE-8CB8-0BF7BA48DC11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Grafana.Loki.Tests", "test\Serilog.Sinks.Grafana.Loki.Tests\Serilog.Sinks.Grafana.Loki.Tests.csproj", "{A6934A4D-82E8-4FD7-A693-E306207A1595}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40F47419-29CC-4689-BA1C-746C72BBA6BA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
docker-compose.yaml = docker-compose.yaml
grafana-datasources.yaml = grafana-datasources.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CAF37E1-C6DC-4F85-BB18-45258C687399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CAF37E1-C6DC-4F85-BB18-45258C687399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CAF37E1-C6DC-4F85-BB18-45258C687399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CAF37E1-C6DC-4F85-BB18-45258C687399}.Release|Any CPU.Build.0 = Release|Any CPU
{C68CA6F0-ED85-47B3-9104-081714636E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C68CA6F0-ED85-47B3-9104-081714636E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C68CA6F0-ED85-47B3-9104-081714636E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C68CA6F0-ED85-47B3-9104-081714636E99}.Release|Any CPU.Build.0 = Release|Any CPU
{B9595C59-5AC1-48EE-8CB8-0BF7BA48DC11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9595C59-5AC1-48EE-8CB8-0BF7BA48DC11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9595C59-5AC1-48EE-8CB8-0BF7BA48DC11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9595C59-5AC1-48EE-8CB8-0BF7BA48DC11}.Release|Any CPU.Build.0 = Release|Any CPU
{A6934A4D-82E8-4FD7-A693-E306207A1595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6934A4D-82E8-4FD7-A693-E306207A1595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6934A4D-82E8-4FD7-A693-E306207A1595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6934A4D-82E8-4FD7-A693-E306207A1595}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {606358DA-C9A6-4C0F-9CF1-0B1AB9028F06}
EndGlobalSection
EndGlobal