Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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.WebAppRT" |
michael@0 | 12 | type="win32" |
michael@0 | 13 | /> |
michael@0 | 14 | <description>Mozilla Webapp Runtime</description> |
michael@0 | 15 | <dependency> |
michael@0 | 16 | <dependentAssembly> |
michael@0 | 17 | <assemblyIdentity |
michael@0 | 18 | type="win32" |
michael@0 | 19 | name="Microsoft.Windows.Common-Controls" |
michael@0 | 20 | version="6.0.0.0" |
michael@0 | 21 | processorArchitecture="*" |
michael@0 | 22 | publicKeyToken="6595b64144ccf1df" |
michael@0 | 23 | language="*" |
michael@0 | 24 | /> |
michael@0 | 25 | </dependentAssembly> |
michael@0 | 26 | </dependency> |
michael@0 | 27 | <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"> |
michael@0 | 28 | <ms_asmv3:security> |
michael@0 | 29 | <ms_asmv3:requestedPrivileges> |
michael@0 | 30 | <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" /> |
michael@0 | 31 | </ms_asmv3:requestedPrivileges> |
michael@0 | 32 | </ms_asmv3:security> |
michael@0 | 33 | </ms_asmv3:trustInfo> |
michael@0 | 34 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
michael@0 | 35 | <application> |
michael@0 | 36 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
michael@0 | 37 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
michael@0 | 38 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
michael@0 | 39 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
michael@0 | 40 | </application> |
michael@0 | 41 | </compatibility> |
michael@0 | 42 | </assembly> |