diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-05-28 12:32:46 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-05-28 12:32:46 -0700 |
commit | bea00481717ed02dba5745fe240bee81359ad6af (patch) | |
tree | 4d75985bdde00fdfabb9173856b17d4bf65d5f21 /templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template | |
parent | 2c31a56d4a2af7177e5aaa2f3f40f5f6db8f570f (diff) | |
parent | 7692159e90f2c49c3512cd2a89b3820d9e2090ba (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.template | 2 |
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')} |