-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathmanifest.xml
More file actions
7 lines (7 loc) · 740 Bytes
/
manifest.xml
File metadata and controls
7 lines (7 loc) · 740 Bytes
1
2
3
4
5
6
7
<?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="Basil.Tallow.Tallow" type="win32"/>
<description>Tallow: Transparent Tor for Windows.</description>
<dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/></dependentAssembly></dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"><security><requestedPrivileges><requestedExecutionLevel level="requireAdministrator" uiAccess="false"/></requestedPrivileges></security></trustInfo>
</assembly>