aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_csharp_ext.sln.template
blob: eb33ce2eb600886d421901326da58eaf0db09ebf (plain)
1
2
3
4
5
<%namespace file="sln_defs.include" import="gen_solution"/>\
<%
solution_projects = [p for p in vsprojects if p.build == 'all' and p.language in ['c', 'csharp']]
%>\
${gen_solution(solution_projects, use_dlls='only')}