mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
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.0 KiB
41 lines
1.0 KiB
#define APSTUDIO_READONLY_SYMBOLS |
|
#include "winres.h" |
|
#undef APSTUDIO_READONLY_SYMBOLS |
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|
|
|
VS_VERSION_INFO VERSIONINFO |
|
FILEVERSION 0,3,0,2 |
|
PRODUCTVERSION 0,3,0,2 |
|
FILEFLAGSMASK 0x3fL |
|
#ifdef _DEBUG |
|
FILEFLAGS 0x1L |
|
#else |
|
FILEFLAGS 0x0L |
|
#endif |
|
FILEOS 0x40004L |
|
FILETYPE 0x2L |
|
FILESUBTYPE 0x0L |
|
BEGIN |
|
BLOCK "StringFileInfo" |
|
BEGIN |
|
BLOCK "040904b0" |
|
BEGIN |
|
VALUE "CompanyName", "Google, Inc." |
|
VALUE "FileDescription", "libwebpdemux DLL" |
|
VALUE "FileVersion", "0.3.2" |
|
VALUE "InternalName", "libwebpdemux.dll" |
|
VALUE "LegalCopyright", "Copyright (C) 2017" |
|
VALUE "OriginalFilename", "libwebpdemux.dll" |
|
VALUE "ProductName", "WebP Image Demuxer" |
|
VALUE "ProductVersion", "0.3.2" |
|
END |
|
END |
|
BLOCK "VarFileInfo" |
|
BEGIN |
|
VALUE "Translation", 0x409, 1200 |
|
END |
|
END |
|
|
|
#endif // English (United States) resources
|
|
|