blob: 1013d7bd97f87e562f5bfb645907fa67745934fb (
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 == 'all' and p.language in ['c', 'csharp']]
%>\
${gen_solution(solution_projects, use_dlls='only')}
|