MSBuild – csproj – Use combinations to exclude folder from build
In order to allow building our projects in Visual Studio and a Linux DevContainer side-by-side, I changed the build configuration of our project as follows:
How to create a MSBuild target that runs when any file under 2 specific folders have changed
Context