mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
version="1.0.0.0"
|
|
processorArchitecture="*"
|
|
name="Firefox"
|
|
type="win32"
|
|
/>
|
|
<description>Firefox</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:requestedExecutionLevel>
|
|
</ms_asmv3:requestedPrivileges>
|
|
</ms_asmv3:security>
|
|
</ms_asmv3:trustInfo>
|
|
</assembly>
|