MSICA/res/MSICA.rc

70 lines
4.6 KiB
Plaintext

/*
Copyright 1991-2016 Amebis
This file is part of MSICA.
MSICA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MSICA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
*/
#include <MSICA.h>
#include <afxres.h>
#include <winver.h>
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION MSICA_VERSION_MAJ,MSICA_VERSION_MIN,MSICA_VERSION_REV,MSICA_VERSION_BUILD
PRODUCTVERSION MSICA_VERSION_MAJ,MSICA_VERSION_MIN,MSICA_VERSION_REV,MSICA_VERSION_BUILD
FILEFLAGSMASK VS_FF_DEBUG | VS_FF_PRERELEASE | VS_FF_PATCHED | VS_FF_PRIVATEBUILD | VS_FF_SPECIALBUILD
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Amebis, d. o. o., Kamnik, Slovenia"
VALUE "FileDescription", "Installation Support Library"
VALUE "FileVersion", MSICA_VERSION_STR
VALUE "LegalCopyright", "Copyright © 2015" "-" MSICA_BUILD_YEAR_STR
VALUE "OriginalFilename", "MSICA.dll"
VALUE "ProductName", "MSICA"
VALUE "ProductVersion", MSICA_VERSION_STR
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////