aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-24 08:43:02 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-25 09:45:38 -0800
commitabf22022465f628fce764e1f5a775310c0317973 (patch)
treeb19d31c31af7b5b57fc3e3a486d9d1ce9b1b59df /src/csharp/Grpc.Core/Grpc.Core.csproj
parent5339814591c41c845996cba7ed9d83c506922de4 (diff)
grpc_csharp_ext.dll added to the project to force automatic copying to the output dir
Diffstat (limited to 'src/csharp/Grpc.Core/Grpc.Core.csproj')
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.csproj5
1 files changed, 5 insertions, 0 deletions
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