byteCodeCacheReleaseFileVersion.h 615 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. // {A1B09088-45E7-42DB-8D65-FB739F559946}
  7. const GUID byteCodeCacheReleaseFileVersion =
  8. { 0xa1b09088, 0x45e7, 0x42db,{ 0x8d, 0x65, 0xfb, 0x73, 0x9f, 0x55, 0x99, 0x46 } };