-
Notifications
You must be signed in to change notification settings - Fork 6
/
OpenTracing.Confluent.Kafka.sln
50 lines (50 loc) · 2.94 KB
/
OpenTracing.Confluent.Kafka.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{722D70BB-2833-41FE-AF75-DE908D0EAE26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTracing.Confluent.Kafka.Tests", "Tests\OpenTracing.Confluent.Kafka.Tests\OpenTracing.Confluent.Kafka.Tests.csproj", "{77566FFD-6259-4748-8EF6-432B9F76E892}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTracing.Confluent.Kafka", "src\OpenTracing.Confluent.Kafka\OpenTracing.Confluent.Kafka.csproj", "{305C5063-E5D0-4368-ABCC-DBD29EF894D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{AF8CB38E-703D-4433-9D2C-452DBBB87AB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confluent.Kafka.Clients.Traced.By.Jaeger", "examples\Confluent.Kafka.Producer.And.Consumer.Traced.By.Jaeger\Confluent.Kafka.Clients.Traced.By.Jaeger.csproj", "{902409E0-3709-46FE-B3B4-D01BCD4E4EB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{3A3E7B97-E3A7-4A32-A2D2-9484C1F502F5}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77566FFD-6259-4748-8EF6-432B9F76E892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77566FFD-6259-4748-8EF6-432B9F76E892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77566FFD-6259-4748-8EF6-432B9F76E892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77566FFD-6259-4748-8EF6-432B9F76E892}.Release|Any CPU.Build.0 = Release|Any CPU
{305C5063-E5D0-4368-ABCC-DBD29EF894D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305C5063-E5D0-4368-ABCC-DBD29EF894D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305C5063-E5D0-4368-ABCC-DBD29EF894D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305C5063-E5D0-4368-ABCC-DBD29EF894D0}.Release|Any CPU.Build.0 = Release|Any CPU
{902409E0-3709-46FE-B3B4-D01BCD4E4EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{902409E0-3709-46FE-B3B4-D01BCD4E4EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{902409E0-3709-46FE-B3B4-D01BCD4E4EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902409E0-3709-46FE-B3B4-D01BCD4E4EB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77566FFD-6259-4748-8EF6-432B9F76E892} = {722D70BB-2833-41FE-AF75-DE908D0EAE26}
{902409E0-3709-46FE-B3B4-D01BCD4E4EB1} = {AF8CB38E-703D-4433-9D2C-452DBBB87AB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1ADC202-4051-4E6A-82BB-0C29821B7992}
EndGlobalSection
EndGlobal