This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserilog-enrichers-exceptiondata.sln
45 lines (45 loc) · 2.38 KB
/
serilog-enrichers-exceptiondata.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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{406006F7-12FA-4A8A-ADC8-80E5338F5275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Enrichers.ExceptionData", "src\Serilog.Enrichers.ExceptionData\Serilog.Enrichers.ExceptionData.csproj", "{D522D368-B28C-4CA9-B4B2-0B6CFDA54622}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Enrichers.ExceptionData.Tests", "test\Serilog.Enrichers.ExceptionData.Tests\Serilog.Enrichers.ExceptionData.Tests.csproj", "{161AC8A7-E349-4DC1-9285-A561F6AFA841}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D522D368-B28C-4CA9-B4B2-0B6CFDA54622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D522D368-B28C-4CA9-B4B2-0B6CFDA54622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D522D368-B28C-4CA9-B4B2-0B6CFDA54622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D522D368-B28C-4CA9-B4B2-0B6CFDA54622}.Release|Any CPU.Build.0 = Release|Any CPU
{161AC8A7-E349-4DC1-9285-A561F6AFA841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{161AC8A7-E349-4DC1-9285-A561F6AFA841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{161AC8A7-E349-4DC1-9285-A561F6AFA841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{161AC8A7-E349-4DC1-9285-A561F6AFA841}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D522D368-B28C-4CA9-B4B2-0B6CFDA54622} = {037440DE-440B-4129-9F7A-09B42D00397E}
{161AC8A7-E349-4DC1-9285-A561F6AFA841} = {406006F7-12FA-4A8A-ADC8-80E5338F5275}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3BAA0B3-71DF-4E16-924F-940BF51EB8DE}
EndGlobalSection
EndGlobal