forked from serilog/serilog-sinks-eventlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserilog-sinks-eventlog.sln
57 lines (57 loc) · 3.04 KB
/
serilog-sinks-eventlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BACB7AEE-15AC-4C6F-9776-81E3F5527A1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3F4F5176-8954-4058-970C-062A2244A6C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E6658BF7-57B7-43E0-96CC-A86555CE855E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
CHANGES.md = CHANGES.md
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
assets\Serilog.snk = assets\Serilog.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{901A383E-2BD3-448A-9347-930F583D2FA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.EventLog", "src\Serilog.Sinks.EventLog\Serilog.Sinks.EventLog.csproj", "{890409CD-40C6-4108-9CA8-AEBD431B644C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.EventLog.Tests", "test\Serilog.Sinks.EventLog.Tests\Serilog.Sinks.EventLog.Tests.csproj", "{431537CB-3AA2-44AD-87B0-ACC19FF173B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "sample\Sample\Sample.csproj", "{66B8C35C-5035-433B-9D7E-9F50D75383A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{890409CD-40C6-4108-9CA8-AEBD431B644C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{890409CD-40C6-4108-9CA8-AEBD431B644C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{890409CD-40C6-4108-9CA8-AEBD431B644C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{890409CD-40C6-4108-9CA8-AEBD431B644C}.Release|Any CPU.Build.0 = Release|Any CPU
{431537CB-3AA2-44AD-87B0-ACC19FF173B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{431537CB-3AA2-44AD-87B0-ACC19FF173B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{431537CB-3AA2-44AD-87B0-ACC19FF173B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{431537CB-3AA2-44AD-87B0-ACC19FF173B7}.Release|Any CPU.Build.0 = Release|Any CPU
{66B8C35C-5035-433B-9D7E-9F50D75383A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B8C35C-5035-433B-9D7E-9F50D75383A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B8C35C-5035-433B-9D7E-9F50D75383A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B8C35C-5035-433B-9D7E-9F50D75383A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{890409CD-40C6-4108-9CA8-AEBD431B644C} = {BACB7AEE-15AC-4C6F-9776-81E3F5527A1D}
{431537CB-3AA2-44AD-87B0-ACC19FF173B7} = {3F4F5176-8954-4058-970C-062A2244A6C4}
{66B8C35C-5035-433B-9D7E-9F50D75383A6} = {901A383E-2BD3-448A-9347-930F583D2FA9}
EndGlobalSection
EndGlobal