-
Notifications
You must be signed in to change notification settings - Fork 42
/
serilog-extensions-logging-file.sln
60 lines (60 loc) · 3.27 KB
/
serilog-extensions-logging-file.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 Version 17
VisualStudioVersion = 17.0.32014.148
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
.gitattributes = .gitattributes
.gitignore = .gitignore
Build.ps1 = Build.ps1
LICENSE = LICENSE
README.md = README.md
global.json = global.json
Directory.Version.props = Directory.Version.props
Directory.Build.props = Directory.Build.props
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}") = "Serilog.Extensions.Logging.File", "src\Serilog.Extensions.Logging.File\Serilog.Extensions.Logging.File.csproj", "{E640A22A-DF3C-40A2-AC72-DEB2F9B16241}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Extensions.Logging.File.Tests", "test\Serilog.Extensions.Logging.File.Tests\Serilog.Extensions.Logging.File.Tests.csproj", "{64A3F2C5-D71E-44A6-8DC7-99474765B32E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "example\ConsoleApp1\ConsoleApp1.csproj", "{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578}"
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
{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578}.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}
{EB4D5CC9-8E9F-499F-84BB-7BE9D3CC4578} = {1C72E771-7C72-4A30-A408-5CE66E792ADF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A37A10E-F9A2-4578-9B58-EB7C07B64E66}
EndGlobalSection
EndGlobal