NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ReferenceBase.GetOutputFiles Method
[This is preliminary documentation and subject to change.]
Gets the complete set of output files of the reference for the specified configuration.
[Visual Basic]
MustOverride Public Sub GetOutputFiles( _
ByVal
solutionConfiguration As
String, _
ByVal
outputFiles As
Hashtable _
)
[C#]
public abstract
void GetOutputFiles(
string solutionConfiguration,
Hashtable outputFiles);
Parameters
-
solutionConfiguration
- The solution configuration that is built.
-
outputFiles
- The set of output files to be updated.
Remarks
The key of the case-insensitive Hashtable is the full path of the output file and the value is the path relative to the output directory.
See Also
ReferenceBase Class | NAnt.VSNet Namespace