blob: cd325f3e79d4e04725a272c29864655f2a263517 [file] [log] [blame]
<!--
This overrides the Directory.Build.targets in src/csharp/
since we want different settings for the integration tests, particularly
we don't want to sign assemblies
-->
<Project>
<!-- These would normally be imported from the Grpc.Tools NuGet package -->
<Import Project="$(GrpcToolsBuildDir)\_grpc\_Grpc.Tools.targets"/>
<Import Project="$(GrpcToolsBuildDir)\_protobuf\Google.Protobuf.Tools.targets"/>
</Project>