Sample for MSBuild projects unrolled to C#
This is sample for https://github.com/kant2002/msbuildtranslator
Look at the folders, which have very simple project files. There almost C# file corresponding to the process. Folder 6 - targets contains largest sample which use MSBuild .NET SDK.
Samples taken from other repo: https://github.com/kant2002/msbuild-as-programming-language which more like tutorial how to write MSBuild files.