Summary
Gets the complete set of output files of the reference for the
specified configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ReferenceBase
Syntax
public abstract void GetOutputFiles(Configuration solutionConfiguration, Hashtable outputFiles)
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.
Parameters
| Name | Type | Description |
|---|---|---|
| solutionConfiguration | Configuration | The solution configuration that is built. |
| outputFiles | Hashtable | The set of output files to be updated. |
Return Value
| Type | Description |
|---|---|
| void |
