2N/A/* $Id$ */
2N/A/** @file
2N/A * VBoxSharedFolders - Resource file containing version info and icon.
2N/A */
2N/A
2N/A/*
2N/A * Copyright (C) 2015 Oracle Corporation
2N/A *
2N/A * This file is part of VirtualBox Open Source Edition (OSE), as
2N/A * available from http://www.virtualbox.org. This file is free software;
2N/A * you can redistribute it and/or modify it under the terms of the GNU
2N/A * General Public License (GPL) as published by the Free Software
2N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
2N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
2N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
2N/A */
2N/A
2N/A#include <windows.h>
2N/A#include <VBox/version.h>
2N/A
2N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2N/A
2N/AVS_VERSION_INFO VERSIONINFO
2N/A FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
2N/A PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
2N/A FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
2N/A FILEFLAGS 0x0L
2N/A FILEOS VOS_NT_WINDOWS32
2N/A FILETYPE VFT_DLL
2N/A FILESUBTYPE VFT2_UNKNOWN
2N/ABEGIN
2N/A BLOCK "StringFileInfo"
2N/A BEGIN
2N/A BLOCK "040904b0" // Lang=US English, CharSet=Unicode
2N/A BEGIN
2N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
2N/A VALUE "FileDescription", "VirtualBox Shared Folders Host Service\0"
2N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
2N/A VALUE "InternalName", "VBoxSharedFolders\0"
2N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
2N/A VALUE "OriginalFilename", "VBoxSharedFolders.dll\0"
2N/A VALUE "ProductName", VBOX_PRODUCT "\0"
2N/A VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
2N/A END
2N/A END
2N/A BLOCK "VarFileInfo"
2N/A BEGIN
2N/A VALUE "Translation", 0x409, 1200
2N/A END
2N/AEND
2N/A