diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-12 12:52:16 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-12 14:18:03 -0800 |
commit | 13b9cfb8decb7b218f2982c1ca36d8f4ea3173db (patch) | |
tree | 97fb2fcacc9edcb60ea99a3ede320ce9f973295c /templates | |
parent | 61f93b2b0643edb1b460aba080e4ea1d2b5cfea3 (diff) |
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vsprojects/vs2013/grpc_csharp_ext_shared.vcxproj.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/vs2013/grpc_csharp_ext_shared.vcxproj.template b/templates/vsprojects/vs2013/grpc_csharp_ext_shared.vcxproj.template index 45f37a8c47..193a2cd13f 100644 --- a/templates/vsprojects/vs2013/grpc_csharp_ext_shared.vcxproj.template +++ b/templates/vsprojects/vs2013/grpc_csharp_ext_shared.vcxproj.template @@ -1,2 +1,2 @@ <%namespace file="vcxproj_defs.include" import="gen_project"/>\ -${gen_project('grpc_csharp_ext', libs, targets, configuration_type = 'DynamicLibrary', project_guid = '{C26D04A8-37C6-44C7-B458-906C9FCE928C}', additional_props = ['winsock'])} +${gen_project('grpc_csharp_ext', libs, targets, configuration_type = 'DynamicLibrary', project_guid = '{C26D04A8-37C6-44C7-B458-906C9FCE928C}', additional_props = ['winsock', 'ssl'])} |