NAnt SDK Documentation - v0.92

CscTask.FileAlign Property

Specifies the size of sections in the output file. Valid values are 512, 1024, 2048, 4096, and 8192.

[Visual Basic]
<TaskAttribute(Name:="filealign", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=512, MaxValue:=8192, Base:=10)>
Public Property FileAlign As Integer
[C#]
[TaskAttribute(Name="filealign", Required=False, ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=512, MaxValue=8192, Base=10)]
public int FileAlign {get; set;}

Property Value

The size of sections in the output file.

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace