NAnt SDK Documentation - v0.92

ConfigurationBase.ExtraOutputFiles Property

Gets the set of output files that is specific to the project configuration.

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

Property Value

The set of output files that is specific to the project configuration.

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

ConfigurationBase Class | NAnt.VSNet Namespace