summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/yuzu.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_tester/yuzu.rc')
-rw-r--r--src/yuzu_tester/yuzu.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/yuzu_tester/yuzu.rc b/src/yuzu_tester/yuzu.rc
new file mode 100644
index 000000000..7de8ef3d9
--- /dev/null
+++ b/src/yuzu_tester/yuzu.rc
@@ -0,0 +1,17 @@
+#include "winresrc.h"
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+YUZU_ICON ICON "../../dist/yuzu.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// RT_MANIFEST
+//
+
+1 RT_MANIFEST "../../dist/yuzu.manifest"