-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSerilog.Sinks.MFilesSysUtilsEventLog.sln
65 lines (65 loc) · 3.61 KB
/
Serilog.Sinks.MFilesSysUtilsEventLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{806401C5-E7BF-4479-99A8-255446A6E28F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Publish-current-to-nuget.yml = .github\workflows\Publish-current-to-nuget.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{3A6B821F-6B19-4142-94E1-E221604091C3}"
ProjectSection(SolutionItems) = preProject
README-Release-workflow.md = README-Release-workflow.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.MFilesSysUtilsEventLog", "src\Serilog.Sinks.MFilesSysUtilsEventLog\Serilog.Sinks.MFilesSysUtilsEventLog.csproj", "{30292687-46C3-4BFA-80FC-AC923B309204}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{431B08B0-8874-4BB1-89A9-72B01169FDCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleVaultApplication", "samples\SampleVaultApplication\SampleVaultApplication.csproj", "{15C41E9D-35E8-4904-A1E0-74D5A27829A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D6D7A700-8159-4717-AC7B-286AAC12DDF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Collaborate", "Collaborate", "{1BBEE4DA-23A2-42A6-B66B-F7673DC96BDC}"
ProjectSection(SolutionItems) = preProject
.github\bug_report.md = .github\bug_report.md
.github\feature_request.md = .github\feature_request.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{8FF207FA-09DE-4261-8FE9-320E03F4F655}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithoutDeployment|Any CPU = DebugWithoutDeployment|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30292687-46C3-4BFA-80FC-AC923B309204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30292687-46C3-4BFA-80FC-AC923B309204}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30292687-46C3-4BFA-80FC-AC923B309204}.DebugWithoutDeployment|Any CPU.ActiveCfg = Debug|Any CPU
{30292687-46C3-4BFA-80FC-AC923B309204}.DebugWithoutDeployment|Any CPU.Build.0 = Debug|Any CPU
{30292687-46C3-4BFA-80FC-AC923B309204}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30292687-46C3-4BFA-80FC-AC923B309204}.Release|Any CPU.Build.0 = Release|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.DebugWithoutDeployment|Any CPU.ActiveCfg = DebugWithoutDeployment|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.DebugWithoutDeployment|Any CPU.Build.0 = DebugWithoutDeployment|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15C41E9D-35E8-4904-A1E0-74D5A27829A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{15C41E9D-35E8-4904-A1E0-74D5A27829A7} = {431B08B0-8874-4BB1-89A9-72B01169FDCE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42C37430-F862-4FD7-BD3D-70B9F3B5AA4B}
EndGlobalSection
EndGlobal