-
Notifications
You must be signed in to change notification settings - Fork 2
/
serilog-sinks-influxdb.sln
36 lines (36 loc) · 2 KB
/
serilog-sinks-influxdb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.InfluxDB", "src\Serilog.Sinks.InfluxDB\Serilog.Sinks.InfluxDB.csproj", "{B452B1F3-69C8-4287-ACD6-4212E6513A81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{724BD4D1-A729-4BDF-A068-BEB8674C7E62}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{2BC599BE-5160-4EBF-9E9C-D576741A03C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.InfluxDB.ConsoleTester", "samples\Serilog.Sinks.InfluxDB.ConsoleTester\Serilog.Sinks.InfluxDB.ConsoleTester.csproj", "{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B452B1F3-69C8-4287-ACD6-4212E6513A81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B452B1F3-69C8-4287-ACD6-4212E6513A81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B452B1F3-69C8-4287-ACD6-4212E6513A81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B452B1F3-69C8-4287-ACD6-4212E6513A81}.Release|Any CPU.Build.0 = Release|Any CPU
{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B452B1F3-69C8-4287-ACD6-4212E6513A81} = {724BD4D1-A729-4BDF-A068-BEB8674C7E62}
{C729D7BB-CEE9-44BB-8ABE-9D0E7BA16ACF} = {2BC599BE-5160-4EBF-9E9C-D576741A03C1}
EndGlobalSection
EndGlobal