aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-18 10:46:15 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-18 10:56:31 -0800
commit83405c13b6f36f2e3273722ed0c73291bfb1a649 (patch)
treef02bfa971121fc4add4655fe252922bb02ab089e /templates
parentf5be46d060fae3330408c1af7db236bd9d7f7e82 (diff)
dont include grpc++ in buildtests_c
Diffstat (limited to 'templates')
-rw-r--r--templates/vsprojects/buildtests_c.sln.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/buildtests_c.sln.template b/templates/vsprojects/buildtests_c.sln.template
index eb314a3097..af5905312e 100644
--- a/templates/vsprojects/buildtests_c.sln.template
+++ b/templates/vsprojects/buildtests_c.sln.template
@@ -2,6 +2,6 @@
--- |
<%namespace file="sln_defs.include" import="gen_solution"/>\
<%
- solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language in ['c', 'c++'] and not (p.language == 'c++' and p.build in ['private', 'test'])]
+ solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language == 'c']
%>\
${gen_solution(solution_projects, use_dlls='yes')}