forked from hancengiz/rabbitmq.log4net.gelf.appender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrabbitmq.log4net.gelf.appender.sln
47 lines (47 loc) · 2.52 KB
/
rabbitmq.log4net.gelf.appender.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rabbitmq.log4net.gelf.appender", "src\rabbitmq.log4net.gelf.appender.csproj", "{41D25EB6-2F12-43FA-8FC3-61C2696C8A46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{7D021F95-A2A4-4BAE-A5E7-BF3815E7C468}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sample.console.client", "sample.console.client\sample.console.client.csproj", "{50248942-598E-437E-92D9-5F079F4B8C4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DCB6CB73-EE23-45BA-803A-01B675885391}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54307790-465A-46E9-BDE6-CC78BDBC68AB}"
ProjectSection(SolutionItems) = preProject
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
{41D25EB6-2F12-43FA-8FC3-61C2696C8A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D25EB6-2F12-43FA-8FC3-61C2696C8A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D25EB6-2F12-43FA-8FC3-61C2696C8A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D25EB6-2F12-43FA-8FC3-61C2696C8A46}.Release|Any CPU.Build.0 = Release|Any CPU
{7D021F95-A2A4-4BAE-A5E7-BF3815E7C468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D021F95-A2A4-4BAE-A5E7-BF3815E7C468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D021F95-A2A4-4BAE-A5E7-BF3815E7C468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D021F95-A2A4-4BAE-A5E7-BF3815E7C468}.Release|Any CPU.Build.0 = Release|Any CPU
{50248942-598E-437E-92D9-5F079F4B8C4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50248942-598E-437E-92D9-5F079F4B8C4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50248942-598E-437E-92D9-5F079F4B8C4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50248942-598E-437E-92D9-5F079F4B8C4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal