forked from nblumhardt/autofac-serilog-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autofac-serilog-integration.sln
55 lines (55 loc) · 3.04 KB
/
autofac-serilog-integration.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
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{096ECAC8-1B75-440C-95E6-0F3B206ED6F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{2CB8CBB3-2348-4894-96FB-D762D023B351}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{ED47F849-9EC5-4FE4-A83B-8201651E29CD}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3D50212A-D8F6-40EF-90C3-E850627F5618}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutofacSerilogIntegration", "src\AutofacSerilogIntegration\AutofacSerilogIntegration.csproj", "{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "example\Example\Example.csproj", "{B3E88BA9-57AA-4A33-A35B-FB26E150B86F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutofacSerilogIntegration.Tests", "test\AutofacSerilogIntegration.Tests\AutofacSerilogIntegration.Tests.csproj", "{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F}.Release|Any CPU.Build.0 = Release|Any CPU
{B3E88BA9-57AA-4A33-A35B-FB26E150B86F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3E88BA9-57AA-4A33-A35B-FB26E150B86F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3E88BA9-57AA-4A33-A35B-FB26E150B86F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3E88BA9-57AA-4A33-A35B-FB26E150B86F}.Release|Any CPU.Build.0 = Release|Any CPU
{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EAEE5A7D-8082-4B13-8E7F-A51D40A75A3F} = {096ECAC8-1B75-440C-95E6-0F3B206ED6F7}
{B3E88BA9-57AA-4A33-A35B-FB26E150B86F} = {2CB8CBB3-2348-4894-96FB-D762D023B351}
{321AFDCC-8FCE-446B-82F4-FB2B8F99BE59} = {3D50212A-D8F6-40EF-90C3-E850627F5618}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA004B51-D744-4BF9-85E8-3470D887A519}
EndGlobalSection
EndGlobal