Sign In
MSBuild Team Blog
"Coding ... the boring bit between builds"
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Agile Development
announcements
AssemblyVersionInfo
bugs
Chris Mann
Chuck England
cliff hudson
CTP
Dan Moseley
Debugging
Faisal Mohamood
Futures
How To
Jay Shrestha
Jeffery Callahan
Known Issues
msbuild
MSBuild in Visual Studio
multiproc
Neil Enns
object model
Performance
Sumedh Kanetkar
Tools
Visual Studio 2010
Archive
Archives
January 2011
(1)
December 2010
(1)
July 2010
(4)
June 2010
(1)
May 2010
(3)
April 2010
(2)
March 2010
(3)
February 2010
(4)
January 2010
(1)
November 2009
(1)
November 2008
(1)
October 2008
(1)
May 2008
(1)
February 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(4)
October 2007
(4)
July 2007
(2)
May 2007
(1)
April 2007
(6)
January 2007
(2)
December 2006
(1)
November 2006
(3)
October 2006
(1)
July 2006
(1)
June 2006
(2)
May 2006
(4)
March 2006
(9)
February 2006
(6)
January 2006
(16)
December 2005
(5)
November 2005
(26)
October 2005
(24)
September 2005
(11)
March, 2006
MSDN Blogs
>
MSBuild Team Blog
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSBuild Team Blog
How To: Remove the Up-To-Date Check From the AssemblyInfoTask
Posted
over 6 years ago
by
Michael Fourie
11
Comments
Every couple of weeks I get mail from someone who is using the AssemblyInfoTask on a build machine under source control. The question typically goes like this: I added the .targets file to my project, and it works fine on my dev machine, but doesn...
MSBuild Team Blog
Beta 2 of the MSBuild Toolkit for .NET Framework v1.1 is Out!
Posted
over 6 years ago
by
Michael Fourie
2
Comments
Craig just announced over on his blog that Beta 2 is available . New features in this release include: Support for the ResolveComReference task! Redirecting the LC task to target .NET 1.1 Defining a FX1_1 constant to let you exclude .NET 2...
MSBuild Team Blog
New Feature Feedback Request: /IgnoreProjectExtensions - A new command-line switch
Posted
over 6 years ago
by
Michael Fourie
11
Comments
I've been in a cave just getting things done toward our Orcas release. But there's not much a Program Manager can do without going back to their customers :) So here I am. So here's the scoop. We've been debating internally about a new command line...
MSBuild Team Blog
What Does MSBuild Have to do With The Future of Game Development?
Posted
over 6 years ago
by
Michael Fourie
1
Comments
Today the folks in our game studios team (XNA) used the Game Developer's Conference to roll out the first major public viewing of what they've been hard at work on. If you want to read about the overall technology preview they released you can look at...
MSBuild Team Blog
How To: Bypass Post-Build Steps in a Build Lab Environment
Posted
over 6 years ago
by
Michael Fourie
4
Comments
(Can you tell I'm going through my folder of interesting MSBuild questions today?) Here's another good question that came across our internal discussion alias last week: Is there a quick and easy way to bypass the PostBuild steps in a project...
MSBuild Team Blog
Why Doesn't Delete Take Wildcards?
Posted
over 6 years ago
by
Michael Fourie
18
Comments
Here's another question from our internal conversion discussion alias that came through last week: Does the Delete task in MSBuild not use wildcards? The documentation doesn’t say anything about it but that seems to be the behavior I am seeing....
MSBuild Team Blog
How To: Distribute Your Custom Task and .Targets file
Posted
over 6 years ago
by
Michael Fourie
3
Comments
We've had variations of the same question on how to distribute tasks come through both internal and external channels in the last couple of weeks. Here's one example: If we have a product that is installing custom MSBuild tasks, are there any type...
MSBuild Team Blog
MSBuild.GlobalEngine vs "new Engine()": What's the Difference?
Posted
over 6 years ago
by
Michael Fourie
0
Comments
Earlier this week we got the following question from one of our VSIP partners: What is the difference between using MSBuild.GlobalEngine or “ new Engine() ” to build a project programmatically? I actually never knew there were two ways to...
MSBuild Team Blog
How To: Exclude Multiple Files From a Wildcard
Posted
over 6 years ago
by
Michael Fourie
16
Comments
We got the following question on our internal conversion discussion alias today: Is there a way to exclude two or more items from an ItemGroup using the “exclude” attribute without using a wildcard? It turns out the way to do this wasn't clear...
Page 1 of 1 (9 items)