This repository was archived by the owner on Jan 19, 2025. It is now read-only.
forked from Dissimilis/serilog-sinks-mariadb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserilog-sinks-mariadb.sln
More file actions
40 lines (40 loc) · 1.73 KB
/
Copy pathserilog-sinks-mariadb.sln
File metadata and controls
40 lines (40 loc) · 1.73 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{35F687F1-5A34-4A8A-954C-1501E527C277}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.MariaDB", "src\Serilog.Sinks.MariaDB\Serilog.Sinks.MariaDB.csproj", "{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE130665-0D46-4326-9310-41D32B820643}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1DC2F81C-C077-4369-92BF-BC9E3D9A63AB} = {35F687F1-5A34-4A8A-954C-1501E527C277}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52F6A16C-55D2-40DC-9BE5-5254E37C7B59}
EndGlobalSection
EndGlobal