1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 15
4
- VisualStudioVersion = 15 .0.26730.16
3
+ # Visual Studio Version 16
4
+ VisualStudioVersion = 16 .0.29806.167
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{04226074-C72F-42BC-AB02-4D70A7BAE7E1}"
7
7
EndProject
@@ -19,6 +19,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.MSSqlServer",
19
19
EndProject
20
20
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Serilog.Sinks.MSSqlServer.Tests" , "test\Serilog.Sinks.MSSqlServer.Tests\Serilog.Sinks.MSSqlServer.Tests.csproj" , "{3C2D8E01-5580-426A-BDD9-EC59CD98E618}"
21
21
EndProject
22
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sample" , "sample" , "{AA346332-5BAF-47F1-B8FB-7600ED61265D}"
23
+ EndProject
24
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CustomLogEventFormatterDemo" , "sample\CustomLogEventFormatterDemo\CustomLogEventFormatterDemo.csproj" , "{873320F1-8F6D-45E2-A853-D321C86793EC}"
25
+ EndProject
22
26
Global
23
27
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
24
28
Debug| Any CPU = Debug| Any CPU
@@ -33,13 +37,18 @@ Global
33
37
{3C2D8E01-5580-426A-BDD9-EC59CD98E618} .Debug| Any CPU .Build .0 = Debug| Any CPU
34
38
{3C2D8E01-5580-426A-BDD9-EC59CD98E618} .Release| Any CPU .ActiveCfg = Release| Any CPU
35
39
{3C2D8E01-5580-426A-BDD9-EC59CD98E618} .Release| Any CPU .Build .0 = Release| Any CPU
40
+ {873320F1-8F6D-45E2-A853-D321C86793EC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
41
+ {873320F1-8F6D-45E2-A853-D321C86793EC} .Debug| Any CPU .Build .0 = Debug| Any CPU
42
+ {873320F1-8F6D-45E2-A853-D321C86793EC} .Release| Any CPU .ActiveCfg = Release| Any CPU
43
+ {873320F1-8F6D-45E2-A853-D321C86793EC} .Release| Any CPU .Build .0 = Release| Any CPU
36
44
EndGlobalSection
37
45
GlobalSection (SolutionProperties ) = preSolution
38
46
HideSolutionNode = FALSE
39
47
EndGlobalSection
40
48
GlobalSection (NestedProjects ) = preSolution
41
49
{803CD13A-D54B-4CEC-A55F-E22AE3D93B3C} = {04226074-C72F-42BC-AB02-4D70A7BAE7E1}
42
50
{3C2D8E01-5580-426A-BDD9-EC59CD98E618} = {F02D6513-6F45-452E-85A0-41A872A2C1F8}
51
+ {873320F1-8F6D-45E2-A853-D321C86793EC} = {AA346332-5BAF-47F1-B8FB-7600ED61265D}
43
52
EndGlobalSection
44
53
GlobalSection (ExtensibilityGlobals ) = postSolution
45
54
SolutionGuid = {AAA6BF8D-7B53-4A5F-A79A-D1B306383B45}
0 commit comments