Skip to content

Commit

Permalink
fix conditional inclusion of grpc_csharp_ext.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 27, 2015
1 parent 69dc65a commit bd3df5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/csharp/Grpc.Core/Grpc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<Compile Include="Utils\ExceptionHelper.cs" />
</ItemGroup>
<Choose>
<!-- Under Windows, automatically copy the C core library to output dir.
Under Monodevelop it's not supported so it has no effect. -->
<When Condition=" '$(Platform)' == 'AnyCPU' ">
<!-- Under older versions of Monodevelop, Choose is not supported and is just
ignored, which gives us the desired effect. -->
<When Condition=" '$(OS)' != 'Unix' ">
<ItemGroup>
<Content Include="..\..\..\vsprojects\vs2013\Debug\grpc_csharp_ext.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit bd3df5f

Please sign in to comment.