|
1 | | - |
2 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio 14 |
4 | | -VisualStudioVersion = 14.0.25420.1 |
| 2 | +# Visual Studio 15 |
| 3 | +VisualStudioVersion = 15.0.27004.2002 |
5 | 4 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}" |
7 | 6 | EndProject |
8 | 7 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}" |
9 | 8 | ProjectSection(SolutionItems) = preProject |
| 9 | + .editorconfig = .editorconfig |
| 10 | + .gitattributes = .gitattributes |
| 11 | + .gitignore = .gitignore |
10 | 12 | appveyor.yml = appveyor.yml |
11 | 13 | Build.ps1 = Build.ps1 |
12 | 14 | CHANGES.md = CHANGES.md |
13 | | - global.json = global.json |
14 | | - NuGet.Config = NuGet.Config |
| 15 | + LICENSE = LICENSE |
15 | 16 | README.md = README.md |
16 | 17 | assets\Serilog.snk = assets\Serilog.snk |
17 | 18 | EndProjectSection |
18 | 19 | EndProject |
19 | | -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Sinks.Observable", "src\Serilog.Sinks.Observable\Serilog.Sinks.Observable.xproj", "{8D6C0BB9-D04D-49B6-9043-4A776AD275D5}" |
20 | | -EndProject |
21 | 20 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9D8490A7-A075-4E53-A5F2-A960CF4DB3E7}" |
22 | 21 | EndProject |
23 | | -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Tests", "test\Serilog.Tests\Serilog.Tests.xproj", "{3C2D8E01-5580-426A-BDD9-EC59CD98E618}" |
| 22 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Observable", "src\Serilog.Sinks.Observable\Serilog.Sinks.Observable.csproj", "{727C1498-20A8-4C1A-BE5F-8AB762F920DC}" |
| 23 | +EndProject |
| 24 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Tests", "test\Serilog.Tests\Serilog.Tests.csproj", "{C88A987D-3E79-481C-9DD7-441371EAF9E6}" |
24 | 25 | EndProject |
25 | 26 | Global |
26 | 27 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
27 | 28 | Debug|Any CPU = Debug|Any CPU |
28 | 29 | Release|Any CPU = Release|Any CPU |
29 | 30 | EndGlobalSection |
30 | 31 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
31 | | - {8D6C0BB9-D04D-49B6-9043-4A776AD275D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
32 | | - {8D6C0BB9-D04D-49B6-9043-4A776AD275D5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
33 | | - {8D6C0BB9-D04D-49B6-9043-4A776AD275D5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
34 | | - {8D6C0BB9-D04D-49B6-9043-4A776AD275D5}.Release|Any CPU.Build.0 = Release|Any CPU |
35 | | - {3C2D8E01-5580-426A-BDD9-EC59CD98E618}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
36 | | - {3C2D8E01-5580-426A-BDD9-EC59CD98E618}.Debug|Any CPU.Build.0 = Debug|Any CPU |
37 | | - {3C2D8E01-5580-426A-BDD9-EC59CD98E618}.Release|Any CPU.ActiveCfg = Release|Any CPU |
38 | | - {3C2D8E01-5580-426A-BDD9-EC59CD98E618}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {727C1498-20A8-4C1A-BE5F-8AB762F920DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {727C1498-20A8-4C1A-BE5F-8AB762F920DC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {727C1498-20A8-4C1A-BE5F-8AB762F920DC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {727C1498-20A8-4C1A-BE5F-8AB762F920DC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + {C88A987D-3E79-481C-9DD7-441371EAF9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 37 | + {C88A987D-3E79-481C-9DD7-441371EAF9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 38 | + {C88A987D-3E79-481C-9DD7-441371EAF9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 39 | + {C88A987D-3E79-481C-9DD7-441371EAF9E6}.Release|Any CPU.Build.0 = Release|Any CPU |
39 | 40 | EndGlobalSection |
40 | 41 | GlobalSection(SolutionProperties) = preSolution |
41 | 42 | HideSolutionNode = FALSE |
42 | 43 | EndGlobalSection |
43 | 44 | GlobalSection(NestedProjects) = preSolution |
44 | | - {8D6C0BB9-D04D-49B6-9043-4A776AD275D5} = {037440DE-440B-4129-9F7A-09B42D00397E} |
45 | | - {3C2D8E01-5580-426A-BDD9-EC59CD98E618} = {9D8490A7-A075-4E53-A5F2-A960CF4DB3E7} |
| 45 | + {727C1498-20A8-4C1A-BE5F-8AB762F920DC} = {037440DE-440B-4129-9F7A-09B42D00397E} |
| 46 | + {C88A987D-3E79-481C-9DD7-441371EAF9E6} = {9D8490A7-A075-4E53-A5F2-A960CF4DB3E7} |
| 47 | + EndGlobalSection |
| 48 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 49 | + SolutionGuid = {F7520405-4472-4800-B649-95134A0863F4} |
46 | 50 | EndGlobalSection |
47 | 51 | EndGlobal |
0 commit comments