-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.rc
42 lines (36 loc) · 1.1 KB
/
resources.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
#include "wx/msw/wx.rc"
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "tray.ico"
TrayIcon ICON "icon_16.ico"
Bell WAVE DISCARDABLE "alarm.wav"
// lines ending with the comment 'version' should be updated manually everytime the version is changed.
#define CompanyName "Diaa Sami"
#define ProductName "Cook Timer"
#define ProductNameVersion ProductName " v" ProductVersion
#define ProductNameDev "CookTimer"
#define FileVersion "0.9.2" // version
#define ProductVersion "0.9.2" // version
1 VERSIONINFO
FILEVERSION 0,9,2,0 // version
PRODUCTVERSION 0,9,2,0 // version
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904e4"
{
VALUE "FileDescription", ProductName
VALUE "ProductVersion", ProductVersion
VALUE "FileVersion", FileVersion
VALUE "LegalCopyright", "Copyright(C) 2010, " CompanyName
VALUE "ProductName", ProductName
VALUE "CompanyName", CompanyName
VALUE "InternalName", ProductNameDev
//VALUE "InternalName", ProductNameDev " $Rev: 60 $"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04E4
}
}