diff options
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 |