| 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.
- // {FA023F41-FD80-42FE-B141-DA0E5C887D79}
- const GUID byteCodeCacheReleaseFileVersion =
- { 0xFA023F41, 0xFD80, 0x42FE, { 0xB1, 0x41, 0xDA, 0x0E, 0x5C, 0x88, 0x7D, 0x79 } };
|