Skip to content
Jason Perkins edited this page Apr 14, 2015 · 6 revisions

The icon function specifies the application icon resource.

icon ("name")

Currently, this is only used by Visual Studio C# projects.

Applies To

Projects.

Parameters

name is the resource name of the icon.

Examples

project "MyProject"
   icon "MyProject.ico"
Clone this wiki locally