forked from MaxRusov/far-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPathSync.rc
46 lines (40 loc) · 1013 Bytes
/
PathSync.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
#include "Build.h"
#ifdef Far3
#define FarVerS "3"
#else
#define FarVerS "2"
#endif
#ifdef x64
#define PlatformS "x64"
#else
#define PlatformS "x32"
#endif
LANGUAGE 0, 0
1 VERSIONINFO
FILEVERSION 1,0,Build,0
PRODUCTVERSION 1,0,Build,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x10004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "041904E3"
BEGIN
VALUE "FileDescription", "PathSync Far plugin (Far " FarVerS " " PlatformS ")\0"
VALUE "InternalName", "PathSync\0"
VALUE "OriginalFilename", "PathSync.dll\0"
VALUE "FileVersion", "1.0." BuildS "\0"
VALUE "CompanyName", "Max Rusov\0"
VALUE "LegalCopyright", "(c) 2010, Max Rusov\0"
VALUE "ProductName", "PathSync\0"
VALUE "ProductVersion", "1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x419, 1251
END
END