This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
NLog.StructuredLogging.Json.sln
37 lines (37 loc) · 2.13 KB
/
NLog.StructuredLogging.Json.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.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.StructuredLogging.Json", "src\NLog.StructuredLogging.Json\NLog.StructuredLogging.Json.csproj", "{3BBCA830-F337-416F-8191-515B91774183}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.StructuredLogging.Json.Tests", "src\NLog.StructuredLogging.Json.Tests\NLog.StructuredLogging.Json.Tests.csproj", "{72D9A869-3455-4DD1-863D-ABCB3C1B26BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "src\Benchmark\Benchmark.csproj", "{5563A376-D56E-48C7-8E05-47BE747B946F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BBCA830-F337-416F-8191-515B91774183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BBCA830-F337-416F-8191-515B91774183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BBCA830-F337-416F-8191-515B91774183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BBCA830-F337-416F-8191-515B91774183}.Release|Any CPU.Build.0 = Release|Any CPU
{72D9A869-3455-4DD1-863D-ABCB3C1B26BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D9A869-3455-4DD1-863D-ABCB3C1B26BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D9A869-3455-4DD1-863D-ABCB3C1B26BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D9A869-3455-4DD1-863D-ABCB3C1B26BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5563A376-D56E-48C7-8E05-47BE747B946F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5563A376-D56E-48C7-8E05-47BE747B946F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5563A376-D56E-48C7-8E05-47BE747B946F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5563A376-D56E-48C7-8E05-47BE747B946F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3E57D58-6FC1-4CCB-B95F-E43E1C0C012F}
EndGlobalSection
EndGlobal