Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
michael@0 | 2 | |
michael@0 | 3 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | - License, v. 2.0. If a copy of the MPL was not distributed with this file, |
michael@0 | 5 | - You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 6 | |
michael@0 | 7 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
michael@0 | 8 | <assemblyIdentity |
michael@0 | 9 | version="1.0.0.0" |
michael@0 | 10 | processorArchitecture="*" |
michael@0 | 11 | name="Mozilla.FirefoxCEH" |
michael@0 | 12 | type="win32" |
michael@0 | 13 | /> |
michael@0 | 14 | <description>Firefox Launcher</description> |
michael@0 | 15 | <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"> |
michael@0 | 16 | <ms_asmv3:security> |
michael@0 | 17 | <ms_asmv3:requestedPrivileges> |
michael@0 | 18 | <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" /> |
michael@0 | 19 | </ms_asmv3:requestedPrivileges> |
michael@0 | 20 | </ms_asmv3:security> |
michael@0 | 21 | </ms_asmv3:trustInfo> |
michael@0 | 22 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
michael@0 | 23 | <application> |
michael@0 | 24 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
michael@0 | 25 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
michael@0 | 26 | </application> |
michael@0 | 27 | </compatibility> |
michael@0 | 28 | </assembly> |