2017-08-31 18:37:11 -04:00
|
|
|
#include "winresrc.h"
|
2015-05-25 13:00:43 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Icon
|
|
|
|
//
|
|
|
|
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
|
|
// remains consistent on all systems.
|
2018-03-23 11:56:59 -04:00
|
|
|
YUZU_ICON ICON "../../dist/yuzu.ico"
|
2015-05-25 13:00:43 -04:00
|
|
|
|
2017-08-31 18:37:11 -04:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// RT_MANIFEST
|
|
|
|
//
|
|
|
|
|
2020-06-20 21:11:23 -04:00
|
|
|
0 RT_MANIFEST "../../dist/yuzu.manifest"
|