aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc.sln.template
blob: 70be6b4f7a33ab52643205823479aac2cf46d641 (plain)
1
2
3
4
5
<%namespace file="sln_defs.include" import="gen_solution"/>\
<%
solution_projects = [p for p in vsprojects if p.build != 'protoc']
%>\
${gen_solution(solution_projects)}