forked from Musashii-kun/comskip
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomskip32.manifest
More file actions
17 lines (17 loc) · 767 Bytes
/
Copy pathcomskip32.manifest
File metadata and controls
17 lines (17 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!--The ID below indicates application support for Windows Vista -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
<assemblyIdentity type="win32" name="Comskip" processorArchitecture="x86" publicKeyToken="0000000000000000" version="0.0.0.0"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>