xref: /MusicPlayer2/scintilla/win32/ScintRes.rc (revision 443d2d2511be730d1b1dd3181942b7fa6539aa1a)
1// Resource file for Scintilla
2// Copyright 1998-2010 by Neil Hodgson <[email protected]>
3// The License.txt file describes the conditions under which this software may be distributed.
4
5#include <windows.h>
6
7#define VERSION_SCINTILLA "4.4.6"
8#define VERSION_WORDS 4, 4, 6, 0
9
10VS_VERSION_INFO VERSIONINFO
11FILEVERSION    VERSION_WORDS
12PRODUCTVERSION    VERSION_WORDS
13FILEFLAGSMASK    0x3fL
14FILEFLAGS 0
15FILEOS VOS_NT_WINDOWS32
16FILETYPE VFT_APP
17FILESUBTYPE VFT2_UNKNOWN
18BEGIN
19    BLOCK    "VarFileInfo"
20    BEGIN
21        VALUE    "Translation",    0x409,    1200
22    END
23    BLOCK    "StringFileInfo"
24    BEGIN
25        BLOCK "040904b0"
26        BEGIN
27            VALUE    "CompanyName",    "Neil Hodgson [email protected]\0"
28            VALUE    "FileDescription",    "Scintilla.DLL - a Source Editing Component\0"
29            VALUE    "FileVersion",    VERSION_SCINTILLA "\0"
30            VALUE    "InternalName",    "Scintilla\0"
31            VALUE    "LegalCopyright",    "Copyright 1998-2012 by Neil Hodgson\0"
32            VALUE    "OriginalFilename",    "Scintilla.DLL\0"
33            VALUE    "ProductName",    "Scintilla\0"
34            VALUE    "ProductVersion",    VERSION_SCINTILLA " for MusicPlayer2\0"
35        END
36    END
37END
38