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