Skip to content
starkos edited this page Feb 27, 2013 · 6 revisions

The icon function specifies the application icon resource.

#!lua
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

#!lua
project "MyProject"
   icon "MyProject.ico"
Clone this wiki locally