What is the easiest way to add a custom icon to an application using monodevelop? [duplicate]

安稳与你 提交于 2019-12-18 09:07:30

问题


Possible Duplicate:
Mono .EXE assembly set explorer icon

I recently started a c# project with monodevelop as IDE (should run on both Windows and Linux) and I'd like to provide my own application icon for the .exe file, instead of the default one.

Any suggestion how this can be done?

Thanks in advance.


回答1:


Go to the Project Menu -> <project name> Options and in the project option windows :




回答2:


Right-click your project, Options, select the Build/General page and provide a Win32 icon.

Note that the icon will probably only show up on Windows, Linux uses a different way to display icons for executable files (can't help you here though).



来源:https://stackoverflow.com/questions/12491005/what-is-the-easiest-way-to-add-a-custom-icon-to-an-application-using-monodevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!