ch.rc 646 B

123456789101112
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #include <windows.h>
  6. #define VER_PRODUCTNAME L"Microsoft \x00ae Chakra Core Host"
  7. #define VER_FILESUBTYPE VFT2_UNKNOWN
  8. #define VER_INTERNALNAME_STR "ch.exe"
  9. #define VER_FILETYPE VFT_APP
  10. #include "..\CoreCommon.ver"