aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_protoc_plugins.sln.template
blob: 1c171f4f94e39af9b3766f8f32344b105e3c7f5a (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)}