Re: [NAnt-users] displaying custom tasks in the intellisense view.

2006-07-12 Thread Gary Feldman
Ramya Niranjan wrote: > I have created a couple of custom tasks and they are working fine. I > need to display the tasks and the corresponding attributes in the > intellisense window in VS.NET 2003 IDE. Could any one > tell me how to go about with this? Visual Studio gets the int

Re: [NAnt-users] displaying custom tasks in the intellisense view.

2006-07-12 Thread Curtis Zarger
Ramya,Below is the task that I use to set up intellisense for custom tasks, NAnt Contrib, and NAnt.                 description="Creates an XML schema describing the tasks associated with the build.                        Inputs:           tools.dir    location of NAnt build files                

[NAnt-users] displaying custom tasks in the intellisense view.

2006-07-11 Thread Ramya Niranjan
Hello,   I have created a couple of custom tasks and they are working fine. I need to display the tasks and the corresponding attributes in the intellisense window in VS.NET 2003 IDE. Could any one tell me how to go about with this?   Thanks and Regards, N