| //------------------------------------------------------------------------------------------------------- |
| // Copyright (C) Microsoft. All rights reserved. |
| // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. |
| //------------------------------------------------------------------------------------------------------- |
| // NOTE: If there is a merge conflict the correct fix is to make a new GUID. |
| |
| // {1a8e3edd-d08b-4a53-92d9-199667c17520} |
| const GUID byteCodeCacheReleaseFileVersion = |
| { 0x1a8e3edd, 0xd08b, 0x4a53, { 0x92, 0xd9, 0x19, 0x96, 0x67, 0xc1, 0x75, 0x20 } }; |