Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

The Small Things: The New Project File Format

When upgrading from VS .NET 2003 to VS .NET 2005 the project files get changed, which all of you who have upgraded probably have noticed. VS 2003 will not be able to open VS 2005 project files (at least not VB and C#). What is really cool about the new project files is that they are actually MSBuild project files.
The consequence of this is that you don't need Visual Studio to build your projects, since MSBuild is part of the .NET Framework (you will find MSBuild.exe in  [WINDOWS]\Microsoft.NET\Framework\v2.0.50727). This will make it a lot easier to create you own build-script and even run it on a server that doesn't have VS. Team System Foundation Server have support for automating you builds if do not want to roll your own or buy a third party utility.
Published den 25 januari 2006 09:32 by ericqu

Comments

No Comments
New Comments to this post are disabled
Powered by Community Server, by Telligent Systems