NAnt SDK Documentation - v0.92 |
|
FileReferenceBase.GetAssemblyOutputFiles Method
Gets the complete set of output files for the specified assembly and adds them to collection.
[Visual Basic]
Protected Sub GetAssemblyOutputFiles( _
ByVal
assemblyFile As
String, _
ByVal
outputFiles As
Hashtable _
)
Parameters
-
assemblyFile
- The path of the assembly to get the output files for.
-
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
FileReferenceBase Class | NAnt.VSNet Namespace