diff options
author | Mikhail Grigoryev <sleuthhound@gmail.com> | 2013-05-22 09:48:12 +0000 |
---|---|---|
committer | Mikhail Grigoryev <sleuthhound@gmail.com> | 2013-05-22 09:48:12 +0000 |
commit | 273b10c5ce28a955e6b7a6b384cba736f1762d77 (patch) | |
tree | dbbea2f0fad1523ddac35d4eefe3581a977cc970 /plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest | |
parent | be91c27a63f26c845a8f16b4a12cb048152ef182 (diff) |
Added plugin MirandaNGHistoryToDB (www.im-history.ru)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest')
-rw-r--r-- | plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest b/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest new file mode 100644 index 0000000000..812068c2ab --- /dev/null +++ b/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/HistoryToDBUpdater.manifest @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity
+ name="Microsoft.Windows.Shell.explorer"
+ processorArchitecture="x86"
+ version="5.1.0.0"
+ type="win32"/>
+<description>HistoryToDBUpdater</description>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="x86"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+</assembly>
|