-
Notifications
You must be signed in to change notification settings - Fork 9
/
zero-logging.sln
69 lines (69 loc) · 4.24 KB
/
zero-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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28315.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Logging.File", "src\Zero.Logging.File\Zero.Logging.File.csproj", "{C3B107A7-8601-4771-90DA-22779274C64F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{83083C28-77B9-4692-A05A-874666B7C6BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{2377EF56-906F-473D-B1E8-F956B866EA52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "samples\SampleApp\SampleApp.csproj", "{047B371A-E362-4FB4-A9EF-ADD1D301E9DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Logging.Elasticsearch", "src\Zero.Logging.Elasticsearch\Zero.Logging.Elasticsearch.csproj", "{C6714805-F1E5-4F19-AE08-BBCF116EB6DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7103152B-88DD-45E2-A79A-751033806B9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Logging.Tests", "test\Zero.Logging.Tests\Zero.Logging.Tests.csproj", "{E05D2BE2-3151-4F58-9136-20ABFB146D6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6696DF9-C300-42D0-A5F9-DACCEEA1AC0D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
version.props = version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Logging.Batching", "src\Zero.Logging.Batching\Zero.Logging.Batching.csproj", "{F6F89C45-8370-4F01-BA02-EA02E9A871C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3B107A7-8601-4771-90DA-22779274C64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B107A7-8601-4771-90DA-22779274C64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B107A7-8601-4771-90DA-22779274C64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B107A7-8601-4771-90DA-22779274C64F}.Release|Any CPU.Build.0 = Release|Any CPU
{047B371A-E362-4FB4-A9EF-ADD1D301E9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047B371A-E362-4FB4-A9EF-ADD1D301E9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047B371A-E362-4FB4-A9EF-ADD1D301E9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047B371A-E362-4FB4-A9EF-ADD1D301E9DC}.Release|Any CPU.Build.0 = Release|Any CPU
{C6714805-F1E5-4F19-AE08-BBCF116EB6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6714805-F1E5-4F19-AE08-BBCF116EB6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6714805-F1E5-4F19-AE08-BBCF116EB6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6714805-F1E5-4F19-AE08-BBCF116EB6DF}.Release|Any CPU.Build.0 = Release|Any CPU
{E05D2BE2-3151-4F58-9136-20ABFB146D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E05D2BE2-3151-4F58-9136-20ABFB146D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E05D2BE2-3151-4F58-9136-20ABFB146D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E05D2BE2-3151-4F58-9136-20ABFB146D6E}.Release|Any CPU.Build.0 = Release|Any CPU
{F6F89C45-8370-4F01-BA02-EA02E9A871C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F89C45-8370-4F01-BA02-EA02E9A871C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F89C45-8370-4F01-BA02-EA02E9A871C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F89C45-8370-4F01-BA02-EA02E9A871C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C3B107A7-8601-4771-90DA-22779274C64F} = {83083C28-77B9-4692-A05A-874666B7C6BE}
{047B371A-E362-4FB4-A9EF-ADD1D301E9DC} = {2377EF56-906F-473D-B1E8-F956B866EA52}
{C6714805-F1E5-4F19-AE08-BBCF116EB6DF} = {83083C28-77B9-4692-A05A-874666B7C6BE}
{E05D2BE2-3151-4F58-9136-20ABFB146D6E} = {7103152B-88DD-45E2-A79A-751033806B9F}
{F6F89C45-8370-4F01-BA02-EA02E9A871C4} = {83083C28-77B9-4692-A05A-874666B7C6BE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A591A229-9B57-4758-993E-3F8A7A6F78A8}
EndGlobalSection
EndGlobal