aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 18:43:06 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 19:18:22 -0700
commit8ff00a3c2527bf3df60d5a0facea7c6ae28b337c (patch)
tree22361ad78c90b8ec56e42c764873bdb7180923a8 /templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template
parent2a191e39aaa60e5f63fcea66bdc30d981402811d (diff)
big refactoring of visual studio projects, started using nuget
dependencies.
Diffstat (limited to 'templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template')
-rw-r--r--templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template b/templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template
new file mode 100644
index 0000000000..293878dcf4
--- /dev/null
+++ b/templates/vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj.template
@@ -0,0 +1,2 @@
+<%namespace file="../vcxproj_defs.include" import="gen_project"/>\
+${gen_project('grpc_csharp_ext', libs, targets, configuration_type = 'DynamicLibrary', additional_props = ['winsock'], openssl_pkg_version='1.0.2.1', zlib_pkg_version='1.2.8.7')}