VBoxGuestControlSvc.rc revision ecd27a5c936b5767a6c08e21e204f2d4340ec926
0N/A/* $Id$ */
2362N/A/** @file
0N/A * VBoxGuestControlSvc - Resource file containing version info and icon.
0N/A */
0N/A
0N/A/*
2362N/A * Copyright (C) 2015 Oracle Corporation
0N/A *
2362N/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
0N/A#include <windows.h>
0N/A#include <VBox/version.h>
0N/A
2362N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2362N/A
2362N/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 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
0N/A BLOCK "040904b0" // Lang=US English, CharSet=Unicode
0N/A BEGIN
0N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
0N/A VALUE "FileDescription", "VirtualBox Guest Control Host Service\0"
0N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
0N/A VALUE "InternalName", "VBoxGuestControl\0"
0N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
0N/A VALUE "OriginalFilename", "VBoxGuestControl.dll\0"
0N/A VALUE "ProductName", VBOX_PRODUCT "\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