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