-
Notifications
You must be signed in to change notification settings - Fork 584
/
Build.csproj
24 lines (21 loc) · 1.3 KB
/
Build.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.Build.Traversal/3.2.0">
<PropertyGroup>
<IsPackable>false</IsPackable>
<MinVerSkip>true</MinVerSkip>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="projects/Benchmarks/Benchmarks.csproj" />
<ProjectReference Include="projects/RabbitMQ.Client/RabbitMQ.Client.csproj" />
<ProjectReference Include="projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj" />
<ProjectReference Include="projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj" />
<ProjectReference Include="projects/toxiproxy-netcore/src/ToxiproxyNetCore/ToxiproxyNetCore.csproj" />
<ProjectReference Include="projects/Test/Common/Common.csproj" />
<ProjectReference Include="projects/Applications/CreateChannel/CreateChannel.csproj" />
<ProjectReference Include="projects/Applications/MassPublish/MassPublish.csproj" />
<ProjectReference Include="projects/Applications/PublisherConfirms/PublisherConfirms.csproj" />
<ProjectReference Include="projects/Test/Integration/Integration.csproj" />
<ProjectReference Include="projects/Test/SequentialIntegration/SequentialIntegration.csproj" />
<ProjectReference Include="projects/Test/Unit/Unit.csproj" />
<ProjectReference Include="projects/Test/OAuth2/OAuth2.csproj" />
</ItemGroup>
</Project>