-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSerilog.Sinks.DatabaseSol.sln
42 lines (42 loc) · 2.07 KB
/
Serilog.Sinks.DatabaseSol.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Database", "Serilog.Sinks.Database\Serilog.Sinks.Database.csproj", "{64193EA6-3CF5-4E89-9A9F-7425952A0505}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Database.Tester", "Serilog.Sinks.Database.Tester\Serilog.Sinks.Database.Tester.csproj", "{86A18DD8-0DD1-45E9-AC45-140A6CB34ADB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7717703C-A276-4D8C-B5D1-865656F32C9E}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
icon.png = icon.png
LICENSE.txt = LICENSE.txt
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64193EA6-3CF5-4E89-9A9F-7425952A0505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64193EA6-3CF5-4E89-9A9F-7425952A0505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64193EA6-3CF5-4E89-9A9F-7425952A0505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64193EA6-3CF5-4E89-9A9F-7425952A0505}.Release|Any CPU.Build.0 = Release|Any CPU
{86A18DD8-0DD1-45E9-AC45-140A6CB34ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A18DD8-0DD1-45E9-AC45-140A6CB34ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A18DD8-0DD1-45E9-AC45-140A6CB34ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A18DD8-0DD1-45E9-AC45-140A6CB34ADB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B672AFB3-F7FB-4811-93D4-9AE0A93FD916}
EndGlobalSection
EndGlobal