Summary
Gets the extra set of output files for the project.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
public Hashtable ExtraOutputFiles { get; }
Remarks
The key of the case-insensitive
System.Collections.Hashtable is the
full path of the output file and the value is the path relative to
the output directory.
Value
| Type | Description |
|---|---|
| Hashtable | The extra set of output files for the project. |
