Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Jeffery Callahan   (RSS)
Sorry, but there are no more tags available to filter with.

New Registry syntax in MSBuild v3.5

During development of the multi-targeting feature of the next version of MSBuild, we found it convenient to expose a new method for accessing the registry from project and target files. I hadn't really thought much more about it since we implemented it,
Posted by msbuild | 7 Comments
Filed under:

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:

Restrictions on the Exclude attribute in an item tag

An item exclude only works with the corresponding include on the same actual item tag-- in other words, if the exclude occurs in a later item tag of the same type, it will not affect any files previously included. For example: suppose you have files a.cs,
Posted by msbuild | 11 Comments
Filed under:

what happens before msbuild decides to build a target?

there are several elements to processing a target tag: processing its dependencies, processing the condition, and performing TLDA (top level dependency analysis) or up-to-date checks. it can be confusing to figure out if a target will execute or not,
Posted by msbuild | 0 Comments
Filed under:
 
Page view tracker