-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathistio-tracing-aspnetcore.sln
executable file
·74 lines (74 loc) · 4.79 KB
/
istio-tracing-aspnetcore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07C31E4F-058A-4C07-B023-088A3C0D1E9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Istio.Tracing.Propagation.AspNetCore", "src\Istio.Tracing.Propagation.AspNetCore\Istio.Tracing.Propagation.AspNetCore.csproj", "{7D397762-E221-494E-B650-B8BB6C8915C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9514F7C3-31D1-4995-987E-DAE82D4DD146}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Istio.Tracing.Propagation.Tests", "test\Istio.Tracing.Propagation.Tests\Istio.Tracing.Propagation.Tests.csproj", "{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Istio.Tracing.Propagation.IntegrationTests", "test\Istio.Tracing.Propagation.IntegrationTests\Istio.Tracing.Propagation.IntegrationTests.csproj", "{D7133A06-4BEB-4F21-BEA9-77278796B49B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|x64.ActiveCfg = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|x64.Build.0 = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Debug|x86.Build.0 = Debug|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|Any CPU.Build.0 = Release|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|x64.ActiveCfg = Release|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|x64.Build.0 = Release|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|x86.ActiveCfg = Release|Any CPU
{7D397762-E221-494E-B650-B8BB6C8915C8}.Release|x86.Build.0 = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|x64.ActiveCfg = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|x64.Build.0 = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|x86.ActiveCfg = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Debug|x86.Build.0 = Debug|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|x64.ActiveCfg = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|x64.Build.0 = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|x86.ActiveCfg = Release|Any CPU
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82}.Release|x86.Build.0 = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|x64.ActiveCfg = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|x64.Build.0 = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|x86.ActiveCfg = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Debug|x86.Build.0 = Debug|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|Any CPU.Build.0 = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|x64.ActiveCfg = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|x64.Build.0 = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|x86.ActiveCfg = Release|Any CPU
{D7133A06-4BEB-4F21-BEA9-77278796B49B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D397762-E221-494E-B650-B8BB6C8915C8} = {07C31E4F-058A-4C07-B023-088A3C0D1E9D}
{9B4C4AB8-9BE6-4538-8274-DAE6267FFC82} = {9514F7C3-31D1-4995-987E-DAE82D4DD146}
{D7133A06-4BEB-4F21-BEA9-77278796B49B} = {9514F7C3-31D1-4995-987E-DAE82D4DD146}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {192AE9F8-08ED-4495-A239-D420DCCFF494}
EndGlobalSection
EndGlobal