| Index: third_party/grpc/templates/vsprojects/grpc_csharp_ext.sln.template
|
| diff --git a/third_party/grpc/templates/vsprojects/grpc_csharp_ext.sln.template b/third_party/grpc/templates/vsprojects/grpc_csharp_ext.sln.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1013d7bd97f87e562f5bfb645907fa67745934fb
|
| --- /dev/null
|
| +++ b/third_party/grpc/templates/vsprojects/grpc_csharp_ext.sln.template
|
| @@ -0,0 +1,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')}
|
|
|