mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-12-01 07:23:29 +01:00
23 lines
695 B
Plaintext
23 lines
695 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
|
||
|
<v3:security>
|
||
|
<v3:requestedPrivileges>
|
||
|
<v3:requestedExecutionLevel level="requireAdministrator" />
|
||
|
</v3:requestedPrivileges>
|
||
|
</v3:security>
|
||
|
</v3:trustInfo>
|
||
|
<dependency>
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Microsoft.Windows.Common-Controls"
|
||
|
version="6.0.0.0"
|
||
|
processorArchitecture="*"
|
||
|
publicKeyToken="6595b64144ccf1df"
|
||
|
language="*"
|
||
|
/>
|
||
|
</dependentAssembly>
|
||
|
</dependency>
|
||
|
</assembly>
|