-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLogging.sln
More file actions
69 lines (69 loc) · 4.25 KB
/
Copy pathLogging.sln
File metadata and controls
69 lines (69 loc) · 4.25 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
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{FA0DB353-4B42-4134-9619-EF886D50797E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging", "Logging\Logging.csproj", "{DFA1597A-4CBE-4AEE-AA33-49D1B983A079}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging.Log4Net", "Logging.Log4Net\Logging.Log4Net.csproj", "{0B2AE4BB-C6FA-4FBC-91A5-8195842DF767}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging.Log4Net.Tests", "Logging.Log4Net.Tests\Logging.Log4Net.Tests.csproj", "{63CB9D04-8BC8-4291-ACC6-AD887BE950BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging.NLog", "Logging.NLog\Logging.NLog.csproj", "{7764ABD6-EFDC-4A18-9502-423798325B90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging.NLog.Tests", "Logging.NLog.Tests\Logging.NLog.Tests.csproj", "{1B8392E0-C306-4CC1-9836-6C99290F0393}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging.Tests", "Logging.Tests\Logging.Tests.csproj", "{98CFF89F-9191-4B14-85A4-7BB890D767DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging.Serilog", "Logging.Serilog\Logging.Serilog.csproj", "{4B6CD1A3-E0BB-4529-9B8C-DB24FDECDA5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFA1597A-4CBE-4AEE-AA33-49D1B983A079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFA1597A-4CBE-4AEE-AA33-49D1B983A079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFA1597A-4CBE-4AEE-AA33-49D1B983A079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFA1597A-4CBE-4AEE-AA33-49D1B983A079}.Release|Any CPU.Build.0 = Release|Any CPU
{0B2AE4BB-C6FA-4FBC-91A5-8195842DF767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B2AE4BB-C6FA-4FBC-91A5-8195842DF767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B2AE4BB-C6FA-4FBC-91A5-8195842DF767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B2AE4BB-C6FA-4FBC-91A5-8195842DF767}.Release|Any CPU.Build.0 = Release|Any CPU
{63CB9D04-8BC8-4291-ACC6-AD887BE950BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63CB9D04-8BC8-4291-ACC6-AD887BE950BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63CB9D04-8BC8-4291-ACC6-AD887BE950BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63CB9D04-8BC8-4291-ACC6-AD887BE950BA}.Release|Any CPU.Build.0 = Release|Any CPU
{7764ABD6-EFDC-4A18-9502-423798325B90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7764ABD6-EFDC-4A18-9502-423798325B90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7764ABD6-EFDC-4A18-9502-423798325B90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7764ABD6-EFDC-4A18-9502-423798325B90}.Release|Any CPU.Build.0 = Release|Any CPU
{1B8392E0-C306-4CC1-9836-6C99290F0393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B8392E0-C306-4CC1-9836-6C99290F0393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B8392E0-C306-4CC1-9836-6C99290F0393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B8392E0-C306-4CC1-9836-6C99290F0393}.Release|Any CPU.Build.0 = Release|Any CPU
{98CFF89F-9191-4B14-85A4-7BB890D767DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CFF89F-9191-4B14-85A4-7BB890D767DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CFF89F-9191-4B14-85A4-7BB890D767DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CFF89F-9191-4B14-85A4-7BB890D767DE}.Release|Any CPU.Build.0 = Release|Any CPU
{4B6CD1A3-E0BB-4529-9B8C-DB24FDECDA5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B6CD1A3-E0BB-4529-9B8C-DB24FDECDA5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B6CD1A3-E0BB-4529-9B8C-DB24FDECDA5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B6CD1A3-E0BB-4529-9B8C-DB24FDECDA5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AF40A8E-20E0-48FB-BC51-8D5811B4A56D}
EndGlobalSection
EndGlobal