NAnt SDK Documentation - v0.85-nightly-2005-11-09

VjcTask.Modules Property

[This is preliminary documentation and subject to change.]

Link the specified modules into this assembly.

[Visual Basic]
Overrides Public Property Modules As AssemblyFileSet
[C#]
public override NAnt.DotNet.Types.AssemblyFileSet Modules {get; set;}

Remarks

Override to avoid exposing this to build authors, as the Visual J# compiler does not support linking modules.

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace