diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-04-10 18:24:28 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-04-20 19:18:24 -0700 |
commit | 8ab45383432f2bb520febc25422c328e062418ed (patch) | |
tree | f5f5bbf0254b3cc6c3884bf851a4ffa7a3d1843c /templates/vsprojects/grpc_csharp_ext | |
parent | 8ff00a3c2527bf3df60d5a0facea7c6ae28b337c (diff) |
introduced packages.include
Diffstat (limited to 'templates/vsprojects/grpc_csharp_ext')
-rw-r--r-- | templates/vsprojects/grpc_csharp_ext/packages.config.template | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/vsprojects/grpc_csharp_ext/packages.config.template b/templates/vsprojects/grpc_csharp_ext/packages.config.template index 04baa39080..4953b6451c 100644 --- a/templates/vsprojects/grpc_csharp_ext/packages.config.template +++ b/templates/vsprojects/grpc_csharp_ext/packages.config.template @@ -1,7 +1,2 @@ -<?xml version="1.0" encoding="utf-8"?> -<packages> - <package id="openssl" version="1.0.2.1" targetFramework="Native" /> - <package id="openssl.redist" version="1.0.2.1" targetFramework="Native" /> - <package id="zlib" version="1.2.8.7" targetFramework="Native" /> - <package id="zlib.redist" version="1.2.8.7" targetFramework="Native" /> -</packages>
\ No newline at end of file +<%namespace file="../packages.include" import="gen_packages_config"/>\ +${gen_packages_config(['openssl','zlib'])}
\ No newline at end of file |