NAnt SDK Documentation - v0.92

MidlTask.Acf Property

The /acf switch allows the user to supply an explicit ACF file name. The switch also allows the use of different interface names in the IDL and ACF files.

[Visual Basic]
<TaskAttribute(Name:="acf", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Acf As String
[C#]
[TaskAttribute(Name="acf", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Acf {get; set;}

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace