NAnt SDK Documentation - v0.92 |
|
TlbExpTask.OutputFile Property
Specifies the name of the type library file to generate.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="output", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="output", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo OutputFile {get; set;}
Property Value
The name of the type library file to generate.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbExpTask Class | NAnt.Win32.Tasks Namespace