blob: 5c5e28c885d006736c5cd122685fa97b44ebfb65 [file] [log] [blame]
<%namespace file="sln_defs.include" import="gen_solution"/>\
<%
solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language in ['c', 'c++']]
%>\
${gen_solution(solution_projects, use_dlls='yes')}