Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: third_party/grpc/templates/vsprojects/vcxproj.template

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/templates/vsprojects/vcxproj.template
diff --git a/third_party/grpc/templates/vsprojects/vcxproj.template b/third_party/grpc/templates/vsprojects/vcxproj.template
new file mode 100644
index 0000000000000000000000000000000000000000..ecf113b4a8af72500c12d896e32ec47e695aa46f
--- /dev/null
+++ b/third_party/grpc/templates/vsprojects/vcxproj.template
@@ -0,0 +1,18 @@
+%YAML 1.2
+---
+foreach: vsprojects
+output_name: ${selected.vs_proj_dir}/${selected.name}/${selected.name}.vcxproj
+template: |
+ <%namespace file="vcxproj_defs.include" import="gen_project"/>\
+ ${gen_project(selected.name, vsprojects)}
+---
+foreach: vsprojects
+output_name: ${selected.vs_proj_dir}/${selected.name}/${selected.name}.vcxproj.filters
+template: |
+ <%namespace file="vcxproj.filters_defs.include" import="gen_filters"/>\
+ ${gen_filters(selected.name, vsprojects)}
+---
+output_name: grpc/packages.config
+template: |
+ <%namespace file="packages.include" import="gen_packages_config"/>\
+ ${gen_packages_config('all')}

Powered by Google App Engine
This is Rietveld 408576698