migrate substitution keywords to SVN
[reactos.git] / reactos / subsys / system / vmwinst / vmwinst.rc
1 /* $Id$ */
2
3 #include <defines.h>
4 #include "vmwinst.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS VMware(r) driver installation utility\0"
7 #define REACTOS_STR_INTERNAL_NAME "vmwinst\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "vmwinst.exe\0"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
12
13 1 24 DISCARDABLE "manifest.xml"
14
15 /* Bitmaps */
16 IDB_WATERMARK BITMAP "resources/watermark.bmp"
17 IDB_HEADER BITMAP "resources/header.bmp"
18
19 #include "En.rc"
20 #include "Es.rc"
21 #include "De.rc"
22