I have a solution in Visual Studio in which I have a shared property sheet which contains a Post-Build Event command (bar
) which needs to execute for every project.
Foo.props > Common Properties > Build Events > Post-Build Event > Command Line = bar
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.