Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-03 07:55:52 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-03 07:55:52 +0400
commit9b03975e8b57b1cead876707c18c0af1c931ea40 (patch)
tree541630b8e6915154d4acc8cc9648579c82e9ff37 /windirstat/res
parent9ea7e3a4f388621523691605c98d8a3116da9ce1 (diff)
Adding manifest for 64bit (currently only a copy of x86)
Diffstat (limited to 'windirstat/res')
-rw-r--r--windirstat/res/windirstat_x64.manifest22
1 files changed, 22 insertions, 0 deletions
diff --git a/windirstat/res/windirstat_x64.manifest b/windirstat/res/windirstat_x64.manifest
new file mode 100644
index 0000000..153d531
--- /dev/null
+++ b/windirstat/res/windirstat_x64.manifest
@@ -0,0 +1,22 @@
+<?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="Microsoft.Windows.windirstat"
+ type="win32"
+/>
+<description>WinDirStat - Windows Directory Statistics</description>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="X86"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+</assembly>