forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
runner.rc
61 lines (56 loc) · 3.15 KB
/
runner.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#include "../common/version.h"
STRINGTABLE
BEGIN
IDS_POWERTOYS "PowerToys"
IDS_ERROR "PowerToys Error"
IDS_COULDNOT_RESTART_NONELEVATED "Could not start PowerToys as a user!"
IDS_COULDNOT_RESTART_ELEVATED "Could not start PowerToys as an administrator!"
IDS_ANOTHER_INSTANCE_RUNNING "PowerToys is already running."
IDS_AUTOUPDATE_SUCCESS "PowerToys was successfully updated!"
END
APPICON ICON "svgs\icon.ico"
ID_TRAY_MENU MENU
BEGIN
POPUP "POPUP"
BEGIN
MENUITEM "Settings", ID_SETTINGS_MENU_COMMAND
//MENUITEM "About", ID_ABOUT_MENU_COMMAND
MENUITEM SEPARATOR
MENUITEM "Exit", ID_EXIT_MENU_COMMAND
END
END
1 VERSIONINFO
FILEVERSION FILE_VERSION
PRODUCTVERSION PRODUCT_VERSION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", COMPANY_NAME
VALUE "FileDescription", "PowerToys Runner"
VALUE "FileVersion", FILE_VERSION_STRING
VALUE "InternalName", "PowerToys Runner"
VALUE "LegalCopyright", COPYRIGHT_NOTE
VALUE "OriginalFilename", "PowerToys.exe"
VALUE "ProductName", "PowerToys"
VALUE "ProductVersion", PRODUCT_VERSION_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END