-
Notifications
You must be signed in to change notification settings - Fork 52
/
serilog-sinks-mongodb.sln
47 lines (47 loc) · 2.42 KB
/
serilog-sinks-mongodb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Build.ps1 = Build.ps1
assets\CommonAssemblyInfo.cs = assets\CommonAssemblyInfo.cs
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{74E9703C-1242-4EC0-B75B-88BFAA48D438}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.MongoDB", "src\Serilog.Sinks.MongoDB\Serilog.Sinks.MongoDB.csproj", "{2605ED8C-C12A-42FB-9825-32FFEA7B4301}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.MongoDB.Tests", "test\Serilog.Sinks.MongoDB.Tests\Serilog.Sinks.MongoDB.Tests.csproj", "{99F83A7C-14A6-45D6-AC2A-E167C5A468D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2605ED8C-C12A-42FB-9825-32FFEA7B4301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2605ED8C-C12A-42FB-9825-32FFEA7B4301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2605ED8C-C12A-42FB-9825-32FFEA7B4301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2605ED8C-C12A-42FB-9825-32FFEA7B4301}.Release|Any CPU.Build.0 = Release|Any CPU
{99F83A7C-14A6-45D6-AC2A-E167C5A468D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F83A7C-14A6-45D6-AC2A-E167C5A468D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F83A7C-14A6-45D6-AC2A-E167C5A468D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F83A7C-14A6-45D6-AC2A-E167C5A468D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2605ED8C-C12A-42FB-9825-32FFEA7B4301} = {037440DE-440B-4129-9F7A-09B42D00397E}
{99F83A7C-14A6-45D6-AC2A-E167C5A468D3} = {74E9703C-1242-4EC0-B75B-88BFAA48D438}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52336F93-52A4-45A9-BBFC-52B137DC2322}
EndGlobalSection
EndGlobal