2 * @file main/CLI/version.rc
3 * @brief Windows resource file with module/library version information.
6 * Copyright (c) 2011 Enar Vaikene
8 * This file is part of the eVaf C++ cross-platform application development framework.
10 * This file can be used under the terms of the GNU General Public License
11 * version 3.0 as published by the Free Software Foundation and appearing in
12 * the file LICENSE included in the packaging of this file. Please review the
13 * the following information to ensure the GNU General Public License version
14 * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
16 * Alternatively, this file may be used in accordance with the Commercial License
17 * Agreement provided with the Software.
21 #include <version_rc.h>
25 VS_VERSION_INFO VERSIONINFO
26 FILEVERSION VER_FILE_VERSION
27 PRODUCTVERSION VER_PRODUCT_VERSION
38 BLOCK "StringFileInfo"
42 VALUE "CompanyName", VER_COMPANY_NAME_STR
43 VALUE "FileDescription", VER_FILE_DESCRIPTION_STR
44 VALUE "FileVersion", VER_FILE_VERSION_STR
45 VALUE "LegalCopyright", VER_LEGAL_COPYRIGHT_STR
46 VALUE "OriginalFilename", VER_ORIGINAL_FILE_NAME_STR
47 VALUE "ProductName", VER_PRODUCT_NAME_STR
48 VALUE "ProductVersion", VER_PRODUCT_VERSION_STR
49 VALUE "Build Date", VER_PRODUCT_DATE_STR
50 VALUE "Module Name", VER_MODULE_NAME_STR