NAnt SDK Documentation - v0.92 |
|
MidlTask.Tlb Property
Specifies a file name for the type library generated by the MIDL compiler.
[Visual Basic]
<TaskAttribute(Name:="tlb", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Tlb As
FileInfo
[C#]
[TaskAttribute(Name="tlb", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo Tlb {get; set;}
See Also
MidlTask Class | NAnt.VisualCpp.Tasks Namespace