-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeriLog.LogSanitizingFormatter.sln
32 lines (32 loc) · 1.52 KB
/
SeriLog.LogSanitizingFormatter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB632C71-AB11-4298-B11B-DBBCF1404D12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F779330-F9FE-421B-9E5B-108F9D0ECCCB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeriLog.LogSanitizingFormatter", "src\SeriLog.LogSanitizingFormatter\SeriLog.LogSanitizingFormatter.csproj", "{2CFD6B58-99F9-430A-A38D-BECB84E00166}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CFD6B58-99F9-430A-A38D-BECB84E00166} = {BB632C71-AB11-4298-B11B-DBBCF1404D12}
EndGlobalSection
EndGlobal