forked from hvfrancesco/lpmt
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresources.rc
More file actions
31 lines (27 loc) · 723 Bytes
/
resources.rc
File metadata and controls
31 lines (27 loc) · 723 Bytes
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
IDR_APP_ICON ICON "lpmt.ico"
GLUT_ICON ICON "lpmt.ico"
//include version information in .exe, modify these values to match your needs
1 VERSIONINFO
FILEVERSION 0,1,4,0
PRODUCTVERSION 0,1,4,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "HVA hermanitos verdes architetti"
VALUE "FileVersion", "1.4.0 beta2"
VALUE "FileDescription", "lpmt"
VALUE "InternalName", "lpmt"
VALUE "LegalCopyright", "hva 2012"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", ""
VALUE "ProductName", "LPMT - Little Projection Mapping Tool"
VALUE "ProductVersion", "1.4beta2 windows no-kinect"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 1252 //language codes
}
}