-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogfmt.sln
More file actions
28 lines (28 loc) · 1.71 KB
/
logfmt.sln
File metadata and controls
28 lines (28 loc) · 1.71 KB
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}") = "Logfmt", "Logfmt\Logfmt.csproj", "{4D2B0E64-2774-4207-969E-3209C9595B64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logfmt.Tests", "Logfmt.Tests\Logfmt.Tests.csproj", "{08E6A9C5-2303-4945-AA0F-92DB1A2495C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logfmt.Benchmarks", "Logfmt.Benchmarks\Logfmt.Benchmarks.csproj", "{17F613EC-2843-4F6C-BFD4-27291F93DDFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D2B0E64-2774-4207-969E-3209C9595B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2B0E64-2774-4207-969E-3209C9595B64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2B0E64-2774-4207-969E-3209C9595B64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2B0E64-2774-4207-969E-3209C9595B64}.Release|Any CPU.Build.0 = Release|Any CPU
{08E6A9C5-2303-4945-AA0F-92DB1A2495C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08E6A9C5-2303-4945-AA0F-92DB1A2495C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08E6A9C5-2303-4945-AA0F-92DB1A2495C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08E6A9C5-2303-4945-AA0F-92DB1A2495C2}.Release|Any CPU.Build.0 = Release|Any CPU
{17F613EC-2843-4F6C-BFD4-27291F93DDFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F613EC-2843-4F6C-BFD4-27291F93DDFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F613EC-2843-4F6C-BFD4-27291F93DDFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F613EC-2843-4F6C-BFD4-27291F93DDFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal