C# Chat
Confused about boxing and unboxing? Want to know why value types act the way they do? Wondering about how the upcoming changes in C# 2.0 will affect you? Have some great ideas to help shape C# 3.0? Join the C# team for a discussion about the past, present and future of C#.
Enable syntax highlighting to the nant build files (VS 2003).
- Create the key foo as shown here
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\File
Extensions\.build - Inside that key create a new string value called "unused" (no quotes) and
in the data portion enter "HTML" (no quotes) - For the default value copy the guid from the editor you want to emulate
for the .build extension. I used the GUID from the default value in .xml key
here "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\File
Extensions\.xml" - Restart the shell, open a new web project, add an existing .build file
(actually your nant file), open the file, and you should get the proper
syntax highlighting.
