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. // {3EB30F58-66E0-404B-BAE8-1D3CD23F866F}
  7. const GUID byteCodeCacheReleaseFileVersion =
  8. { 0x3EB30F58, 0x66E0, 0x404B, { 0xBA, 0xE8, 0x1D, 0x3C, 0xD2, 0x3F, 0x86, 0x6F } };