-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsocreate-extensions-logging.sln
44 lines (44 loc) · 2.32 KB
/
socreate-extensions-logging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoCreate.Extensions.Logging", "src\SoCreate.Extensions.Logging\SoCreate.Extensions.Logging.csproj", "{86A9AA63-B63A-4203-99D8-DF80565AC778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActivityLogger", "examples\ActivityLogger\ActivityLogger.csproj", "{1C4887E7-3892-4BC2-92C4-01F4772FCDC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3B6E865E-3DBC-40D5-92D4-DF40566C905C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{227024E2-D761-4534-8ABD-38F0B2A833A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9E69D8FD-DBBB-44EF-BBED-B7A9998F242A}"
ProjectSection(SolutionItems) = preProject
build\azure-pipelines.yml = build\azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86A9AA63-B63A-4203-99D8-DF80565AC778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A9AA63-B63A-4203-99D8-DF80565AC778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A9AA63-B63A-4203-99D8-DF80565AC778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A9AA63-B63A-4203-99D8-DF80565AC778}.Release|Any CPU.Build.0 = Release|Any CPU
{1C4887E7-3892-4BC2-92C4-01F4772FCDC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4887E7-3892-4BC2-92C4-01F4772FCDC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4887E7-3892-4BC2-92C4-01F4772FCDC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4887E7-3892-4BC2-92C4-01F4772FCDC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{86A9AA63-B63A-4203-99D8-DF80565AC778} = {3B6E865E-3DBC-40D5-92D4-DF40566C905C}
{1C4887E7-3892-4BC2-92C4-01F4772FCDC4} = {227024E2-D761-4534-8ABD-38F0B2A833A8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB1508BD-164F-4161-885E-A823D688F65A}
EndGlobalSection
EndGlobal