NAnt SDK Documentation - v0.92 |
|
VjcTask.Extension Property
Gets the file extension required by the current compiler.
[Visual Basic]
Overrides Public ReadOnly Property Extension As
String
[C#]
public override
string Extension {get;}
Property Value
For the J# compiler, the file extension is always jsl
.
See Also
VjcTask Class | NAnt.DotNet.Tasks Namespace