Summary
Gets the set of output files that is specific to the project
configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ConfigurationBase
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 set of output files that is specific to the project configuration. |