This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSerilog.Enricher.WhenDo.sln
40 lines (40 loc) · 2.03 KB
/
Serilog.Enricher.WhenDo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Enricher.WhenDo", "src\lib\Serilog.Enricher.WhenDo.csproj", "{6C7E17FE-FBAF-42F7-BC43-62A1857C2271}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Enricher.WhenDo.Tests", "src\test\Serilog.Enricher.WhenDo.Tests.csproj", "{363770F0-C12D-4087-BD7B-32E62A8C23E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C5527E01-2AF2-4949-9A01-B9B41BEC511C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{963EB3B0-6FAF-43E6-9F87-4F09CD163162}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
Serilog.Enricher.WhenDo.png = Serilog.Enricher.WhenDo.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C7E17FE-FBAF-42F7-BC43-62A1857C2271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C7E17FE-FBAF-42F7-BC43-62A1857C2271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C7E17FE-FBAF-42F7-BC43-62A1857C2271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C7E17FE-FBAF-42F7-BC43-62A1857C2271}.Release|Any CPU.Build.0 = Release|Any CPU
{363770F0-C12D-4087-BD7B-32E62A8C23E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{363770F0-C12D-4087-BD7B-32E62A8C23E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{363770F0-C12D-4087-BD7B-32E62A8C23E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{363770F0-C12D-4087-BD7B-32E62A8C23E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{363770F0-C12D-4087-BD7B-32E62A8C23E2} = {C5527E01-2AF2-4949-9A01-B9B41BEC511C}
EndGlobalSection
EndGlobal