-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Serilog.Extensions.sln
28 lines (28 loc) · 1.92 KB
/
Serilog.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Formatting", "src\Serilog.Extensions.Formatting\Serilog.Extensions.Formatting.csproj", "{DE68E991-F6A3-46A9-87D3-34F6640117FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Formatting.Test", "test\Serilog.Extensions.Formatting.Test\Serilog.Extensions.Formatting.Test.csproj", "{B1E681B8-549F-4DA8-9E62-2371F3127EBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Formatting.Benchmark", "test\Serilog.Extensions.Formatting.Benchmark\Serilog.Extensions.Formatting.Benchmark.csproj", "{25642654-BA18-47E9-836B-103CABB184AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE68E991-F6A3-46A9-87D3-34F6640117FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE68E991-F6A3-46A9-87D3-34F6640117FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE68E991-F6A3-46A9-87D3-34F6640117FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE68E991-F6A3-46A9-87D3-34F6640117FC}.Release|Any CPU.Build.0 = Release|Any CPU
{B1E681B8-549F-4DA8-9E62-2371F3127EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1E681B8-549F-4DA8-9E62-2371F3127EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1E681B8-549F-4DA8-9E62-2371F3127EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1E681B8-549F-4DA8-9E62-2371F3127EBD}.Release|Any CPU.Build.0 = Release|Any CPU
{25642654-BA18-47E9-836B-103CABB184AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25642654-BA18-47E9-836B-103CABB184AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25642654-BA18-47E9-836B-103CABB184AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25642654-BA18-47E9-836B-103CABB184AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal