From abf22022465f628fce764e1f5a775310c0317973 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Tue, 24 Feb 2015 08:43:02 -0800
Subject: [PATCH] grpc_csharp_ext.dll added to the project to force automatic
 copying to the output dir

---
 src/csharp/Grpc.Core/Grpc.Core.csproj | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index 6156b2f38b..f88c9b373f 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -66,5 +66,10 @@
     <Compile Include="Utils\BenchmarkUtil.cs" />
     <Compile Include="Utils\ExceptionHelper.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="..\..\..\vsprojects\vs2013\Debug\grpc_csharp_ext.dll">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file
-- 
GitLab