NAnt SDK Documentation - v0.92

MidlTask.Proxy Property

Specifies the name of the interface proxy file for a COM interface.

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

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace