NAnt SDK Documentation - v0.92

JscTask.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 JScript.NET compiler does not support linking modules.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace