-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLoggingBestPractices.sln
50 lines (50 loc) · 3 KB
/
LoggingBestPractices.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
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingBestPractices.Api", "LoggingBestPractices.Api\LoggingBestPractices.Api.csproj", "{69529F76-D303-42BA-A29E-E6D631D6D47E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingBestPractices.Benchmarks", "LoggingBestPractices.Benchmarks\LoggingBestPractices.Benchmarks.csproj", "{64CA17F3-716D-41CF-A798-F89B9C942652}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingBestPractices.DefaultLogging", "LoggingBestPractices.DefaultLogging\LoggingBestPractices.DefaultLogging.csproj", "{FBF551F6-6730-4E22-A664-8F09A6656968}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingBestPractices.SerilogLogging", "LoggingBestPractices.SerilogLogging\LoggingBestPractices.SerilogLogging.csproj", "{0BE526EA-C62F-487A-AC5E-975F08F5166C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EB77790-0247-4787-8335-26BF7B9C0C02}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69529F76-D303-42BA-A29E-E6D631D6D47E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69529F76-D303-42BA-A29E-E6D631D6D47E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69529F76-D303-42BA-A29E-E6D631D6D47E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69529F76-D303-42BA-A29E-E6D631D6D47E}.Release|Any CPU.Build.0 = Release|Any CPU
{64CA17F3-716D-41CF-A798-F89B9C942652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64CA17F3-716D-41CF-A798-F89B9C942652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64CA17F3-716D-41CF-A798-F89B9C942652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64CA17F3-716D-41CF-A798-F89B9C942652}.Release|Any CPU.Build.0 = Release|Any CPU
{FBF551F6-6730-4E22-A664-8F09A6656968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBF551F6-6730-4E22-A664-8F09A6656968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBF551F6-6730-4E22-A664-8F09A6656968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBF551F6-6730-4E22-A664-8F09A6656968}.Release|Any CPU.Build.0 = Release|Any CPU
{0BE526EA-C62F-487A-AC5E-975F08F5166C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BE526EA-C62F-487A-AC5E-975F08F5166C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BE526EA-C62F-487A-AC5E-975F08F5166C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BE526EA-C62F-487A-AC5E-975F08F5166C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6FF4FD4-D9F2-4ABA-814E-DA4D5CF9E786}
EndGlobalSection
EndGlobal