mirror of https://github.com/odrling/Aegisub
33 lines
862 B
Plaintext
33 lines
862 B
Plaintext
|
|
|||
|
#include <windows.h>
|
|||
|
|
|||
|
VS_VERSION_INFO VERSIONINFO
|
|||
|
FILEVERSION 1,2,1,0
|
|||
|
PRODUCTVERSION 1,2,1,0
|
|||
|
FILEFLAGSMASK 0x17L
|
|||
|
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 "Comments", "Hunspell (http://hunspell.sourceforge.net/) by L<>szl<7A> N<>meth"
|
|||
|
VALUE "CompanyName", "http://hunspell.sourceforge.net/"
|
|||
|
VALUE "FileDescription", "libhunspell"
|
|||
|
VALUE "FileVersion", "1.2.1"
|
|||
|
VALUE "InternalName", "libhunspell"
|
|||
|
VALUE "LegalCopyright", "Copyright (c) 2007"
|
|||
|
VALUE "OriginalFilename", "libhunspell.dll"
|
|||
|
VALUE "ProductName", "Hunspell Dynamic Link Library"
|
|||
|
VALUE "ProductVersion", "1.2.1"
|
|||
|
END
|
|||
|
END
|
|||
|
END
|