Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
.NET Futures
Bing
C#
C++\CLI
Code Quality
Data Structures
Design Patterns
F#
Freebase
FsLex
FsYacc
Immutable
JSON
Lex
MEF
MSBuild
Multicore
Neat Samples
OData
Pages
Performance
PowerPack
Puzzle
Xml
Yacc
Archives
Archives
June 2010
(1)
May 2010
(3)
March 2010
(7)
February 2010
(1)
November 2009
(1)
September 2008
(2)
August 2008
(4)
May 2008
(2)
April 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(6)
September 2007
(8)
August 2007
(2)
July 2007
(3)
June 2007
(1)
May 2007
(4)
March 2007
(1)
March 2006
(2)
November 2005
(1)
October 2005
(1)
September 2005
(2)
August 2005
(1)
July 2005
(1)
May 2005
(7)
April 2005
(4)
February 2005
(1)
January 2005
(1)
November 2004
(2)
October 2004
(3)
September 2004
(5)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sharp Things
Hack the Build: Target Overriding Step-by-Step
Posted
over 9 years ago
by
Jomo Fisher MSFT
6
Comments
Jomo Fisher--John Lam recently mentioned Target Overriding as a useful tool for extending a pre-existing build process. In MSBuild, a target is a grouping of build functionality—there’s a good MSDN article here that gives some details. The build scripts...
Sharp Things
Hack the Build: An Introduction
Posted
over 9 years ago
by
Jomo Fisher MSFT
5
Comments
Jomo Fisher--I'm a developer on the MSBuild team and I own a big chunk of the build rules that get run when you build your C# or VB application. If you wanted to find me, you could draw a line west from Jeff Callahan's office (http://blogs.msdn.com/jeffcal...
Sharp Things
Hack the Build: Lay of the Land
Posted
over 9 years ago
by
Jomo Fisher MSFT
4
Comments
Jomo Fisher--I think it would be helpful to take a step back and look at the files that are part of MSBuild. The binaries are all installed in the framework folder (e.g. c:\Windows\Microsoft.NET\Framework\v2.0.xxxx): MSBuild.exe – is the command-line...
Sharp Things
MSBuild and VS .NET 2003
Posted
over 9 years ago
by
Jomo Fisher MSFT
2
Comments
A lot of people have asked about whether Microsoft will support MSBuild against the VS .NET 2003 version of the CLR. The answer is that we really, really want to but don’t think we have the resources to make it work right. If you have a dollar to spend...
Sharp Things
Hack the Build: Peeking under the Hood
Posted
over 9 years ago
by
Jomo Fisher MSFT
1
Comments
Jomo Fisher--I like to know how things work. When someone says “Trust me” I get suspicious and more curious than I might have been. I want to know why I should trust them. I want to know the details. If you build your application in VS Beta1 and you have...
Page 1 of 1 (5 items)