This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: Intellisense and NAnt .build files in VS.NET
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
When you File|Open your
.build file, notice the TINY down arrow on the Open button.
Click it, go to Open With...
In Open With, select HTML/XML Editor. There you go, NAnt Build
files with Intellisense.
If anyone knows how to tell VS.NET to ALWAYS open .build files with the XML Editor
(without messing up any other file types) tell me, and then we can skip steps 3 and
4.