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