ByteCodeCacheReleaseFileVersion.h 616 B

123456789
  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. // NOTE: If there is a merge conflict the correct fix is to make a new GUID.
  6. // {FA023F41-FD80-42FE-B141-DA0E5C887D79}
  7. const GUID byteCodeCacheReleaseFileVersion =
  8. { 0xFA023F41, 0xFD80, 0x42FE, { 0xB1, 0x41, 0xDA, 0x0E, 0x5C, 0x88, 0x7D, 0x79 } };