forked from ThiagoBarradas/serilog-sinks-influxdb
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Serilog.Sinks.InfluxDB.sln
75 lines (75 loc) · 4.65 KB
/
Serilog.Sinks.InfluxDB.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
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InfluxDB", "Serilog.Sinks.InfluxDB\Serilog.Sinks.InfluxDB.csproj", "{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8B7684F7-9795-4A07-AC9E-510B09E0EA90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InfluxDB.Tests", "Tests\Serilog.Sinks.InfluxDB.Tests\Serilog.Sinks.InfluxDB.Tests.csproj", "{243ED2E8-9833-4BEC-A7B7-8C3F557AB508}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FE080BC4-5908-4C1D-BC7A-6753D7CDED59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InfluxDB.Benchmarks", "Tests\Serilog.Sinks.InfluxDb.Benchmarks\Serilog.Sinks.InfluxDB.Benchmarks.csproj", "{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DA9F6FA-1889-4709-AB60-F73D046321A7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{DAFD76ED-CE6C-4A57-AF9F-3EAAE63E7607}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InfluxDB.Console.FluentConfig", "samples\Serilog.Sinks.InfluxDB.Console.FluentConfig\Serilog.Sinks.InfluxDB.Console.FluentConfig.csproj", "{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InfluxDB.Console.AppSettings", "samples\Serilog.Sinks.InfluxDB.Console.AppSettings\Serilog.Sinks.InfluxDB.Console.AppSettings.csproj", "{EF8021B8-5C41-4D87-B290-2591584E827F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C}.Release|Any CPU.Build.0 = Release|Any CPU
{243ED2E8-9833-4BEC-A7B7-8C3F557AB508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{243ED2E8-9833-4BEC-A7B7-8C3F557AB508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{243ED2E8-9833-4BEC-A7B7-8C3F557AB508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{243ED2E8-9833-4BEC-A7B7-8C3F557AB508}.Release|Any CPU.Build.0 = Release|Any CPU
{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D}.Release|Any CPU.Build.0 = Release|Any CPU
{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8021B8-5C41-4D87-B290-2591584E827F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8021B8-5C41-4D87-B290-2591584E827F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8021B8-5C41-4D87-B290-2591584E827F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8021B8-5C41-4D87-B290-2591584E827F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B6C0104A-B33D-4C0D-B402-5D3FE76BC39C} = {FE080BC4-5908-4C1D-BC7A-6753D7CDED59}
{243ED2E8-9833-4BEC-A7B7-8C3F557AB508} = {8B7684F7-9795-4A07-AC9E-510B09E0EA90}
{2C10D4C4-5C35-4D91-B9F2-B9F902FBCC9D} = {8B7684F7-9795-4A07-AC9E-510B09E0EA90}
{760DB2F7-0DD6-4491-A7F6-B2B5F0F3D7CA} = {DAFD76ED-CE6C-4A57-AF9F-3EAAE63E7607}
{EF8021B8-5C41-4D87-B290-2591584E827F} = {DAFD76ED-CE6C-4A57-AF9F-3EAAE63E7607}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE90C661-56CA-41CF-8B56-1AD2454B6B62}
EndGlobalSection
EndGlobal