@@ -14,14 +14,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{98FECE
14
14
README .md = README .md
15
15
EndProject Section
16
16
EndProject
17
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{A788D7A8-C32F-4EFC-ADD0-2A1791595225}"
18
- EndProject
19
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Serilog.Sinks.Notepad" , "src\Serilog.Sinks.Notepad\Serilog.Sinks.Notepad.csproj" , "{CC7EBF80-9141-489F-A7BC-D59D18971279}"
20
- EndProject
21
17
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sample" , "sample" , "{C73ACC17-798C-44E7-BC96-4BEADBD4085D}"
22
18
EndProject
23
19
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ConsoleDemo" , "sample\ConsoleDemo\ConsoleDemo.csproj" , "{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7}"
24
20
EndProject
21
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{A788D7A8-C32F-4EFC-ADD0-2A1791595225}"
22
+ EndProject
23
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Serilog.Sinks.Notepad" , "src\Serilog.Sinks.Notepad\Serilog.Sinks.Notepad.csproj" , "{CC7EBF80-9141-489F-A7BC-D59D18971279}"
24
+ EndProject
25
25
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{1E653E10-F79F-4BFF-9A49-30F4B7DCF851}"
26
26
EndProject
27
27
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Serilog.Sinks.Notepad.Tests" , "test\Serilog.Sinks.Notepad.Tests\Serilog.Sinks.Notepad.Tests.csproj" , "{FC1DB800-0FD6-489A-96B6-B4C880EC409B}"
@@ -32,14 +32,14 @@ Global
32
32
Release| Any CPU = Release| Any CPU
33
33
EndGlobalSection
34
34
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
35
- {CC7EBF80-9141-489F-A7BC-D59D18971279} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
36
- {CC7EBF80-9141-489F-A7BC-D59D18971279} .Debug| Any CPU .Build .0 = Debug| Any CPU
37
- {CC7EBF80-9141-489F-A7BC-D59D18971279} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
- {CC7EBF80-9141-489F-A7BC-D59D18971279} .Release| Any CPU .Build .0 = Release| Any CPU
39
35
{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
40
36
{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7} .Debug| Any CPU .Build .0 = Debug| Any CPU
41
37
{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7} .Release| Any CPU .ActiveCfg = Release| Any CPU
42
38
{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7} .Release| Any CPU .Build .0 = Release| Any CPU
39
+ {CC7EBF80-9141-489F-A7BC-D59D18971279} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
40
+ {CC7EBF80-9141-489F-A7BC-D59D18971279} .Debug| Any CPU .Build .0 = Debug| Any CPU
41
+ {CC7EBF80-9141-489F-A7BC-D59D18971279} .Release| Any CPU .ActiveCfg = Release| Any CPU
42
+ {CC7EBF80-9141-489F-A7BC-D59D18971279} .Release| Any CPU .Build .0 = Release| Any CPU
43
43
{FC1DB800-0FD6-489A-96B6-B4C880EC409B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
44
44
{FC1DB800-0FD6-489A-96B6-B4C880EC409B} .Debug| Any CPU .Build .0 = Debug| Any CPU
45
45
{FC1DB800-0FD6-489A-96B6-B4C880EC409B} .Release| Any CPU .ActiveCfg = Release| Any CPU
49
49
HideSolutionNode = FALSE
50
50
EndGlobalSection
51
51
GlobalSection (NestedProjects ) = preSolution
52
- {CC7EBF80-9141-489F-A7BC-D59D18971279} = {A788D7A8-C32F-4EFC-ADD0-2A1791595225}
53
52
{B3DD36B1-EEFA-4E7C-82B8-60728AFACCF7} = {C73ACC17-798C-44E7-BC96-4BEADBD4085D}
53
+ {CC7EBF80-9141-489F-A7BC-D59D18971279} = {A788D7A8-C32F-4EFC-ADD0-2A1791595225}
54
54
{FC1DB800-0FD6-489A-96B6-B4C880EC409B} = {1E653E10-F79F-4BFF-9A49-30F4B7DCF851}
55
55
EndGlobalSection
56
56
GlobalSection (ExtensibilityGlobals ) = postSolution
0 commit comments