65.9K
CodeProject is changing. Read more.
Home

Building with MSBUILD

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Oct 11, 2013

CPOL
viewsIcon

9052

Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET. Basic Introduction to MSBUILD  MSBUILD MSDN

Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET.

MSBUILD will build Project Files and Solutions, but as an ASP.NET developer you might find Visual Studio Web Deployment Projects to be more useful for your specific needs.

Enjoy!