xref: /aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/Directory.Build.targets (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1<!--
2  This overrides the Directory.Build.targets in src/csharp/
3  since we want different settings for the integration tests, particularly
4  we don't want to sign assemblies
5-->
6<Project>
7
8  <!-- These would normally be imported from the Grpc.Tools NuGet package -->
9  <Import Project="$(GrpcToolsBuildDir)\_grpc\_Grpc.Tools.targets"/>
10  <Import Project="$(GrpcToolsBuildDir)\_protobuf\Google.Protobuf.Tools.targets"/>
11</Project>
12