Summary
Gets the .ico file to use as application icon.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectSettings
Syntax
public FileInfo ApplicationIcon { get; }
Value
Type | Description |
---|---|
FileInfo |
The .ico file to use as application icon, or null
if no application icon should be used.
|