diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-03-31 09:58:48 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-03-31 09:58:48 -0700 |
commit | fefc916b80ca7dfb393e3149bb9fc2ebe1c4114a (patch) | |
tree | e421f5057c8003d0f4a0ca472f0767bd384446d3 /templates/vsprojects/vcxproj.template | |
parent | 16dd3e46e839176af8199fce99116919ed1319e5 (diff) | |
parent | c42b98200fc3db7a9c3ffcb2d383bad8b10aabd7 (diff) |
Merge branch 'master' into stress_exit_codes
Diffstat (limited to 'templates/vsprojects/vcxproj.template')
-rw-r--r-- | templates/vsprojects/vcxproj.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/vcxproj.template b/templates/vsprojects/vcxproj.template index ecf113b4a8..0bb208f443 100644 --- a/templates/vsprojects/vcxproj.template +++ b/templates/vsprojects/vcxproj.template @@ -2,12 +2,14 @@ --- foreach: vsprojects output_name: ${selected.vs_proj_dir}/${selected.name}/${selected.name}.vcxproj +cond: selected.build not in ['fuzzer'] 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 +cond: selected.build not in ['fuzzer'] template: | <%namespace file="vcxproj.filters_defs.include" import="gen_filters"/>\ ${gen_filters(selected.name, vsprojects)} |