Summary
    Specifies the assembly files to use to resolve references to types 
    defined outside the current type library. 
    
		- Assembly
 - NAnt
.Win32 .dll  - Namespace
 - NAnt
.Win32 .Tasks  - Containing Type
 - TlbImpTask
 
Syntax
[BuildElement("references")]
public AssemblyFileSet References { get; set; }
		Remarks
Attributes
| Type | Description | 
|---|---|
| Build | 
						Indicates that the property should be treated as an XML element and further processing should be done. | 
Value
| Type | Description | 
|---|---|
| AssemblyFileSet | The assembly files to use to resolve references to types defined outside the current type library. | 
