diff options
Diffstat (limited to 'templates/vsprojects/vs2013/grpc_shared.vcxproj.template')
-rw-r--r-- | templates/vsprojects/vs2013/grpc_shared.vcxproj.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/vs2013/grpc_shared.vcxproj.template b/templates/vsprojects/vs2013/grpc_shared.vcxproj.template new file mode 100644 index 0000000000..55c2da4533 --- /dev/null +++ b/templates/vsprojects/vs2013/grpc_shared.vcxproj.template @@ -0,0 +1,2 @@ +<%namespace file="vcxproj_defs.include" import="gen_project"/>\ +${gen_project('grpc', libs, targets, configuration_type = 'DynamicLibrary', project_guid = '{F2EE8FDB-F1E0-43A0-A297-6F255BB52AAA}', additional_props = ['ssl', 'winsock'])} |