NAnt SDK Documentation - v0.85-nightly-2005-11-09

TlbImpTask.References Property

[This is preliminary documentation and subject to change.]

Specifies the assembly files to use to resolve references to types defined outside the current type library.

[Visual Basic]
<BuildElement(Name:="references", Required:=False, ProcessXml:=True)>
Public Property References As AssemblyFileSet
[C#]
[BuildElement(Name="references", Required=False, ProcessXml=True)]
public NAnt.DotNet.Types.AssemblyFileSet References {get; set;}

Property Value

The assembly files to use to resolve references to types defined outside the current type library.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace