|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio 15 |
4 |
| -VisualStudioVersion = 15.0.26124.0 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.29613.14 |
5 | 5 | MinimumVisualStudioVersion = 15.0.26124.0
|
6 | 6 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4F6C5943-A8FF-4625-97ED-5325B9CAF2E4}"
|
7 | 7 | EndProject
|
8 | 8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Enrichers.Sensitive", "src\Serilog.Enrichers.Sensitive\Serilog.Enrichers.Sensitive.csproj", "{24D87D92-F2C9-449A-80F3-CD90AF105D26}"
|
9 | 9 | EndProject
|
10 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Enrichers.Sensitive.Demo", "src\Serilog.Enrichers.Sensitive.Demo\Serilog.Enrichers.Sensitive.Demo.csproj", "{86680D69-63DF-4211-845D-7C45DAB92A36}" |
| 10 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Enrichers.Sensitive.Demo", "src\Serilog.Enrichers.Sensitive.Demo\Serilog.Enrichers.Sensitive.Demo.csproj", "{86680D69-63DF-4211-845D-7C45DAB92A36}" |
11 | 11 | EndProject
|
12 | 12 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5953C623-05D9-4967-A65B-01AD83955946}"
|
13 | 13 | EndProject
|
14 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Enrichers.Sensitive.Tests.Unit", "test\Serilog.Enrichers.Sensitive.Tests.Unit\Serilog.Enrichers.Sensitive.Tests.Unit.csproj", "{8784B51D-900B-44E5-A032-CEF6027CD178}" |
| 14 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Enrichers.Sensitive.Tests.Unit", "test\Serilog.Enrichers.Sensitive.Tests.Unit\Serilog.Enrichers.Sensitive.Tests.Unit.csproj", "{8784B51D-900B-44E5-A032-CEF6027CD178}" |
| 15 | +EndProject |
| 16 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Enrichers.Sensitive.Tests.Benchmark", "test\Serilog.Enrichers.Sensitive.Tests.Benchmark\Serilog.Enrichers.Sensitive.Tests.Benchmark.csproj", "{1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}" |
15 | 17 | EndProject
|
16 | 18 | Global
|
17 | 19 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@@ -59,6 +61,18 @@ Global
|
59 | 61 | {8784B51D-900B-44E5-A032-CEF6027CD178}.Release|x64.Build.0 = Release|Any CPU
|
60 | 62 | {8784B51D-900B-44E5-A032-CEF6027CD178}.Release|x86.ActiveCfg = Release|Any CPU
|
61 | 63 | {8784B51D-900B-44E5-A032-CEF6027CD178}.Release|x86.Build.0 = Release|Any CPU
|
| 64 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 65 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 66 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|x64.ActiveCfg = Debug|Any CPU |
| 67 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|x64.Build.0 = Debug|Any CPU |
| 68 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 69 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Debug|x86.Build.0 = Debug|Any CPU |
| 70 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 71 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|Any CPU.Build.0 = Release|Any CPU |
| 72 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|x64.ActiveCfg = Release|Any CPU |
| 73 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|x64.Build.0 = Release|Any CPU |
| 74 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|x86.ActiveCfg = Release|Any CPU |
| 75 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06}.Release|x86.Build.0 = Release|Any CPU |
62 | 76 | EndGlobalSection
|
63 | 77 | GlobalSection(SolutionProperties) = preSolution
|
64 | 78 | HideSolutionNode = FALSE
|
|
67 | 81 | {24D87D92-F2C9-449A-80F3-CD90AF105D26} = {4F6C5943-A8FF-4625-97ED-5325B9CAF2E4}
|
68 | 82 | {86680D69-63DF-4211-845D-7C45DAB92A36} = {4F6C5943-A8FF-4625-97ED-5325B9CAF2E4}
|
69 | 83 | {8784B51D-900B-44E5-A032-CEF6027CD178} = {5953C623-05D9-4967-A65B-01AD83955946}
|
| 84 | + {1C6B2313-3EBB-482F-8A78-2BB7C6FCFA06} = {5953C623-05D9-4967-A65B-01AD83955946} |
70 | 85 | EndGlobalSection
|
71 | 86 | GlobalSection(ExtensibilityGlobals) = postSolution
|
72 | 87 | SolutionGuid = {E5198D5F-2EF2-411D-8569-3E473CFFB6B7}
|
|
0 commit comments