This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathserilog-sinks-coloredconsole.sln
54 lines (54 loc) · 3.04 KB
/
serilog-sinks-coloredconsole.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
README.md = README.md
assets\Serilog.snk = assets\Serilog.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.ColoredConsole", "src\Serilog.Sinks.ColoredConsole\Serilog.Sinks.ColoredConsole.csproj", "{50B24ACA-D8F0-4268-A477-871B0A92A04A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{91E1E741-BB92-490C-85F4-02CD410B2A8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColoredConsoleDemo", "sample\ColoredConsoleDemo\ColoredConsoleDemo.csproj", "{B72A390C-9C40-4306-9EA8-FC5043DC4067}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{63039932-3511-4964-BD21-05F9B7CB5CDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.ColoredConsole.Tests", "test\Serilog.Sinks.ColoredConsole.Tests\Serilog.Sinks.ColoredConsole.Tests.csproj", "{9278D11E-281C-4FAA-AB61-2B06F5FB9980}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50B24ACA-D8F0-4268-A477-871B0A92A04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B24ACA-D8F0-4268-A477-871B0A92A04A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B24ACA-D8F0-4268-A477-871B0A92A04A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B24ACA-D8F0-4268-A477-871B0A92A04A}.Release|Any CPU.Build.0 = Release|Any CPU
{B72A390C-9C40-4306-9EA8-FC5043DC4067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72A390C-9C40-4306-9EA8-FC5043DC4067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72A390C-9C40-4306-9EA8-FC5043DC4067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72A390C-9C40-4306-9EA8-FC5043DC4067}.Release|Any CPU.Build.0 = Release|Any CPU
{9278D11E-281C-4FAA-AB61-2B06F5FB9980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9278D11E-281C-4FAA-AB61-2B06F5FB9980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9278D11E-281C-4FAA-AB61-2B06F5FB9980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9278D11E-281C-4FAA-AB61-2B06F5FB9980}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50B24ACA-D8F0-4268-A477-871B0A92A04A} = {037440DE-440B-4129-9F7A-09B42D00397E}
{B72A390C-9C40-4306-9EA8-FC5043DC4067} = {91E1E741-BB92-490C-85F4-02CD410B2A8A}
{9278D11E-281C-4FAA-AB61-2B06F5FB9980} = {63039932-3511-4964-BD21-05F9B7CB5CDA}
EndGlobalSection
EndGlobal