-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serilog.Sinks.NUnit.sln
60 lines (60 loc) · 3.6 KB
/
Serilog.Sinks.NUnit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Sinks.NUnit", "src\Serilog.Sinks.NUnit\Serilog.Sinks.NUnit.xproj", "{0479B6F0-6478-42D5-9BCF-D52094FACD33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E106ADB-6C85-4003-944E-54908DAB951A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D1B13F3-2654-4DEF-818B-7A06D7EE6402}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{18BB7FA4-728C-48B3-8E16-CEF3BBB706CC}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Sinks.NUnit.Tests", "test\Serilog.Sinks.NUnit.Tests\Serilog.Sinks.NUnit.Tests.xproj", "{9929C5E6-1B30-4E61-8416-1E89F3E54353}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{4EBD2283-B993-4DB8-8D7B-AA8261164CAB}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Sinks.NUnit.Sample.NetCore", "samples\Serilog.Sinks.NUnit.Sample.NetCore\Serilog.Sinks.NUnit.Sample.NetCore.xproj", "{EB26533C-FCB7-4B4F-8A1F-29784473C614}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.NUnit.Sample", "samples\Serilog.Sinks.NUnit.Sample\Serilog.Sinks.NUnit.Sample.csproj", "{E21F1FC8-981F-44D6-AD7D-A85236CE1D46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0479B6F0-6478-42D5-9BCF-D52094FACD33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0479B6F0-6478-42D5-9BCF-D52094FACD33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0479B6F0-6478-42D5-9BCF-D52094FACD33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0479B6F0-6478-42D5-9BCF-D52094FACD33}.Release|Any CPU.Build.0 = Release|Any CPU
{9929C5E6-1B30-4E61-8416-1E89F3E54353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9929C5E6-1B30-4E61-8416-1E89F3E54353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9929C5E6-1B30-4E61-8416-1E89F3E54353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9929C5E6-1B30-4E61-8416-1E89F3E54353}.Release|Any CPU.Build.0 = Release|Any CPU
{EB26533C-FCB7-4B4F-8A1F-29784473C614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB26533C-FCB7-4B4F-8A1F-29784473C614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB26533C-FCB7-4B4F-8A1F-29784473C614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB26533C-FCB7-4B4F-8A1F-29784473C614}.Release|Any CPU.Build.0 = Release|Any CPU
{E21F1FC8-981F-44D6-AD7D-A85236CE1D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E21F1FC8-981F-44D6-AD7D-A85236CE1D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E21F1FC8-981F-44D6-AD7D-A85236CE1D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E21F1FC8-981F-44D6-AD7D-A85236CE1D46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0479B6F0-6478-42D5-9BCF-D52094FACD33} = {4E106ADB-6C85-4003-944E-54908DAB951A}
{9929C5E6-1B30-4E61-8416-1E89F3E54353} = {18BB7FA4-728C-48B3-8E16-CEF3BBB706CC}
{EB26533C-FCB7-4B4F-8A1F-29784473C614} = {4EBD2283-B993-4DB8-8D7B-AA8261164CAB}
{E21F1FC8-981F-44D6-AD7D-A85236CE1D46} = {4EBD2283-B993-4DB8-8D7B-AA8261164CAB}
EndGlobalSection
EndGlobal