aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_cpp_plugin
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-27 09:01:17 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-27 12:54:15 -0700
commit8ed4c3e2675ba27dab0b198ba650d902c5db7748 (patch)
tree433852f86156e2cbe5c470a1bdeff66b7cebab80 /templates/vsprojects/grpc_cpp_plugin
parentd4d91671618207f633a3ed3e39233288515e31e9 (diff)
provide VS solution for building protoc plugins
Diffstat (limited to 'templates/vsprojects/grpc_cpp_plugin')
-rw-r--r--templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template b/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template
new file mode 100644
index 0000000000..49ab1b7385
--- /dev/null
+++ b/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template
@@ -0,0 +1,2 @@
+<%namespace file="../vcxproj_defs.include" import="gen_project"/>\
+${gen_project('grpc_cpp_plugin', targets, configuration_type='Application')}