Welcome to MSDN Blogs Sign in | Join | Help

April 2007 - Posts

Building projects in parallel

Greetings MSBuilders! Orcas MSBuild introduces a new feature allowing build authors to build projects in parallel. To enable this feature we have introduced a new parameter to the MSBuild task called “BuildInParallel” and a new command line parameter
Posted by msbuild | 18 Comments
Filed under:

Caching Behaviour in Orcas msbuild

Greetings MSBuilders! Orcas MSBuild introduces a new parameter for the CallTarget and MSBuild task called “UseResultsCache”. Enabling this feature allows the MSBuild engine to cache the built target results like the outputs attribute from the target.
Posted by msbuild | 2 Comments
Filed under:

Node Reuse in MultiProc MSBuild

Greetings MSBuilders! With the MultiProc support in MSBuild Orcas (now available in Visual Studio Orcas Beta 1), we’ve added the ability to reuse the MSBuild child nodes between builds. When you’re doing multiple builds in a row, this helps reduce your
Posted by msbuild | 7 Comments
Filed under:

Recursion, and ItemGroups inside Targets

Greetings MSBuilders! An internal team (Office Live, I think) asked us how to make their build start up faster. Their traversal project at the root of their tree started like this: <Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003
Posted by msbuild | 2 Comments
Filed under: ,

Window tab management in Visual Studio

Greetings MSBuilders! The way in which Visual Studio inserts and drops document tabs arouses passions in some people - myself included. So much so that I’m going to post about it, even though it doesn’t have anything to do with MSBuild! Currently, when
Posted by msbuild | 31 Comments

New Reference Assemblies Location

Those of you who've been using the 3.0 Framework may have noticed a folder under Program Files called "Reference Assemblies". This folder contains those assemblies that ship with the 3.0 Framework which are useful for referencing during the design and
Posted by msbuild | 12 Comments
Filed under:
 
Page view tracker