NAnt SDK Documentation - v0.92 |
|
ProjectReferenceBase.GetOutputFiles Method
Gets the complete set of output files for the referenced project.
[Visual Basic]
Overrides Public Sub GetOutputFiles( _
ByVal
solutionConfiguration As
Configuration, _
ByVal
outputFiles As
Hashtable _
)
Parameters
-
solutionConfiguration
- The solution configuration that is built.
-
outputFiles
- The set of output files to be updated.
Return Value
The complete set of output files for the referenced project.
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
ProjectReferenceBase Class | NAnt.VSNet Namespace