NAnt SDK Documentation - v0.92

VcFileConfiguration.ExcludeFromBuild Property

Gets a value indication whether the file should be excluded from the build for this configuration.

[Visual Basic]
Public ReadOnly Property ExcludeFromBuild As Boolean
[C#]
public bool ExcludeFromBuild {get;}

Property Value

true if the file should be excluded from the build for this configuration; otherwise, false.

See Also

VcFileConfiguration Class | NAnt.VSNet Namespace