1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/webapprt/win/webapprt.exe.manifest Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,42 @@ 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.WebAppRT" 1.15 + type="win32" 1.16 +/> 1.17 +<description>Mozilla Webapp Runtime</description> 1.18 +<dependency> 1.19 + <dependentAssembly> 1.20 + <assemblyIdentity 1.21 + type="win32" 1.22 + name="Microsoft.Windows.Common-Controls" 1.23 + version="6.0.0.0" 1.24 + processorArchitecture="*" 1.25 + publicKeyToken="6595b64144ccf1df" 1.26 + language="*" 1.27 + /> 1.28 + </dependentAssembly> 1.29 +</dependency> 1.30 +<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"> 1.31 + <ms_asmv3:security> 1.32 + <ms_asmv3:requestedPrivileges> 1.33 + <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" /> 1.34 + </ms_asmv3:requestedPrivileges> 1.35 + </ms_asmv3:security> 1.36 +</ms_asmv3:trustInfo> 1.37 + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 1.38 + <application> 1.39 + <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> 1.40 + <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> 1.41 + <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> 1.42 + <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 1.43 + </application> 1.44 + </compatibility> 1.45 +</assembly>