NAnt SDK Documentation - v0.92 |
|
MidlTask.Iid Property
Specifies the name of the interface identifier file for a COM interface, overriding the default name obtained by adding _i.c to the IDL file name.
[Visual Basic]
<TaskAttribute(Name:="iid", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Iid As
FileInfo
[C#]
[TaskAttribute(Name="iid", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo Iid {get; set;}
See Also
MidlTask Class | NAnt.VisualCpp.Tasks Namespace