-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenTelemetry.Tracing.Apps.sln
79 lines (79 loc) · 5.15 KB
/
OpenTelemetry.Tracing.Apps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App1.WebApi", "App1.WebApi\App1.WebApi.csproj", "{BE8536EF-3C9F-4719-94B9-860672867DB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App2.RabbitConsumer.Console", "App2.RabbitConsumer.Console\App2.RabbitConsumer.Console.csproj", "{81778BF9-1771-4D90-AEF3-ED27CC20B80E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App3.WebApi", "App3.WebApi\App3.WebApi.csproj", "{19C5123C-2CF3-4760-B034-B9B823288B40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App4.RabbitConsumer.HostedService", "App4.RabbitConsumer.HostedService\App4.RabbitConsumer.HostedService.csproj", "{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}"
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
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|x64.Build.0 = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Debug|x86.Build.0 = Debug|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|Any CPU.Build.0 = Release|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|x64.ActiveCfg = Release|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|x64.Build.0 = Release|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|x86.ActiveCfg = Release|Any CPU
{BE8536EF-3C9F-4719-94B9-860672867DB6}.Release|x86.Build.0 = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|x64.ActiveCfg = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|x64.Build.0 = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|x86.ActiveCfg = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Debug|x86.Build.0 = Debug|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|Any CPU.Build.0 = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|x64.ActiveCfg = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|x64.Build.0 = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|x86.ActiveCfg = Release|Any CPU
{81778BF9-1771-4D90-AEF3-ED27CC20B80E}.Release|x86.Build.0 = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|x64.ActiveCfg = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|x64.Build.0 = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|x86.ActiveCfg = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Debug|x86.Build.0 = Debug|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|Any CPU.Build.0 = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|x64.ActiveCfg = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|x64.Build.0 = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|x86.ActiveCfg = Release|Any CPU
{19C5123C-2CF3-4760-B034-B9B823288B40}.Release|x86.Build.0 = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|x64.ActiveCfg = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|x64.Build.0 = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|x86.ActiveCfg = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Debug|x86.Build.0 = Debug|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|Any CPU.Build.0 = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|x64.ActiveCfg = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|x64.Build.0 = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|x86.ActiveCfg = Release|Any CPU
{25059BE3-44DA-4FC3-BBB5-228E5CA7D6D8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE4BC86E-8F06-4C89-B66E-DA1C02CE3E09}
EndGlobalSection
EndGlobal