NAnt SDK Documentation - v0.85-nightly-2005-11-09

ConfigurationBase.ExtraOutputFiles Property

[This is preliminary documentation and subject to change.]

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