Skip to content
starkos edited this page Apr 10, 2021 · 6 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Specifies the application icon resource.

icon ("name")

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

Parameters

name is the resource name of the icon.

Applies To

Projects.

Availability

Premake 5.0 or later.

Examples

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