[Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Patrice Calvé
Title: Off Topic: Associate .build files with xml Hi, This is probably a dumb question, but is it possible to associate files with a .build extension to xml? In Visual Studio, files that have a .xml extension are rendered with practical coloring and formatting.  It would be great to have

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, > This is probably a dumb question, but is it possible to associate > files with a .build extension to xml? In Visual Studio, files that > have a .xml extension are rendered with practical coloring and > formatting. It would be great to have this "schema" with .build

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Griffin Caprio
I think he means having VS.NET open build files as though they were XML files, complete with syntax highlighting, indenting, etc No just as regular text files. Having said that, I don't think think there is a way to "associate" different file extensions like that. There might be something in

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Arild Fines
> --- Arild Fines <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >>> Hi, >>> This is probably a dumb question, but is it possible to associate >>> files with a .build extension to xml? In Visual Studio, files that >>> have a .xml extension are rendered with practical coloring and >>> format