@@ -4,12 +4,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
4
4
VisualStudioVersion = 15.0.26124.0
5
5
MinimumVisualStudioVersion = 15.0.26124.0
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{1EFCD839-0726-4BCE-B745-1E829991B1BC}"
7
+ Project Section (SolutionItems ) = preProject
8
+ src \Directory .build .props = src \Directory .build .props
9
+ EndProject Section
7
10
EndProject
8
11
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Confluent.Kafka" , "src\Confluent.Kafka\Confluent.Kafka.csproj" , "{09C3255B-1972-4EB8-91D0-FB9F5CD82BCB}"
9
12
EndProject
10
13
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Confluent.SchemaRegistry" , "src\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" , "{AA671E3D-EB85-40A2-B183-8DA037286680}"
11
14
EndProject
12
15
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{90058283-1F8F-465D-89E4-D4374A27E612}"
16
+ Project Section (SolutionItems ) = preProject
17
+ test \Directory .build .props = test \Directory .build .props
18
+ EndProject Section
13
19
EndProject
14
20
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Confluent.Kafka.UnitTests" , "test\Confluent.Kafka.UnitTests\Confluent.Kafka.UnitTests.csproj" , "{BD6FCDB1-CC2E-4DE2-AB48-9CBD3F78E637}"
15
21
EndProject
@@ -28,6 +34,9 @@ EndProject
28
34
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Confluent.SchemaRegistry.IntegrationTests" , "test\Confluent.SchemaRegistry.IntegrationTests\Confluent.SchemaRegistry.IntegrationTests.csproj" , "{EC57E6D6-371F-4538-8C48-35C37CA2ED67}"
29
35
EndProject
30
36
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{9CE4B5F7-9251-4340-BACB-207066A5DBE8}"
37
+ Project Section (SolutionItems ) = preProject
38
+ examples \Directory .build .props = examples \Directory .build .props
39
+ EndProject Section
31
40
EndProject
32
41
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "AdminClient" , "examples\AdminClient\AdminClient.csproj" , "{964449D5-3024-420E-9262-1913EC189D6A}"
33
42
EndProject
@@ -101,6 +110,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{B544BD
101
110
src \Shared \SetEqualityComparer .cs = src \Shared \SetEqualityComparer .cs
102
111
EndProject Section
103
112
EndProject
113
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{D5322057-682D-49F2-A2FB-68FA69187B28}"
114
+ Project Section (SolutionItems ) = preProject
115
+ README .md = README .md
116
+ Directory .Build .props = Directory .Build .props
117
+ .editorconfig = .editorconfig
118
+ EndProject Section
119
+ EndProject
120
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{BA928213-B366-4290-A4AA-E0FA094333FE}"
121
+ EndProject
122
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{EDA3CED2-A80E-44F5-B5E4-79E38BC1376F}"
123
+ EndProject
124
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{A4A6EEAB-8053-4746-892F-683FC7C21622}"
125
+ EndProject
104
126
Global
105
127
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
106
128
Debug| Any CPU = Debug| Any CPU
@@ -673,6 +695,9 @@ Global
673
695
{6988FB1F-3648-4E5E-821F-55D67CA00FD7} = {9CE4B5F7-9251-4340-BACB-207066A5DBE8}
674
696
{10CD6000-59A3-40C9-905F-20F4EE03C1B4} = {9CE4B5F7-9251-4340-BACB-207066A5DBE8}
675
697
{B544BD2C-F46D-4C68-8A31-3010E371E640} = {1EFCD839-0726-4BCE-B745-1E829991B1BC}
698
+ {BA928213-B366-4290-A4AA-E0FA094333FE} = {D5322057-682D-49F2-A2FB-68FA69187B28}
699
+ {EDA3CED2-A80E-44F5-B5E4-79E38BC1376F} = {D5322057-682D-49F2-A2FB-68FA69187B28}
700
+ {A4A6EEAB-8053-4746-892F-683FC7C21622} = {D5322057-682D-49F2-A2FB-68FA69187B28}
676
701
{85ABD85A-53A2-4222-BE99-CE51F639F623} = {9CE4B5F7-9251-4340-BACB-207066A5DBE8}
677
702
{493C1E83-B424-488D-B6D6-713D07EF4152} = {9CE4B5F7-9251-4340-BACB-207066A5DBE8}
678
703
{E72DAB16-FAF7-4365-8151-9450007C93A0} = {9CE4B5F7-9251-4340-BACB-207066A5DBE8}
0 commit comments