2007-07-24 18:05:54 -07: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"
|
|
|
|
processorArchitecture="*"
|
|
|
|
name="CrashReporter"
|
|
|
|
type="win32"
|
|
|
|
/>
|
2008-01-21 17:07:20 -08:00
|
|
|
<description>Crash Reporter</description>
|
2007-07-24 18:05:54 -07:00
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity
|
|
|
|
type="win32"
|
|
|
|
name="Microsoft.Windows.Common-Controls"
|
|
|
|
version="6.0.0.0"
|
|
|
|
processorArchitecture="*"
|
|
|
|
publicKeyToken="6595b64144ccf1df"
|
|
|
|
language="*"
|
|
|
|
/>
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
2010-05-24 06:55:00 -07:00
|
|
|
<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>
|
2007-07-24 18:05:54 -07:00
|
|
|
</assembly>
|