Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / MSBuild

MSBuild

MSBuild

Great Reads

by Southmountain
This tip shows how to build your own project file from scratch using MSBuild. It will deepen your understanding of project file made by Visual Studio IDE.
by ASP.NET Community
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
by ergohack
Here is a trick to create a Visual Studio solution that simultaneously builds multiple platforms for targeted projects.
by marcofranssen
In this blog series I will explain to you how to set up continuous integration.

Latest Articles

by Southmountain
This tip shows how to build your own project file from scratch using MSBuild. It will deepen your understanding of project file made by Visual Studio IDE.
by ASP.NET Community
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
by ergohack
Here is a trick to create a Visual Studio solution that simultaneously builds multiple platforms for targeted projects.
by marcofranssen
In this blog series I will explain to you how to set up continuous integration.

All Articles

Sort by Score

MSBuild 

by Southmountain
This tip shows how to build your own project file from scratch using MSBuild. It will deepen your understanding of project file made by Visual Studio IDE.
by ergohack
Here is a trick to create a Visual Studio solution that simultaneously builds multiple platforms for targeted projects.
by Leo Gan
A Target for MSBuild, which I use with BizTalk Deployment Framework (BTDF) for the BizTalk Server application deployment.
by Pete O'Hanlon
If you want to create MSBuild files, and only have Visual Studio solutions, take heart - there is a trick that will help you out.
by Dominic Burford
Deploying your WCF web service to IIS
by Kevin Burek
Integrating GnuWin32 Flex/Bison preprocessing into the MSBuild build process under Visual Studio
by CodingCoyote
Tutorial using the Build Task NuGet Package Template with GitHub or `dotnet new`
by Beavis Killer
Details on how to use OneClick publishing in VS2010 to build and publish across domains using FTP or FTP with SSL.
by Talal Tayyab
How to run a MSBuild custom task when publishing a SharePoint App using Visual Studio 2012.
by Jim Roth
Use PowerShell Post-build scripts to check in binaries to TFS for continuous integration during the build process.