VBoxGuest.rc revision 4df3a3fcc07fb96341ec4db0c1ff849e1ef3a5e1
0N/A/* $Id$ */
0N/A/** @file
0N/A * VBoxGuest - Resource file containing version info and icon.
0N/A */
0N/A
0N/A/*
0N/A * Copyright (C) 2006-2010 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/AG* 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
0N/A#include <windows.h>
0N/A#include <VBox/version.h>
0N/A
0N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
0N/A
0N/AVS_VERSION_INFO VERSIONINFO
0N/A FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
0N/A PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
0N/A FILEFLAGSMASK 0x3fL
0N/A FILEFLAGS 0x0L
0N/A FILEOS 0x40004L
0N/A FILETYPE 0x2L
0N/A FILESUBTYPE 0x0L
0N/ABEGIN
0N/A BLOCK "StringFileInfo"
0N/A BEGIN
0N/A BLOCK "040904b0"
0N/A BEGIN
0N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
0N/A VALUE "FileDescription", "VirtualBox Guest Driver\0"
0N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
0N/A VALUE "InternalName", "VBoxGuest\0"
0N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
0N/A VALUE "OriginalFilename", "VBoxGuest.sys\0"
0N/A VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0"
0N/A VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
0N/A END
0N/A END
0N/A BLOCK "VarFileInfo"
0N/A BEGIN
0N/A VALUE "Translation", 0x409, 1200
0N/A END
0N/AEND
0N/A
0N/A// #include <VBoxGuestMsg.rc>
0N/A