2017-08-31 19:37:11 -03:00
|
|
|
#include "winresrc.h"
|
2015-05-25 14:00:43 -03:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Icon
|
|
|
|
//
|
|
|
|
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
|
|
// remains consistent on all systems.
|
2018-03-23 12:56:59 -03:00
|
|
|
YUZU_ICON ICON "../../dist/yuzu.ico"
|
2015-05-25 14:00:43 -03:00
|
|
|
|
2017-08-31 19:37:11 -03:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// RT_MANIFEST
|
|
|
|
//
|
|
|
|
|
2018-01-12 00:38:17 -03:00
|
|
|
1 RT_MANIFEST "../../dist/yuzu.manifest"
|