This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathserilog-sinks-logentries.sln
36 lines (36 loc) · 1.98 KB
/
serilog-sinks-logentries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B17A977A-72D7-4204-8EA2-63FFA87E4677}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCC3B1F9-21B1-4D1C-8F6D-2D5898A67381}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Logentries", "src\Serilog.Sinks.Logentries\Serilog.Sinks.Logentries.csproj", "{FD118030-2DE5-400F-8586-5A70F46C9C18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Logentries.Tests", "test\Serilog.Sinks.Logentries.Tests\Serilog.Sinks.Logentries.Tests.csproj", "{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD118030-2DE5-400F-8586-5A70F46C9C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD118030-2DE5-400F-8586-5A70F46C9C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD118030-2DE5-400F-8586-5A70F46C9C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD118030-2DE5-400F-8586-5A70F46C9C18}.Release|Any CPU.Build.0 = Release|Any CPU
{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD118030-2DE5-400F-8586-5A70F46C9C18} = {B17A977A-72D7-4204-8EA2-63FFA87E4677}
{B75E74DC-3F7F-49D9-BE17-B4E79DD7E53A} = {CCC3B1F9-21B1-4D1C-8F6D-2D5898A67381}
EndGlobalSection
EndGlobal