aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/grpc_protoc_plugins.sln.template
blob: 06f182b601a9967f5527d9b3112edfbb0171484c (plain)
1
2
3
4
5
6
7
%YAML 1.2
--- |
  <%namespace file="sln_defs.include" import="gen_solution"/>\
  <%
  solution_projects = [p for p in vsprojects if p.build == 'protoc']
  %>\
  ${gen_solution(solution_projects)}