-
Notifications
You must be signed in to change notification settings - Fork 17
/
Serilog.Sinks.PostgreSQL.sln
49 lines (49 loc) · 3.36 KB
/
Serilog.Sinks.PostgreSQL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.PostgreSQL", "Serilog.Sinks.PostgreSQL\Serilog.Sinks.PostgreSQL.csproj", "{69627EEF-98B1-4DD5-9B15-269FC99EA24D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.PostgreSQL.Tests", "Serilog.Sinks.PostgreSQL.Tests\Serilog.Sinks.PostgreSQL.Tests.csproj", "{0BABE88C-2115-4CA4-A834-FE1DE6A757EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.PostgreSQL.IntegrationTests", "Serilog.Sinks.PostgreSQL.IntegrationTests\Serilog.Sinks.PostgreSQL.IntegrationTests.csproj", "{0C0B147E-5AC2-4419-8BC5-54299F78E3AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.PostgreSQL.Configuration", "Serilog.Sinks.PostgreSQL.Configuration\Serilog.Sinks.PostgreSQL.Configuration.csproj", "{C28694F5-56B3-4A57-86BD-E95FEE782D31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.PostgreSQL.Configuration.IntegrationTests", "Serilog.Sinks.PostgreSQL.Configuration.IntegrationTests\Serilog.Sinks.PostgreSQL.Configuration.IntegrationTests.csproj", "{D6795394-82E6-48BB-B06D-31B711BFB229}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69627EEF-98B1-4DD5-9B15-269FC99EA24D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69627EEF-98B1-4DD5-9B15-269FC99EA24D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69627EEF-98B1-4DD5-9B15-269FC99EA24D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69627EEF-98B1-4DD5-9B15-269FC99EA24D}.Release|Any CPU.Build.0 = Release|Any CPU
{0BABE88C-2115-4CA4-A834-FE1DE6A757EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BABE88C-2115-4CA4-A834-FE1DE6A757EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BABE88C-2115-4CA4-A834-FE1DE6A757EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BABE88C-2115-4CA4-A834-FE1DE6A757EF}.Release|Any CPU.Build.0 = Release|Any CPU
{0C0B147E-5AC2-4419-8BC5-54299F78E3AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C0B147E-5AC2-4419-8BC5-54299F78E3AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C0B147E-5AC2-4419-8BC5-54299F78E3AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C0B147E-5AC2-4419-8BC5-54299F78E3AD}.Release|Any CPU.Build.0 = Release|Any CPU
{C28694F5-56B3-4A57-86BD-E95FEE782D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C28694F5-56B3-4A57-86BD-E95FEE782D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C28694F5-56B3-4A57-86BD-E95FEE782D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28694F5-56B3-4A57-86BD-E95FEE782D31}.Release|Any CPU.Build.0 = Release|Any CPU
{D6795394-82E6-48BB-B06D-31B711BFB229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6795394-82E6-48BB-B06D-31B711BFB229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6795394-82E6-48BB-B06D-31B711BFB229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6795394-82E6-48BB-B06D-31B711BFB229}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0B0BBE2-C7BD-4155-B77E-2E3283357BFB}
EndGlobalSection
EndGlobal