NAnt SDK Documentation - v0.92

MidlTask.DllData Property

Specifies the file name for the generated dlldata file for a proxy DLL. The default file name Dlldata.c is used if DllData is not specified.

[Visual Basic]
<TaskAttribute(Name:="dlldata", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property DllData As FileInfo
[C#]
[TaskAttribute(Name="dlldata", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo DllData {get; set;}

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace