-
Notifications
You must be signed in to change notification settings - Fork 22
/
serilog-timings.sln
48 lines (48 loc) · 2.44 KB
/
serilog-timings.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E12C42C0-7235-47D6-8D63-2EF82A2365B0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
global.json = global.json
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerilogTimings", "src\SerilogTimings\SerilogTimings.csproj", "{3B709371-7B4D-41D5-9F0A-34E3CA14B6CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerilogTimings.Tests", "test\SerilogTimings.Tests\SerilogTimings.Tests.csproj", "{E813903B-9791-43FA-AB21-7757385C7EB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "sample\Example\Example.csproj", "{3482E6CB-3EE6-4BCF-8DBB-2343ECCFD1E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B709371-7B4D-41D5-9F0A-34E3CA14B6CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B709371-7B4D-41D5-9F0A-34E3CA14B6CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B709371-7B4D-41D5-9F0A-34E3CA14B6CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B709371-7B4D-41D5-9F0A-34E3CA14B6CD}.Release|Any CPU.Build.0 = Release|Any CPU
{E813903B-9791-43FA-AB21-7757385C7EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E813903B-9791-43FA-AB21-7757385C7EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E813903B-9791-43FA-AB21-7757385C7EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E813903B-9791-43FA-AB21-7757385C7EB1}.Release|Any CPU.Build.0 = Release|Any CPU
{3482E6CB-3EE6-4BCF-8DBB-2343ECCFD1E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3482E6CB-3EE6-4BCF-8DBB-2343ECCFD1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3482E6CB-3EE6-4BCF-8DBB-2343ECCFD1E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3482E6CB-3EE6-4BCF-8DBB-2343ECCFD1E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D3EB619-9D44-46CA-9488-F3FBBBD9D6BA}
EndGlobalSection
EndGlobal