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