aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-24 09:13:48 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-25 09:45:38 -0800
commitb17b00b5410fdcc253f2e1c14c37ed093ff4cf95 (patch)
tree7fa507059fc7c9bcd79791c6d03be106b010de25 /src
parent5ffb4c33dcffa83677370ee4e46ccee665ecedea (diff)
Fix to make the conditional include under Windows
Diffstat (limited to 'src')
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index b5c15ee374..183c442358 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -69,7 +69,7 @@
<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)' == 'x86' ">
+ <When Condition=" '$(Platform)' == 'AnyCPU' ">
<ItemGroup>
<Content Include="..\..\..\vsprojects\vs2013\Debug\grpc_csharp_ext.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>