-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHoneycombSerilogSink.sln
64 lines (64 loc) · 3.13 KB
/
HoneycombSerilogSink.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29311.281
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Honeycomb.Serilog.Sink", "src\Honeycomb.Serilog.Sink\Honeycomb.Serilog.Sink.csproj", "{053B3440-863F-4330-9FD1-56BC473A6C00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F5B2D9C6-6E1E-482F-A216-143C5DB44239}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4F55B6D-46A4-49ED-B2B6-34CF950436F7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE.TXT = LICENSE.TXT
README.md = README.md
release-pipeline.yml = release-pipeline.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{87AFA633-EBC9-4A0C-AE07-C6616BAFB602}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Honeycomb.Serilog.Sink.Tests", "test\Honeycomb.Serilog.Sink.Tests\Honeycomb.Serilog.Sink.Tests.csproj", "{3153A916-94B4-418D-84BD-EB1649449CFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{F33664C2-6205-4DB6-B00F-0C18887E8272}"
ProjectSection(SolutionItems) = preProject
ci\templates\build-and-package.yml = ci\templates\build-and-package.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{053B3440-863F-4330-9FD1-56BC473A6C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{053B3440-863F-4330-9FD1-56BC473A6C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{053B3440-863F-4330-9FD1-56BC473A6C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{053B3440-863F-4330-9FD1-56BC473A6C00}.Release|Any CPU.Build.0 = Release|Any CPU
{3153A916-94B4-418D-84BD-EB1649449CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3153A916-94B4-418D-84BD-EB1649449CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3153A916-94B4-418D-84BD-EB1649449CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3153A916-94B4-418D-84BD-EB1649449CFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{053B3440-863F-4330-9FD1-56BC473A6C00} = {F5B2D9C6-6E1E-482F-A216-143C5DB44239}
{3153A916-94B4-418D-84BD-EB1649449CFF} = {87AFA633-EBC9-4A0C-AE07-C6616BAFB602}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D3B3C14-041E-4E42-99C4-0D3A19EAB1BA}
EndGlobalSection
EndGlobal