diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-11 10:20:55 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-11 10:20:55 -0800 |
commit | 9e1d446ff30e069a7f1823c086756d7088b51357 (patch) | |
tree | c80ac4b1b1d13a4debbd79496543b1d05032f19c /templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template | |
parent | a81196c36198e45dda98413b3917094db1967ae1 (diff) |
some VS project template fixes and added templates for grpc_csharp_ext
Diffstat (limited to 'templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template')
-rw-r--r-- | templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template b/templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template index 3de6453f52..4f62b85a85 100644 --- a/templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template +++ b/templates/vsprojects/vs2013/grpc_unsecure.vcxproj.template @@ -1,2 +1,2 @@ <%namespace file="vcxproj_defs.include" import="gen_project"/>\ -${gen_project('grpc', libs, targets)}
\ No newline at end of file +${gen_project('grpc_unsecure', libs, targets)}
\ No newline at end of file |