-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathAnalogy.LogViewer.Serilog.sln
64 lines (64 loc) · 4.24 KB
/
Analogy.LogViewer.Serilog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog", "Analogy.LogViewer.Serilog\Analogy.LogViewer.Serilog.csproj", "{495BEFBF-44B2-4F3C-BC5A-ED23298779C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog.Sinks", "Analogy.LogViewer.Serilog.Sinks\Analogy.LogViewer.Serilog.Sinks.csproj", "{2643AFE0-2FAB-4D73-8D69-9B687416C3B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog.Sinks.Tests", "Analogy.LogViewer.Serilog.Sinks.Tests\Analogy.LogViewer.Serilog.Sinks.Tests.csproj", "{4ACFA6E9-BBAD-49DA-97B0-ACBFBCBB973E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog.UnitTests", "Analogy.LogViewer.Serilog.UnitTests\Analogy.LogViewer.Serilog.UnitTests.csproj", "{C999EE65-46BD-462B-B384-9ACB982E20D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog.AspNet", "Analogy.LogViewer.Serilog.AspNet\Analogy.LogViewer.Serilog.AspNet.csproj", "{863AEB49-888E-49BF-ACDA-5290BE40E039}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Serilog.Sinks.MongoDB", "Analogy.LogViewer.Serilog.Sinks.MongoDB\Analogy.LogViewer.Serilog.Sinks.MongoDB.csproj", "{44C3F7B3-D820-4770-8836-98365AD77140}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47A63431-A8BD-4B24-84A5-606F5DB73E6F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{495BEFBF-44B2-4F3C-BC5A-ED23298779C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{495BEFBF-44B2-4F3C-BC5A-ED23298779C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{495BEFBF-44B2-4F3C-BC5A-ED23298779C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{495BEFBF-44B2-4F3C-BC5A-ED23298779C0}.Release|Any CPU.Build.0 = Release|Any CPU
{2643AFE0-2FAB-4D73-8D69-9B687416C3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2643AFE0-2FAB-4D73-8D69-9B687416C3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2643AFE0-2FAB-4D73-8D69-9B687416C3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2643AFE0-2FAB-4D73-8D69-9B687416C3B7}.Release|Any CPU.Build.0 = Release|Any CPU
{4ACFA6E9-BBAD-49DA-97B0-ACBFBCBB973E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACFA6E9-BBAD-49DA-97B0-ACBFBCBB973E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACFA6E9-BBAD-49DA-97B0-ACBFBCBB973E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACFA6E9-BBAD-49DA-97B0-ACBFBCBB973E}.Release|Any CPU.Build.0 = Release|Any CPU
{C999EE65-46BD-462B-B384-9ACB982E20D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C999EE65-46BD-462B-B384-9ACB982E20D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C999EE65-46BD-462B-B384-9ACB982E20D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C999EE65-46BD-462B-B384-9ACB982E20D5}.Release|Any CPU.Build.0 = Release|Any CPU
{863AEB49-888E-49BF-ACDA-5290BE40E039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{863AEB49-888E-49BF-ACDA-5290BE40E039}.Debug|Any CPU.Build.0 = Debug|Any CPU
{863AEB49-888E-49BF-ACDA-5290BE40E039}.Release|Any CPU.ActiveCfg = Release|Any CPU
{863AEB49-888E-49BF-ACDA-5290BE40E039}.Release|Any CPU.Build.0 = Release|Any CPU
{44C3F7B3-D820-4770-8836-98365AD77140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C3F7B3-D820-4770-8836-98365AD77140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C3F7B3-D820-4770-8836-98365AD77140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C3F7B3-D820-4770-8836-98365AD77140}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A827ABCE-7CB2-469A-A471-DF35010D2F2B}
EndGlobalSection
EndGlobal