NAnt SDK Documentation - v0.92

CSharpProject.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 C# projects, the default file extension is ".cs".

See Also

CSharpProject Class | NAnt.VSNet Namespace