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

JSharpProject.FileExtension Property

[This is preliminary documentation and subject to change.]

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".

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.JSharpProject.FileExtension

See Also

JSharpProject Class | NAnt.VSNet Namespace