aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/NativeDeps.Windows.targets
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-16 16:37:12 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-16 16:37:12 -0800
commit8bfaf4a7bb301f851fd8442aa3de2bce5074b13f (patch)
tree1a4ca47faad1215018beee3f9ba548a08d873ac7 /src/csharp/Grpc.Core/NativeDeps.Windows.targets
parent648d648797f96c8f61ccdc7b26940dc14c1a27be (diff)
parent9596d6b1120ab3a53cbbecfbb15b8551dff5902b (diff)
Merge github.com:grpc/grpc into c3+r
Diffstat (limited to 'src/csharp/Grpc.Core/NativeDeps.Windows.targets')
-rw-r--r--src/csharp/Grpc.Core/NativeDeps.Windows.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/NativeDeps.Windows.targets b/src/csharp/Grpc.Core/NativeDeps.Windows.targets
index 93db0935bc..623f58b95b 100644
--- a/src/csharp/Grpc.Core/NativeDeps.Windows.targets
+++ b/src/csharp/Grpc.Core/NativeDeps.Windows.targets
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <Content Include="..\..\..\vsprojects\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
+ <Content Include="..\..\..\cmake\build\Win32\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>grpc_csharp_ext.x86.dll</Link>
</Content>