NAnt SDK Documentation - v0.92

JSharpProject.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 J# projects, the default file extension is ".jsl".

See Also

JSharpProject Class | NAnt.VSNet Namespace