NAnt SDK Documentation - v0.92 |
|
IlasmTask.ResourceFile Property
Instructs the compiler to link the specified unmanaged resource file into the resulting PE file.
[Visual Basic]
<TaskAttribute(Name:="resourcefile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ResourceFile As
FileInfo
[C#]
[TaskAttribute(Name="resourcefile", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo ResourceFile {get; set;}
Property Value
A FileInfo that represents the unmanaged resource file to link.
Remarks
Corresponds to the /RESOURCE
flag.
See Also
IlasmTask Class | NAnt.DotNet.Tasks Namespace