2004-02-11 00:57:46 +00:00
|
|
|
<?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"
|
2005-10-01 02:10:17 +00:00
|
|
|
processorArchitecture="*"
|
2004-02-11 00:57:46 +00:00
|
|
|
name="Firefox"
|
|
|
|
type="win32"
|
|
|
|
/>
|
|
|
|
<description>Firefox</description>
|
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity
|
|
|
|
type="win32"
|
|
|
|
name="Microsoft.Windows.Common-Controls"
|
|
|
|
version="6.0.0.0"
|
2005-10-01 02:10:17 +00:00
|
|
|
processorArchitecture="*"
|
2004-02-11 00:57:46 +00:00
|
|
|
publicKeyToken="6595b64144ccf1df"
|
|
|
|
language="*"
|
|
|
|
/>
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
2007-04-25 22:11:44 +00:00
|
|
|
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<ms_asmv3:security>
|
|
|
|
<ms_asmv3:requestedPrivileges>
|
2010-05-24 13:55:00 +00:00
|
|
|
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
2007-04-25 22:11:44 +00:00
|
|
|
</ms_asmv3:requestedPrivileges>
|
|
|
|
</ms_asmv3:security>
|
|
|
|
</ms_asmv3:trustInfo>
|
2010-05-24 13:55:00 +00:00
|
|
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
|
|
<application>
|
|
|
|
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
|
|
|
|
</application>
|
|
|
|
</compatibility>
|
2004-02-11 00:57:46 +00:00
|
|
|
</assembly>
|