forked from datalust/seq-extensions-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseq-extensions-logging.sln
More file actions
63 lines (63 loc) · 3.65 KB
/
seq-extensions-logging.sln
File metadata and controls
63 lines (63 loc) · 3.65 KB
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
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0069BFD6-B0EE-4204-A85F-F75E31A77B3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{B0D573D8-1AE2-4C5C-817A-95815067452E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D54DE844-AC36-4872-928F-5F573D41ACAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{1C72E771-7C72-4A30-A408-5CE66E792ADF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seq.Extensions.Logging", "src\Seq.Extensions.Logging\Seq.Extensions.Logging.csproj", "{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seq.Extensions.Logging.Tests", "test\Seq.Extensions.Logging.Tests\Seq.Extensions.Logging.Tests.csproj", "{64A3F2C5-D71E-44A6-8DC7-99474765B32E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication", "example\WebApplication\WebApplication.csproj", "{FC44EC1F-AD83-4522-99B4-4B309B8CC78A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "example\ConsoleApplication\ConsoleApplication.csproj", "{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}.Release|Any CPU.Build.0 = Release|Any CPU
{64A3F2C5-D71E-44A6-8DC7-99474765B32E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64A3F2C5-D71E-44A6-8DC7-99474765B32E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64A3F2C5-D71E-44A6-8DC7-99474765B32E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64A3F2C5-D71E-44A6-8DC7-99474765B32E}.Release|Any CPU.Build.0 = Release|Any CPU
{FC44EC1F-AD83-4522-99B4-4B309B8CC78A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC44EC1F-AD83-4522-99B4-4B309B8CC78A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC44EC1F-AD83-4522-99B4-4B309B8CC78A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC44EC1F-AD83-4522-99B4-4B309B8CC78A}.Release|Any CPU.Build.0 = Release|Any CPU
{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E640A22A-DF3C-40A2-AC72-DEB2F9B16241} = {0069BFD6-B0EE-4204-A85F-F75E31A77B3C}
{64A3F2C5-D71E-44A6-8DC7-99474765B32E} = {D54DE844-AC36-4872-928F-5F573D41ACAE}
{FC44EC1F-AD83-4522-99B4-4B309B8CC78A} = {1C72E771-7C72-4A30-A408-5CE66E792ADF}
{3C7C4F1B-7BB1-48F6-BC9E-0A81F632458B} = {1C72E771-7C72-4A30-A408-5CE66E792ADF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6DD7789-D2A5-43A4-A4FE-E138166E15C7}
EndGlobalSection
EndGlobal