browser/metro/shell/commandexecutehandler/CommandExecuteHandler.exe.manifest

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/shell/commandexecutehandler/CommandExecuteHandler.exe.manifest	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     1.5 +
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
     1.8 +   - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
     1.9 +
    1.10 +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    1.11 +<assemblyIdentity
    1.12 +        version="1.0.0.0"
    1.13 +        processorArchitecture="*"
    1.14 +        name="Mozilla.FirefoxCEH"
    1.15 +        type="win32"
    1.16 +/>
    1.17 +<description>Firefox Launcher</description>
    1.18 +<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
    1.19 +  <ms_asmv3:security>
    1.20 +    <ms_asmv3:requestedPrivileges>
    1.21 +      <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
    1.22 +    </ms_asmv3:requestedPrivileges>
    1.23 +  </ms_asmv3:security>
    1.24 +</ms_asmv3:trustInfo>
    1.25 +  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    1.26 +    <application>
    1.27 +      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
    1.28 +      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
    1.29 +    </application>
    1.30 +  </compatibility>
    1.31 +</assembly>

mercurial