One or more modules to compile into an assembly.
For a list of all members of this type, see ModuleSet Members.
System.Object
NAnt.Core.Element
NAnt.Core.DataTypeBase
NAnt.DotNet.Types.ModuleSet
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Define a global <moduleset>
that can be referenced by other tasks or types.
<moduleset id="client-modules" dir="${build}"> <module file="Client.netmodule" /> <module file="Common.netmodule" /> </moduleset>
Namespace: NAnt.DotNet.Types
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)
ModuleSet Members | NAnt.DotNet.Types Namespace