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-30 05:23:45 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-30 05:23:45 +0400
commitbc2e35d3ec39c5c68f3237ae75983f39aa0d6af2 (patch)
treeab6bc34ceadf585fdeaad992c403d7be7cc9be18
parent1413821318a41ce72e5977ec936f4fec50df706f (diff)
Renaming manifest (requires more review)
-rw-r--r--windirstat/res/windirstat.manifest37
-rw-r--r--windirstat/res/windirstat_x64.manifest22
2 files changed, 37 insertions, 22 deletions
diff --git a/windirstat/res/windirstat.manifest b/windirstat/res/windirstat.manifest
new file mode 100644
index 0000000..01232ac
--- /dev/null
+++ b/windirstat/res/windirstat.manifest
@@ -0,0 +1,37 @@
+<?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="*"
+ name="WinDirStat_Team.WinDirStat.windirstat"
+ type="win32"
+/>
+<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+ <application>
+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+ <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+ </application>
+</compatibility>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+<description>WinDirStat - Windows Directory Statistics</description>
+<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
+ <ms_asmv2:security>
+ <ms_asmv2:requestedPrivileges>
+ <ms_asmv2:requestedExecutionLevel level="asInvoker">
+ </ms_asmv2:requestedExecutionLevel>
+ </ms_asmv2:requestedPrivileges>
+ </ms_asmv2:security>
+</ms_asmv2:trustInfo>
+</assembly> \ No newline at end of file
diff --git a/windirstat/res/windirstat_x64.manifest b/windirstat/res/windirstat_x64.manifest
deleted file mode 100644
index 153d531..0000000
--- a/windirstat/res/windirstat_x64.manifest
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>