This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Ocelot.Tracing.Butterfly.sln
88 lines (88 loc) · 5.48 KB
/
Ocelot.Tracing.Butterfly.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5CFB79B7-C9DC-45A4-9A75-625D92471702}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FA7C349-DBE8-4904-A2CE-015B8869CE6C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-and-release-unstable.ps1 = build-and-release-unstable.ps1
build-and-run-tests.ps1 = build-and-run-tests.ps1
build.cake = build.cake
build.ps1 = build.ps1
codeanalysis.ruleset = codeanalysis.ruleset
GitVersion.yml = GitVersion.yml
global.json = global.json
LICENSE.md = LICENSE.md
ocelot.postman_collection.json = ocelot.postman_collection.json
README.md = README.md
release.ps1 = release.ps1
ReleaseNotes.md = ReleaseNotes.md
run-acceptance-tests.ps1 = run-acceptance-tests.ps1
run-benchmarks.ps1 = run-benchmarks.ps1
run-unit-tests.ps1 = run-unit-tests.ps1
version.ps1 = version.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5B401523-36DA-4491-B73A-7590A26E420B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly", "src\Ocelot.Tracing.Butterfly\Ocelot.Tracing.Butterfly.csproj", "{B1A5DA5C-BE35-4959-947A-E42910E9FE57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly.AcceptanceTests", "test\Ocelot.Tracing.Butterfly.AcceptanceTests\Ocelot.Tracing.Butterfly.AcceptanceTests.csproj", "{CC1F6926-7F8F-421E-B3F6-00A9BFE37442}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly.Benchmarks", "test\Ocelot.Tracing.Butterfly.Benchmarks\Ocelot.Tracing.Butterfly.Benchmarks.csproj", "{5E2633E3-97F3-431D-8DB1-41F0532F3215}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly.IntegrationTests", "test\Ocelot.Tracing.Butterfly.IntegrationTests\Ocelot.Tracing.Butterfly.IntegrationTests.csproj", "{A9727781-E3B0-4672-B76F-2BB33BCA54BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly.ManualTest", "test\Ocelot.Tracing.Butterfly.ManualTest\Ocelot.Tracing.Butterfly.ManualTest.csproj", "{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Tracing.Butterfly.UnitTests", "test\Ocelot.Tracing.Butterfly.UnitTests\Ocelot.Tracing.Butterfly.UnitTests.csproj", "{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1A5DA5C-BE35-4959-947A-E42910E9FE57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1A5DA5C-BE35-4959-947A-E42910E9FE57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1A5DA5C-BE35-4959-947A-E42910E9FE57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1A5DA5C-BE35-4959-947A-E42910E9FE57}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1F6926-7F8F-421E-B3F6-00A9BFE37442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1F6926-7F8F-421E-B3F6-00A9BFE37442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1F6926-7F8F-421E-B3F6-00A9BFE37442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1F6926-7F8F-421E-B3F6-00A9BFE37442}.Release|Any CPU.Build.0 = Release|Any CPU
{5E2633E3-97F3-431D-8DB1-41F0532F3215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E2633E3-97F3-431D-8DB1-41F0532F3215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E2633E3-97F3-431D-8DB1-41F0532F3215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E2633E3-97F3-431D-8DB1-41F0532F3215}.Release|Any CPU.Build.0 = Release|Any CPU
{A9727781-E3B0-4672-B76F-2BB33BCA54BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9727781-E3B0-4672-B76F-2BB33BCA54BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9727781-E3B0-4672-B76F-2BB33BCA54BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9727781-E3B0-4672-B76F-2BB33BCA54BF}.Release|Any CPU.Build.0 = Release|Any CPU
{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5}.Release|Any CPU.Build.0 = Release|Any CPU
{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B1A5DA5C-BE35-4959-947A-E42910E9FE57} = {5CFB79B7-C9DC-45A4-9A75-625D92471702}
{CC1F6926-7F8F-421E-B3F6-00A9BFE37442} = {5B401523-36DA-4491-B73A-7590A26E420B}
{5E2633E3-97F3-431D-8DB1-41F0532F3215} = {5B401523-36DA-4491-B73A-7590A26E420B}
{A9727781-E3B0-4672-B76F-2BB33BCA54BF} = {5B401523-36DA-4491-B73A-7590A26E420B}
{A1CFB848-3DA9-41F3-8FFB-67A7A969FAC5} = {5B401523-36DA-4491-B73A-7590A26E420B}
{6CBF6F77-5DA7-4EB0-8A76-2988BCAC3D3C} = {5B401523-36DA-4491-B73A-7590A26E420B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21476EFF-778A-4F97-8A56-D1AF1CEC0C48}
EndGlobalSection
EndGlobal