-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAspNetCoreRequestTracing.sln
45 lines (45 loc) · 2.21 KB
/
AspNetCoreRequestTracing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreRequestTracing", "AspNetCoreRequestTracing\AspNetCoreRequestTracing.csproj", "{D44EC0F0-76B2-46C1-9790-B0B532DF0D3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreRequestTracing.Tests", "AspNetCoreRequestTracing.Tests\AspNetCoreRequestTracing.Tests.csproj", "{8C9199B9-8B37-4D22-B4B2-0C9CE24091EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4EB17EB-4410-459F-BE0A-67C2E8FB9D6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D44EC0F0-76B2-46C1-9790-B0B532DF0D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44EC0F0-76B2-46C1-9790-B0B532DF0D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44EC0F0-76B2-46C1-9790-B0B532DF0D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44EC0F0-76B2-46C1-9790-B0B532DF0D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{8C9199B9-8B37-4D22-B4B2-0C9CE24091EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C9199B9-8B37-4D22-B4B2-0C9CE24091EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C9199B9-8B37-4D22-B4B2-0C9CE24091EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C9199B9-8B37-4D22-B4B2-0C9CE24091EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64E510FB-929F-460A-A5DF-ABB1666864FC}
EndGlobalSection
EndGlobal