-
Notifications
You must be signed in to change notification settings - Fork 0
/
CorrelatorSharp.Logging.NLog.sln
37 lines (37 loc) · 1.93 KB
/
CorrelatorSharp.Logging.NLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{833CF6C5-C10A-431D-AEE2-746ACF7D9FDF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorrelatorSharp.Logging.NLog", "CorrelatorSharp.Logging.NLog\CorrelatorSharp.Logging.NLog.csproj", "{B51E334B-972B-4754-BE39-6BCFBD185BDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorrelatorSharp.Logging.NLog.Sample", "CorrelatorSharp.Logging.NLog.Sample\CorrelatorSharp.Logging.NLog.Sample.csproj", "{B955BD93-780A-4B12-A701-6F736211F03C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B51E334B-972B-4754-BE39-6BCFBD185BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B51E334B-972B-4754-BE39-6BCFBD185BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B51E334B-972B-4754-BE39-6BCFBD185BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B51E334B-972B-4754-BE39-6BCFBD185BDC}.Release|Any CPU.Build.0 = Release|Any CPU
{B955BD93-780A-4B12-A701-6F736211F03C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B955BD93-780A-4B12-A701-6F736211F03C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B955BD93-780A-4B12-A701-6F736211F03C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B955BD93-780A-4B12-A701-6F736211F03C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0E89EE7-CE28-45D8-B527-07E4C83A67DD}
EndGlobalSection
EndGlobal