diff options
author | Donna Dionne <donnadionne@google.com> | 2015-04-22 12:40:59 -0700 |
---|---|---|
committer | Donna Dionne <donnadionne@google.com> | 2015-04-22 12:40:59 -0700 |
commit | d0a162dc78ec7dcef280418b68850826905938f7 (patch) | |
tree | eed3836daa203db3ef14cd0b8245d84849657d9c /templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template | |
parent | f9f8aca5b043197aa4471fec7000f4443824b818 (diff) | |
parent | 2c48566e71373c60c7191b3e5c75a9af52a79358 (diff) |
Merge branch 'master' of github.com:google/grpc into private_build
Diffstat (limited to 'templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template')
-rw-r--r-- | templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template b/templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template new file mode 100644 index 0000000000..93b343eb45 --- /dev/null +++ b/templates/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.template @@ -0,0 +1,2 @@ +<%namespace file="../vcxproj_defs.include" import="gen_project"/>\ +${gen_project('grpc_unsecure', libs, targets, packages=['zlib'])}
\ No newline at end of file |