NAnt SDK Documentation - v0.92

ProjectBase.ExtraOutputFiles Property

Gets the extra set of output files for the project.

[Visual Basic]
Public ReadOnly Property ExtraOutputFiles As Hashtable
[C#]
public System.Collections.Hashtable ExtraOutputFiles {get;}

Property Value

The extra set of output files for the 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

ProjectBase Class | NAnt.VSNet Namespace