diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-16 16:37:12 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-16 16:37:12 -0800 |
commit | 8bfaf4a7bb301f851fd8442aa3de2bce5074b13f (patch) | |
tree | 1a4ca47faad1215018beee3f9ba548a08d873ac7 /src/csharp/Grpc.Core/NativeDeps.Windows.targets | |
parent | 648d648797f96c8f61ccdc7b26940dc14c1a27be (diff) | |
parent | 9596d6b1120ab3a53cbbecfbb15b8551dff5902b (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.targets | 2 |
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> |