aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/buildtests_c.sln.template
blob: af5905312e26e527e1145da0ad99ab0a0e78cfcb (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' and p.language == 'c']
  %>\
  ${gen_solution(solution_projects, use_dlls='yes')}