-
Notifications
You must be signed in to change notification settings - Fork 1
/
SeqLoggerProvider.sln
49 lines (49 loc) · 2.45 KB
/
SeqLoggerProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31507.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeqLoggerProvider", "SeqLoggerProvider\SeqLoggerProvider.csproj", "{F6C52B71-4C3D-406D-AE0D-43B41F82A4AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8AD6ACB-C0EA-40E1-8F69-B50E7AF913EA}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeqLoggerProvider.Test", "SeqLoggerProvider.Test\SeqLoggerProvider.Test.csproj", "{42ECDA75-56C3-40DF-987F-B14A0CA131C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C09528A1-2A05-4579-805A-2FAE2924FEB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8ED740B8-2816-48A7-896B-1973D3F88354}"
ProjectSection(SolutionItems) = preProject
.github\workflows\continuous-deployment.yml = .github\workflows\continuous-deployment.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6C52B71-4C3D-406D-AE0D-43B41F82A4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6C52B71-4C3D-406D-AE0D-43B41F82A4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6C52B71-4C3D-406D-AE0D-43B41F82A4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6C52B71-4C3D-406D-AE0D-43B41F82A4AB}.Release|Any CPU.Build.0 = Release|Any CPU
{42ECDA75-56C3-40DF-987F-B14A0CA131C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42ECDA75-56C3-40DF-987F-B14A0CA131C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42ECDA75-56C3-40DF-987F-B14A0CA131C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42ECDA75-56C3-40DF-987F-B14A0CA131C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8ED740B8-2816-48A7-896B-1973D3F88354} = {C09528A1-2A05-4579-805A-2FAE2924FEB0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8FAF155-5F97-49F6-968D-3F324247151A}
EndGlobalSection
EndGlobal