diff options
Diffstat (limited to 'templates/vsprojects/grpc++/grpc++.vcxproj.template')
-rw-r--r-- | templates/vsprojects/grpc++/grpc++.vcxproj.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/grpc++/grpc++.vcxproj.template b/templates/vsprojects/grpc++/grpc++.vcxproj.template index fb84a1a801..5f13591b2d 100644 --- a/templates/vsprojects/grpc++/grpc++.vcxproj.template +++ b/templates/vsprojects/grpc++/grpc++.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++', libs)}
\ No newline at end of file |