2009-04-24 23:35:41 +00:00
|
|
|
// Resource file for Scintilla
|
2010-07-12 22:19:51 +00:00
|
|
|
// Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org>
|
2009-04-24 23:35:41 +00:00
|
|
|
// The License.txt file describes the conditions under which this software may be distributed.
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
2019-05-04 18:14:48 +00:00
|
|
|
#define VERSION_SCINTILLA "4.1.4 for Notepad++"
|
|
|
|
#define VERSION_WORDS 4, 1, 4, 0
|
2013-08-28 00:44:27 +00:00
|
|
|
|
2009-04-24 23:35:41 +00:00
|
|
|
VS_VERSION_INFO VERSIONINFO
|
2013-08-28 00:44:27 +00:00
|
|
|
FILEVERSION VERSION_WORDS
|
|
|
|
PRODUCTVERSION VERSION_WORDS
|
2009-04-24 23:35:41 +00:00
|
|
|
FILEFLAGSMASK 0x3fL
|
|
|
|
FILEFLAGS 0
|
|
|
|
FILEOS VOS_NT_WINDOWS32
|
|
|
|
FILETYPE VFT_APP
|
|
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
|
|
BEGIN
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
BEGIN
|
|
|
|
VALUE "Translation", 0x409, 1200
|
|
|
|
END
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
BEGIN
|
|
|
|
BLOCK "040904b0"
|
|
|
|
BEGIN
|
|
|
|
VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0"
|
|
|
|
VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0"
|
2013-08-28 00:44:27 +00:00
|
|
|
VALUE "FileVersion", VERSION_SCINTILLA "\0"
|
2009-04-24 23:35:41 +00:00
|
|
|
VALUE "InternalName", "Scintilla\0"
|
2013-08-28 00:44:27 +00:00
|
|
|
VALUE "LegalCopyright", "Copyright 1998-2012 by Neil Hodgson\0"
|
2009-04-24 23:35:41 +00:00
|
|
|
VALUE "OriginalFilename", "Scintilla.DLL\0"
|
|
|
|
VALUE "ProductName", "Scintilla\0"
|
2013-08-28 00:44:27 +00:00
|
|
|
VALUE "ProductVersion", VERSION_SCINTILLA "\0"
|
2009-04-24 23:35:41 +00:00
|
|
|
END
|
|
|
|
END
|
|
|
|
END
|