VBoxSupLib.rc revision 1d753fdeb00e3867c6bbf94ab3c36cd6734dd447
0N/A/* $Id$ */
1759N/A/** @file
0N/A * VBoxSupLib - Resource file containing version info and icon.
0N/A */
0N/A
0N/A/*
0N/A * Copyright (C) 2015 Oracle Corporation
0N/A *
0N/A * This file is part of VirtualBox Open Source Edition (OSE), as
0N/A * available from http://www.virtualbox.org. This file is free software;
0N/A * you can redistribute it and/or modify it under the terms of the GNU
0N/A * General Public License (GPL) as published by the Free Software
0N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
0N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
0N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
0N/A *
0N/A * The contents of this file may alternatively be used under the terms
0N/A * of the Common Development and Distribution License Version 1.0
1472N/A * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
1472N/A * VirtualBox OSE distribution, in which case the provisions of the
1472N/A * CDDL are applicable instead of those of the GPL.
0N/A *
0N/A * You may elect to license modified versions of this file under the
0N/A * terms and conditions of either the GPL or the CDDL or both.
1879N/A */
1879N/A
1879N/A#include <windows.h>
1879N/A#include <VBox/version.h>
1879N/A
1879N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1879N/A
1879N/AVS_VERSION_INFO VERSIONINFO
1879N/A FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
1879N/A PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
0N/A FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
0N/A FILEFLAGS 0x0L
0N/A FILEOS VOS_NT_WINDOWS32
0N/A FILETYPE VFT_DLL
0N/A FILESUBTYPE VFT2_UNKNOWN
0N/ABEGIN
0N/A BLOCK "StringFileInfo"
0N/A BEGIN
1759N/A BLOCK "040904b0" // Lang=US English, CharSet=Unicode
0N/A BEGIN
0N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
0N/A VALUE "FileDescription", "VirtualBox Kernel Support\0"
0N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
0N/A VALUE "InternalName", "VBoxSupLib\0"
605N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
1759N/A VALUE "OriginalFilename", "VBoxSupLib.dll\0"
1759N/A VALUE "ProductName", VBOX_PRODUCT "\0"
1759N/A VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
1759N/A END
0N/A END
139N/A BLOCK "VarFileInfo"
1759N/A BEGIN
1759N/A VALUE "Translation", 0x409, 1200
1759N/A END
1759N/AEND
1759N/A