Index: third_party/grpc/templates/vsprojects/buildtests_c.sln.template |
diff --git a/third_party/grpc/templates/vsprojects/buildtests_c.sln.template b/third_party/grpc/templates/vsprojects/buildtests_c.sln.template |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a985fea64ddcb9ade3ded5360fd77c1b5967ae42 |
--- /dev/null |
+++ b/third_party/grpc/templates/vsprojects/buildtests_c.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 != 'protoc' and p.language == 'c' and not p.boringssl and not p.zlib] |
+ %>\ |
+ ${gen_solution(solution_projects, use_dlls='yes')} |