NAnt SDK Documentation - v0.92

VjcTask.Modules Property

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