34 lines
942 B
Text
34 lines
942 B
Text
#include "afxres.h"
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,0,3,0
|
|
PRODUCTVERSION 1,0,3,0
|
|
FILEFLAGSMASK 0x17L
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x4L
|
|
FILETYPE 0x2L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "000004b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Petr Stetiar, Gaben Ltd.\0"
|
|
VALUE "FileDescription", "librs232 - Library for serial communication over RS232\0"
|
|
VALUE "FileVersion", "1, 0, 3, 0\0"
|
|
VALUE "InternalName", "librs232\0"
|
|
VALUE "LegalCopyright", "Copyright (c) 2012 Petr Stetiar, Gaben Ltd.\0"
|
|
VALUE "OriginalFilename", "librs232.dll\0"
|
|
VALUE "ProductName", "librs232 - Library for serial communication over RS232\0"
|
|
VALUE "ProductVersion", "1, 0, 3, 0\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x0, 1200
|
|
END
|
|
END
|