summaryrefslogtreecommitdiff
path: root/tools/dbtool/dbtool.exe.manifest
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-05-17 14:57:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-05-17 14:57:45 +0000
commit11771cfdeade7fbb283a208138c6561ba779779c (patch)
tree581a04d194df28c44594545c496976b25b0e1c2e /tools/dbtool/dbtool.exe.manifest
parentb968287dc40d6c6207c2ab758a22cfc9c10917b2 (diff)
'tools' folder renamed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/dbtool/dbtool.exe.manifest')
-rw-r--r--tools/dbtool/dbtool.exe.manifest31
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/dbtool/dbtool.exe.manifest b/tools/dbtool/dbtool.exe.manifest
new file mode 100644
index 0000000000..1b6aab686b
--- /dev/null
+++ b/tools/dbtool/dbtool.exe.manifest
@@ -0,0 +1,31 @@
+<?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="Miranda.Miranda.Miranda"
+ type="win32"
+/>
+<description>Miranda</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="X86"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+</assembly>