I\'m serving my asp.net mvc views from many assemblies and copying views to the main application on post-build event.
This works, however, I realized, that when I ch
In case anyone wonders here - there is still no way to do that if you want it to work on current and future items.
In VS 2017 when adding new file when the catch-all rule is present (e.g. Content Include = "**.*ts"
) if you add a new file, it will add it's own line to
with it's own BuildAction
, ignoring your predefined catch-all.