Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
ed342b1c4d9abe15dd9f8f29f38bb3b46fd143c8
/
.
/
templates
/
vsprojects
/
grpc_csharp_ext.sln.template
blob: 1013d7bd97f87e562f5bfb645907fa67745934fb [
file
] [
log
] [
blame
]
%
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'
)}