How to generate a nant schema (xsd)?
Execute this build and it will generate the schema for all the available nant tasks, including nantcontrib tasks, if it is installed correctly within nant directory. Change the target-ns, if you are using other then http://nant.sf.net/schemas/nant.xsd.
To enable intellisense for .build file in Visual Studio.net copy nant.xsd file to C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml directory. C:\Program Files\Microsoft Visual Studio .NET 2003 is the VS.net's default installation path.
-- Mihir
Please leave feedback
here