aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/buildtests_c.sln.template
blob: 21312ab79a4d11bed94505341e441e5b3f1291fe (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 not in ['protoc', 'fuzzer'] and p.language == 'c' and not p.boringssl and not p.zlib]
  %>\
  ${gen_solution(solution_projects, use_dlls='yes')}