aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc++
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-09 03:17:21 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-09 07:21:07 +0200
commit7bf5092df0da31a4a3015f23408cb825941b6d06 (patch)
tree64e2bfcf3ba600c18bef37bcca0b234d61a534f8 /templates/vsprojects/grpc++
parentf0b4c58778941a7273ef7aa134ca65957e1b9248 (diff)
Adding grpc++_unsecure project file, and adding better support for test projects.
Diffstat (limited to 'templates/vsprojects/grpc++')
-rw-r--r--templates/vsprojects/grpc++/grpc++.vcxproj.filters.template2
-rw-r--r--templates/vsprojects/grpc++/grpc++.vcxproj.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/vsprojects/grpc++/grpc++.vcxproj.filters.template b/templates/vsprojects/grpc++/grpc++.vcxproj.filters.template
index 818eb87c75..70e0a6c13b 100644
--- a/templates/vsprojects/grpc++/grpc++.vcxproj.filters.template
+++ b/templates/vsprojects/grpc++/grpc++.vcxproj.filters.template
@@ -1,2 +1,2 @@
<%namespace file="../vcxproj.filters_defs.include" import="gen_filters"/>\
-${gen_filters('grpc++', libs, targets)}
+${gen_filters('grpc++', libs)}
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