mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
|
||
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||
|
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||
|
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity
|
||
|
version="1.0.0.0"
|
||
|
processorArchitecture="*"
|
||
|
name="Mozilla.WebAppRT"
|
||
|
type="win32"
|
||
|
/>
|
||
|
<description>Mozilla Webapp Runtime</description>
|
||
|
<dependency>
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Microsoft.Windows.Common-Controls"
|
||
|
version="6.0.0.0"
|
||
|
processorArchitecture="*"
|
||
|
publicKeyToken="6595b64144ccf1df"
|
||
|
language="*"
|
||
|
/>
|
||
|
</dependentAssembly>
|
||
|
</dependency>
|
||
|
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
|
||
|
<ms_asmv3:security>
|
||
|
<ms_asmv3:requestedPrivileges>
|
||
|
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||
|
</ms_asmv3:requestedPrivileges>
|
||
|
</ms_asmv3:security>
|
||
|
</ms_asmv3:trustInfo>
|
||
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||
|
<application>
|
||
|
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
|
||
|
</application>
|
||
|
</compatibility>
|
||
|
</assembly>
|