NAnt SDK Documentation - v0.92

VBProject.FileExtension Property

Gets the default file extension of sources for this project.

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

Property Value

For VB projects, the default file extension is ".vb".

See Also

VBProject Class | NAnt.VSNet Namespace