blob: 7ded8120ac8566e8179302f8bd54670f45750719 [file]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#include <windows.h>
#define VER_PRODUCTNAME L"Microsoft \x00ae Chakra Core Host"
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_INTERNALNAME_STR "ch.exe"
#define VER_FILETYPE VFT_APP
#include "..\CoreCommon.ver"