| commit | aca153b104af02ebd140c888928e6e95d1d7f8c1 | [log] [tgz] |
|---|---|---|
| author | Sumit Bhardwaj <bhardwajs@outlook.com> | Thu Dec 16 10:19:40 2021 -0800 |
| committer | Brad King <brad.king@kitware.com> | Thu Dec 16 15:31:14 2021 -0500 |
| tree | c214ab1ab64e37d5afbb5aabaa3a7bb8f626f90f | |
| parent | b86c6977b11527c31f17a3551d498019fb324fa3 [diff] |
VS: Add custom VCEnd labels only in C# projects In commit dff98aa9ca (VS: add missing label in C# project-build events, 2021-12-15) the condition for adding our own `VCEnd` label was based on the project being managed or not. Since we support managed C++ projects, switch the condition to be based on whether the project is C#. Issue: #21440