NAnt SDK Documentation - v0.92

CompilerBase.Win32Icon Property

Icon to associate with the application.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="win32icon", ExpandProperties:=True, ProcessXml:=True)>
Public Property Win32Icon As FileInfo
[C#]
[TaskAttribute(Required=False, Name="win32icon", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo Win32Icon {get; set;}

Remarks

Corresponds to /win32icon: flag.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace