-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serilog.Sinks.DelegatingText.sln
52 lines (52 loc) · 2.85 KB
/
Serilog.Sinks.DelegatingText.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.DelegatingText", "src\Serilog.Sinks.DelegatingText\Serilog.Sinks.DelegatingText.csproj", "{854B0538-772D-4C7F-81DF-3EFF50675D42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2AE960DE-CEF8-4BFC-9D5C-3D3B37C15DFA}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{5BC0873C-1C98-4524-9EF2-565D989A552C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SANDBOX", "src\SANDBOX\SANDBOX.csproj", "{59DDFA81-D5C0-4A2E-9A47-5A3199E056DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{36593561-6CCA-4D18-9927-F535E5E1144A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.DelegatingText.Tests", "tests\Serilog.Sinks.DelegatingText.Tests\Serilog.Sinks.DelegatingText.Tests.csproj", "{2F4D6AD5-22FC-4867-9BEB-963381FB685D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{854B0538-772D-4C7F-81DF-3EFF50675D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{854B0538-772D-4C7F-81DF-3EFF50675D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{854B0538-772D-4C7F-81DF-3EFF50675D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{854B0538-772D-4C7F-81DF-3EFF50675D42}.Release|Any CPU.Build.0 = Release|Any CPU
{59DDFA81-D5C0-4A2E-9A47-5A3199E056DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59DDFA81-D5C0-4A2E-9A47-5A3199E056DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59DDFA81-D5C0-4A2E-9A47-5A3199E056DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59DDFA81-D5C0-4A2E-9A47-5A3199E056DE}.Release|Any CPU.Build.0 = Release|Any CPU
{2F4D6AD5-22FC-4867-9BEB-963381FB685D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F4D6AD5-22FC-4867-9BEB-963381FB685D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F4D6AD5-22FC-4867-9BEB-963381FB685D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F4D6AD5-22FC-4867-9BEB-963381FB685D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F4D6AD5-22FC-4867-9BEB-963381FB685D} = {36593561-6CCA-4D18-9927-F535E5E1144A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A02A0B18-6E5E-469C-BDD7-601356B35D45}
EndGlobalSection
EndGlobal