-
Notifications
You must be signed in to change notification settings - Fork 18
/
yapiresource64.rc
35 lines (31 loc) · 1.26 KB
/
yapiresource64.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
#include "../Sources/yapi/yversion.h"
#define VER_FILEVERSION 2,0
#define VER_FILEVERSION_STR YOCTO_API_BUILD_NO
1 VERSIONINFO
FILEVERSION VER_FILEVERSION
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", " Yoctopuce Sarl\0"
VALUE "LegalCopyright", "Copyright (C) 2011 and beyond by Yoctopuce Sarl, Switzerland.\0"
VALUE "FileDescription", "Yoctopuce yAPI 2.0 dll (Intel 64 bits)\0"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "yapi\0"
VALUE "OriginalFilename", "yapi.dll\0"
VALUE "ProductName", "Yoctopuce yAPI 2.0 (Intel 64 bits)\0"
VALUE "ProductVersion", YOCTO_API_BUILD_NO
}
}
BLOCK "VarFileInfo"
{
/* The following line should only be modified for localized versions. */
/* It consists of any number of WORD,WORD pairs, with each pair */
/* describing a language,codepage combination supported by the file. */
/* */
/* For example, a file might have values "0x409,1252" indicating that it */
/* supports English language (0x409) in the Windows ANSI codepage (1252). */
VALUE "Translation", 0x409, 1252
}
}