Summary
Gets the complete set of output files for the project configuration
matching the specified solution configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ManagedProjectBase
Syntax
public override 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.
If the project is not configured to be built for the specified solution configuration, then no output files are added.
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 |