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#
- Host: GitHub
- URL: https://github.com/kant2002/msbuildscript-sample
- Owner: kant2002
- License: mit
- Created: 2024-01-19T17:03:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T11:00:16.000Z (over 1 year ago)
- Last Synced: 2025-10-03T15:48:27.304Z (10 months ago)
- Language: C#
- Size: 385 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.