-
Notifications
You must be signed in to change notification settings - Fork 20
/
Common.Logging.Serilog.sln
37 lines (37 loc) · 1.97 KB
/
Common.Logging.Serilog.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 Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Logging.Serilog", "src\Common.Logging.Serilog.csproj", "{03A85FD2-01EB-4A87-AB4D-D0685F0ED262}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{D6378B21-1C82-4EE9-BDED-0C0B5DF169FF}"
ProjectSection(SolutionItems) = preProject
content\app.config.transform = content\app.config.transform
appveyor.yml = appveyor.yml
Common.Logging.Serilog.nuspec = Common.Logging.Serilog.nuspec
.github\workflows\main.yml = .github\workflows\main.yml
README.md = README.md
content\web.config.transform = content\web.config.transform
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Logging.Serilog.Tests", "Common.Logging.Serilog.Tests\Common.Logging.Serilog.Tests.csproj", "{E7035ACA-D59B-4CA2-9606-E7634C5D590F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03A85FD2-01EB-4A87-AB4D-D0685F0ED262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A85FD2-01EB-4A87-AB4D-D0685F0ED262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A85FD2-01EB-4A87-AB4D-D0685F0ED262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A85FD2-01EB-4A87-AB4D-D0685F0ED262}.Release|Any CPU.Build.0 = Release|Any CPU
{E7035ACA-D59B-4CA2-9606-E7634C5D590F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7035ACA-D59B-4CA2-9606-E7634C5D590F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7035ACA-D59B-4CA2-9606-E7634C5D590F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7035ACA-D59B-4CA2-9606-E7634C5D590F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal