An open API service indexing awesome lists of open source software.

https://github.com/kant2002/msbuildscript-sample

Sample for MSBuild projects unrolled to C#
https://github.com/kant2002/msbuildscript-sample

Last synced: about 1 month ago
JSON representation

Sample for MSBuild projects unrolled to C#

Awesome Lists containing this project

README

          

# MSBuildScript-sample
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.