NAnt SDK Documentation - v0.92

AssemblyLinkerTask.Win32Icon Property

Icon to associate with the assembly.

[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;}

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace