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 6
/
Copy pathserilog-sinks-literate.sln
54 lines (54 loc) · 2.98 KB
/
serilog-sinks-literate.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.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AF3311F5-E7EC-42CC-AF56-1DDFBCDD1180}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
CHANGES.md = CHANGES.md
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1036AE72-6B5B-40F3-A838-D6B3628B20C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5AB86B48-9C2B-47EC-9F51-3356B196C185}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{84987FC9-EF9C-4E70-BD0B-3BA9605C922A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Literate", "src\Serilog.Sinks.Literate\Serilog.Sinks.Literate.csproj", "{669B7CE1-1F79-4D66-8BF9-211976541B00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Literate.Tests", "test\Serilog.Sinks.Literate.Tests\Serilog.Sinks.Literate.Tests.csproj", "{A4573B01-09DA-482F-ACCB-310680750A08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiterateConsoleDemo", "sample\LiterateConsoleDemo\LiterateConsoleDemo.csproj", "{49C5857A-B6E3-483E-B780-F9F2FE184809}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{669B7CE1-1F79-4D66-8BF9-211976541B00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{669B7CE1-1F79-4D66-8BF9-211976541B00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{669B7CE1-1F79-4D66-8BF9-211976541B00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{669B7CE1-1F79-4D66-8BF9-211976541B00}.Release|Any CPU.Build.0 = Release|Any CPU
{A4573B01-09DA-482F-ACCB-310680750A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4573B01-09DA-482F-ACCB-310680750A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4573B01-09DA-482F-ACCB-310680750A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4573B01-09DA-482F-ACCB-310680750A08}.Release|Any CPU.Build.0 = Release|Any CPU
{49C5857A-B6E3-483E-B780-F9F2FE184809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49C5857A-B6E3-483E-B780-F9F2FE184809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49C5857A-B6E3-483E-B780-F9F2FE184809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49C5857A-B6E3-483E-B780-F9F2FE184809}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{669B7CE1-1F79-4D66-8BF9-211976541B00} = {1036AE72-6B5B-40F3-A838-D6B3628B20C7}
{A4573B01-09DA-482F-ACCB-310680750A08} = {5AB86B48-9C2B-47EC-9F51-3356B196C185}
{49C5857A-B6E3-483E-B780-F9F2FE184809} = {84987FC9-EF9C-4E70-BD0B-3BA9605C922A}
EndGlobalSection
EndGlobal