aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-28 12:32:46 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-28 12:32:46 -0700
commitbea00481717ed02dba5745fe240bee81359ad6af (patch)
tree4d75985bdde00fdfabb9173856b17d4bf65d5f21 /templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
parent2c31a56d4a2af7177e5aaa2f3f40f5f6db8f570f (diff)
parent7692159e90f2c49c3512cd2a89b3820d9e2090ba (diff)
Merge pull request #1770 from jtattermusch/plugin_vcxproj
Provide VS projects for building protoc plugins on Windows
Diffstat (limited to 'templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template')
-rw-r--r--templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template b/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
new file mode 100644
index 0000000000..ecf42ae04e
--- /dev/null
+++ b/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
@@ -0,0 +1,2 @@
+<%namespace file="../vcxproj_defs.include" import="gen_project"/>\
+${gen_project('grpc_ruby_plugin', targets, configuration_type='Application')}