This repository has been archived by the owner on Nov 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NLog.StructuredEvents.sln
44 lines (44 loc) · 2.54 KB
/
NLog.StructuredEvents.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8B246D1E-73FA-436D-B0AF-3B711D11F409}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EEEB254-6951-4690-A1B9-187498FF7D0A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NLog.StructuredEvents", "src\NLog.StructuredEvents\NLog.StructuredEvents.xproj", "{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NLog.StructuredEvents.Tests", "test\NLog.StructuredEvents.Tests\NLog.StructuredEvents.Tests.xproj", "{8867FF56-F14D-408C-B126-FE9CF13AE207}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Benchmarks", "test\Benchmarks\Benchmarks.xproj", "{EC23ABDF-B869-459F-97C5-DD25279567F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}.Release|Any CPU.Build.0 = Release|Any CPU
{8867FF56-F14D-408C-B126-FE9CF13AE207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8867FF56-F14D-408C-B126-FE9CF13AE207}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8867FF56-F14D-408C-B126-FE9CF13AE207}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8867FF56-F14D-408C-B126-FE9CF13AE207}.Release|Any CPU.Build.0 = Release|Any CPU
{EC23ABDF-B869-459F-97C5-DD25279567F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC23ABDF-B869-459F-97C5-DD25279567F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC23ABDF-B869-459F-97C5-DD25279567F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC23ABDF-B869-459F-97C5-DD25279567F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58438CA4-C827-4E4B-A243-0BFBCD48A2DD} = {8B246D1E-73FA-436D-B0AF-3B711D11F409}
{8867FF56-F14D-408C-B126-FE9CF13AE207} = {8B246D1E-73FA-436D-B0AF-3B711D11F409}
EndGlobalSection
EndGlobal