aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/NativeDeps.Windows.targets
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-12 17:57:25 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-15 15:21:13 -0800
commitafab541d01852aa086adfbf589be776a39c2aa3f (patch)
treeca0f6a2f7667ca034296586abe3c4b517dc0a0f9 /src/csharp/Grpc.Core/NativeDeps.Windows.targets
parent623ca7dd9408fea1b6e88be0ca1e0f845a0533e8 (diff)
revamp C# native library loader
Diffstat (limited to 'src/csharp/Grpc.Core/NativeDeps.Windows.targets')
-rw-r--r--src/csharp/Grpc.Core/NativeDeps.Windows.targets9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/NativeDeps.Windows.targets b/src/csharp/Grpc.Core/NativeDeps.Windows.targets
new file mode 100644
index 0000000000..f6a3405e29
--- /dev/null
+++ b/src/csharp/Grpc.Core/NativeDeps.Windows.targets
@@ -0,0 +1,9 @@
+<?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">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ <Link>nativelibs\windows_x86\grpc_csharp_ext.dll</Link>
+ </Content>
+ </ItemGroup>
+</Project> \ No newline at end of file