CSharpProject.

FileExtension Property

Summary

Gets the default file extension of sources for this project.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
CSharpProject

Syntax

protected override string FileExtension { get; }

Value

Type Description
string For C# projects, the default file extension is ".cs".