-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathGelf.Extensions.Logging.sln
89 lines (89 loc) · 5.99 KB
/
Gelf.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28822.285
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8D2DBBD0-2141-4B3D-BEA5-5FF4B15F0919}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
docker-compose.ci.build.yml = docker-compose.ci.build.yml
docker-compose.ci.publish.yml = docker-compose.ci.publish.yml
docker-compose.yml = docker-compose.yml
icon.png = icon.png
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A6D95AC6-FD7C-459C-ADBE-5797A0EDF123}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gelf.Extensions.Logging", "src\Gelf.Extensions.Logging\Gelf.Extensions.Logging.csproj", "{0480562A-97F5-423B-A11F-BD788D04E3AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7999DEB6-1492-41CF-A94C-63606C616565}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gelf.Extensions.Logging.Tests", "test\Gelf.Extensions.Logging.Tests\Gelf.Extensions.Logging.Tests.csproj", "{4B299C4A-3A24-47B3-83D1-251D5FBDA174}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{7D9416E1-13A5-4A86-A3F1-2289369D7193}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gelf.Extensions.Logging.Samples.NetCore2", "samples\Gelf.Extensions.Logging.Samples.NetCore2\Gelf.Extensions.Logging.Samples.NetCore2.csproj", "{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gelf.Extensions.Logging.Samples.NetCore1", "samples\Gelf.Extensions.Logging.Samples.NetCore1\Gelf.Extensions.Logging.Samples.NetCore1.csproj", "{C55B368D-E4C1-42D0-97C2-4AD2F443743B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gelf.Extensions.Logging.Samples.AspNetCore3", "samples\Gelf.Extensions.Logging.Samples.AspNetCore3\Gelf.Extensions.Logging.Samples.AspNetCore3.csproj", "{7599B625-DD65-4B68-ACF3-6E9400C0A99B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gelf.Extensions.Logging.Samples.AspNetCore2", "samples\Gelf.Extensions.Logging.Samples.AspNetCore2\Gelf.Extensions.Logging.Samples.AspNetCore2.csproj", "{C3D38DAC-25E5-4590-A47D-08A97520C4CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gelf.Extensions.Logging.Samples.AspNetCore5", "samples\Gelf.Extensions.Logging.Samples.AspNetCore5\Gelf.Extensions.Logging.Samples.AspNetCore5.csproj", "{5F202815-647E-488A-9B2C-A746775DBF6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0480562A-97F5-423B-A11F-BD788D04E3AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0480562A-97F5-423B-A11F-BD788D04E3AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0480562A-97F5-423B-A11F-BD788D04E3AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0480562A-97F5-423B-A11F-BD788D04E3AD}.Release|Any CPU.Build.0 = Release|Any CPU
{4B299C4A-3A24-47B3-83D1-251D5FBDA174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B299C4A-3A24-47B3-83D1-251D5FBDA174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B299C4A-3A24-47B3-83D1-251D5FBDA174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B299C4A-3A24-47B3-83D1-251D5FBDA174}.Release|Any CPU.Build.0 = Release|Any CPU
{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C55B368D-E4C1-42D0-97C2-4AD2F443743B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C55B368D-E4C1-42D0-97C2-4AD2F443743B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C55B368D-E4C1-42D0-97C2-4AD2F443743B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C55B368D-E4C1-42D0-97C2-4AD2F443743B}.Release|Any CPU.Build.0 = Release|Any CPU
{7599B625-DD65-4B68-ACF3-6E9400C0A99B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7599B625-DD65-4B68-ACF3-6E9400C0A99B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7599B625-DD65-4B68-ACF3-6E9400C0A99B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7599B625-DD65-4B68-ACF3-6E9400C0A99B}.Release|Any CPU.Build.0 = Release|Any CPU
{C3D38DAC-25E5-4590-A47D-08A97520C4CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D38DAC-25E5-4590-A47D-08A97520C4CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D38DAC-25E5-4590-A47D-08A97520C4CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D38DAC-25E5-4590-A47D-08A97520C4CB}.Release|Any CPU.Build.0 = Release|Any CPU
{5F202815-647E-488A-9B2C-A746775DBF6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F202815-647E-488A-9B2C-A746775DBF6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F202815-647E-488A-9B2C-A746775DBF6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F202815-647E-488A-9B2C-A746775DBF6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0480562A-97F5-423B-A11F-BD788D04E3AD} = {A6D95AC6-FD7C-459C-ADBE-5797A0EDF123}
{4B299C4A-3A24-47B3-83D1-251D5FBDA174} = {7999DEB6-1492-41CF-A94C-63606C616565}
{0A2D1AF3-16F9-4081-A3BE-35331BEF58B5} = {7D9416E1-13A5-4A86-A3F1-2289369D7193}
{C55B368D-E4C1-42D0-97C2-4AD2F443743B} = {7D9416E1-13A5-4A86-A3F1-2289369D7193}
{7599B625-DD65-4B68-ACF3-6E9400C0A99B} = {7D9416E1-13A5-4A86-A3F1-2289369D7193}
{C3D38DAC-25E5-4590-A47D-08A97520C4CB} = {7D9416E1-13A5-4A86-A3F1-2289369D7193}
{5F202815-647E-488A-9B2C-A746775DBF6B} = {7D9416E1-13A5-4A86-A3F1-2289369D7193}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6D74A71-1746-4865-AAE2-77625B3E8935}
EndGlobalSection
EndGlobal