-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHttpTracing.sln
44 lines (44 loc) · 2.1 KB
/
HttpTracing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC6CD172-26FF-4B3E-93F2-5B7538B6F81E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
GlobalSuppressions.cs = GlobalSuppressions.cs
README.md = README.md
stylecop.json = stylecop.json
TestsSuppressions.cs = TestsSuppressions.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpTracing", "HttpTracing\HttpTracing.csproj", "{D7BBDD87-60B1-4C33-840F-81A2CDEF1C6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpTracing.Tests", "HttpTracing.Tests\HttpTracing.Tests.csproj", "{789576E5-6CC3-47BF-A013-32394FFBF3D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7BBDD87-60B1-4C33-840F-81A2CDEF1C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7BBDD87-60B1-4C33-840F-81A2CDEF1C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7BBDD87-60B1-4C33-840F-81A2CDEF1C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7BBDD87-60B1-4C33-840F-81A2CDEF1C6F}.Release|Any CPU.Build.0 = Release|Any CPU
{789576E5-6CC3-47BF-A013-32394FFBF3D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{789576E5-6CC3-47BF-A013-32394FFBF3D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{789576E5-6CC3-47BF-A013-32394FFBF3D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{789576E5-6CC3-47BF-A013-32394FFBF3D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7188783E-71B0-444C-BB96-53ADB142F380}
EndGlobalSection
EndGlobal