Bummer: I tried to inherit the build events from a base configuration, then add some extra steps for some of the inheriting configurations.
Those configurations just executed the extra steps, not the inherited steps.
This affects Visual Studio, Delphi and any other tool based on msbuild, as this is an ms-build thing:
- [WayBack] Inherit Post-Build-Event in Visual Studio? – Stack Overflow
How do I then specify additional project-specific Post-Build Events? The usual “Inherit from parent or project defaults” is missing, and I would rather not have to manually add
bar
to every single project as it makes it hard to maintain. - [WayBack] Cannot inherit Post-Build Event using vsprops property sheets.
- [WayBack] MSBuild Reference – Visual Studio 2015 | Microsoft Docs
- [WayBack] Exec Task – Visual Studio 2015 | Microsoft Docs
–jeroen