You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
14 years ago
|
// Resource file for Scintilla
|
||
|
// Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
|
||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||
|
|
||
|
#ifndef __BORLANDC__
|
||
|
#include <windows.h>
|
||
|
#endif
|
||
|
|
||
|
#include "PlatformRes.h"
|
||
|
|
||
|
VS_VERSION_INFO VERSIONINFO
|
||
|
FILEVERSION 1, 7, 1, 0
|
||
|
PRODUCTVERSION 1, 7, 1, 0
|
||
|
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"
|
||
|
VALUE "FileVersion", "1.71\0"
|
||
|
VALUE "InternalName", "Scintilla\0"
|
||
|
VALUE "LegalCopyright", "Copyright 1998-2006 by Neil Hodgson\0"
|
||
|
VALUE "OriginalFilename", "Scintilla.DLL\0"
|
||
|
VALUE "ProductName", "Scintilla\0"
|
||
|
VALUE "ProductVersion", "1.71\0"
|
||
|
END
|
||
|
END
|
||
|
END
|
||
|
|
||
|
IDC_MARGIN CURSOR DISCARDABLE "Margin.cur"
|