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:27 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-30 05:23:27 +0400
commit1413821318a41ce72e5977ec936f4fec50df706f (patch)
tree298eef80797296ac07e60aa4d23b124e5063ff3c /windirstat/res
parent4db0c1d40767dc0549607c880eec4ba75c29f3de (diff)
Removing obsolete files
Diffstat (limited to 'windirstat/res')
-rw-r--r--windirstat/res/manifest.xml25
-rw-r--r--windirstat/res/windirstat_x86.manifest22
2 files changed, 0 insertions, 47 deletions
diff --git a/windirstat/res/manifest.xml b/windirstat/res/manifest.xml
deleted file mode 100644
index 996d451..0000000
--- a/windirstat/res/manifest.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
- <description>Windows Directory Statistics</description>
- <assemblyIdentity version="1.3.0.0" name="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="*"></assemblyIdentity>
- </dependentAssembly>
- </dependency>
- <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_x86.manifest b/windirstat/res/windirstat_x86.manifest
deleted file mode 100644
index 153d531..0000000
--- a/windirstat/res/windirstat_x86.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>