-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMiniProfiler.Serilog.sln
More file actions
45 lines (45 loc) · 2.55 KB
/
Copy pathMiniProfiler.Serilog.sln
File metadata and controls
45 lines (45 loc) · 2.55 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profiling.Serilog", "MiniProfiler.Serilog\Profiling.Serilog.csproj", "{263F3788-4409-4EFE-BAF6-5670B70FF3BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profiling.Serilog.Tests", "Profiling.Serilog.Tests\Profiling.Serilog.Tests.csproj", "{308BCCF4-BC32-4CBE-801F-E082DEA97F78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A500CB56-EF6A-481B-AB6D-8083757E1C76}"
ProjectSection(SolutionItems) = preProject
MiniProfiler.Serilog\Profiling.Serilog.nuspec = MiniProfiler.Serilog\Profiling.Serilog.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F186A3CB-088D-48AC-B116-870DA3A0A044}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Console", "Samples\Sample.Console\Sample.Console.csproj", "{747F3A3F-AA88-4100-A227-3B4579448870}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{263F3788-4409-4EFE-BAF6-5670B70FF3BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263F3788-4409-4EFE-BAF6-5670B70FF3BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263F3788-4409-4EFE-BAF6-5670B70FF3BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263F3788-4409-4EFE-BAF6-5670B70FF3BB}.Release|Any CPU.Build.0 = Release|Any CPU
{308BCCF4-BC32-4CBE-801F-E082DEA97F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{308BCCF4-BC32-4CBE-801F-E082DEA97F78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{308BCCF4-BC32-4CBE-801F-E082DEA97F78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{308BCCF4-BC32-4CBE-801F-E082DEA97F78}.Release|Any CPU.Build.0 = Release|Any CPU
{747F3A3F-AA88-4100-A227-3B4579448870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747F3A3F-AA88-4100-A227-3B4579448870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747F3A3F-AA88-4100-A227-3B4579448870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{747F3A3F-AA88-4100-A227-3B4579448870}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{747F3A3F-AA88-4100-A227-3B4579448870} = {F186A3CB-088D-48AC-B116-870DA3A0A044}
EndGlobalSection
EndGlobal