NAnt SDK Documentation - v0.92

ManagedProjectBase.FileExtension Property

Gets the default file extension of sources for this project.

[Visual Basic]
MustOverride Protected ReadOnly Property FileExtension As String
[C#]
protected abstract string FileExtension {get;}

Property Value

The default file extension of sources for this project.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace