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