NOTE: This property is now obsolete.
Use the <imports> element instead.
Specifies whether the /imports
option gets passed to the compiler.
The value of this attribute is a string that contains one or more namespaces separated by commas.
See the Microsoft.NET Framework SDK documentation for details.
Example of an imports attribute
imports="Microsoft.VisualBasic, System, System.Collections, System.Data, System.Diagnostics"
VbcTask Class | NAnt.DotNet.Tasks Namespace