diff options
Diffstat (limited to 'protocols/Tox/tox/deflibcreator/link.exe.manifest')
-rw-r--r-- | protocols/Tox/tox/deflibcreator/link.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/Tox/tox/deflibcreator/link.exe.manifest b/protocols/Tox/tox/deflibcreator/link.exe.manifest new file mode 100644 index 0000000000..2981431665 --- /dev/null +++ b/protocols/Tox/tox/deflibcreator/link.exe.manifest @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level='asInvoker' uiAccess='false' />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+<dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.4940" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency>
+</assembly>
|