-
-
Notifications
You must be signed in to change notification settings - Fork 207
MSBuild Resources
Kirill Osenkov edited this page May 24, 2016
·
18 revisions
#Concepts
- https://msdn.microsoft.com/en-us/library/dd637714.aspx
- MSBuild Reserved and Well-Known Properties
- [Target Maps](Target Maps)
#MSBuild Source Code
- https://github.com/Microsoft/MSBuild
- Use http://referencesource.microsoft.com or http://source.roslyn.io to browse Microsoft MSBuild targets. Examples:
#Tips & Tricks
#Tools
- MSBuildStructuredLog
- MSBuildExtensionPack
- MSBuilder
- https://github.com/MobileEssentials/MSBuilder - reusable blocks of MSBuild helpers
- MSBuildExplorer
- MSBuild Sidekick
- MSBuildDumper
-
https://github.com/KirillOsenkov/MSBuildTools - install from Chocolatey
cinst MSBuildDumper
- very quick tool to dump properties and items of a project
-
https://github.com/KirillOsenkov/MSBuildTools - install from Chocolatey
#Books
- Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build (2nd Edition) by Sayed Hashimi, William Bartholomew
- MSBuild Trickery: 99 Ways to Bend the Build Engine to Your Will, by Brian Kretzler
#Blogs
- https://blogs.msdn.microsoft.com/msbuild
- Sayed Hashimi's blog http://sedodream.com
- Mike Fourie's blog https://mikefourie.wordpress.com