NAnt SDK Documentation - v0.92 |
|
LinkTask.ModuleDefinition Property
The name of a module-definition file (.def) to be passed to the linker.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="moduledefinition", ExpandProperties:=True, ProcessXml:=True)>
Public Property ModuleDefinition As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="moduledefinition", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo ModuleDefinition {get; set;}
See Also
LinkTask Class | NAnt.VisualCpp.Tasks Namespace