aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc.sln.template
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-07-30 15:39:43 -0700
committerGravatar Nicolas Noble <nnoble@google.com>2015-07-30 19:17:03 -0700
commit563b8a2779d2887e5030672cdeb3122aaca8b376 (patch)
tree5ec4a5efae4e5c18ff7e2ad670f9b4a570122e65 /templates/vsprojects/grpc.sln.template
parent772fb1e9772373f6fa8b815860da222b3e9c8b42 (diff)
Regenerating project files and massaging VS project files.
Diffstat (limited to 'templates/vsprojects/grpc.sln.template')
-rw-r--r--templates/vsprojects/grpc.sln.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vsprojects/grpc.sln.template b/templates/vsprojects/grpc.sln.template
index 70be6b4f7a..5c5e28c885 100644
--- a/templates/vsprojects/grpc.sln.template
+++ b/templates/vsprojects/grpc.sln.template
@@ -1,5 +1,5 @@
<%namespace file="sln_defs.include" import="gen_solution"/>\
<%
-solution_projects = [p for p in vsprojects if p.build != 'protoc']
+solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language in ['c', 'c++']]
%>\
-${gen_solution(solution_projects)} \ No newline at end of file
+${gen_solution(solution_projects, use_dlls='yes')} \ No newline at end of file