summaryrefslogtreecommitdiffstats
path: root/win/photorec_win.exe.manifest
blob: e00065b459cfe6d47c175851760cab26b3b69c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="X86" 	name="photorec_win.exe" 	type="win32"/>
<description>PhotoRec, signature based recovery tool</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="highestAvailable" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>