aboutsummaryrefslogtreecommitdiffstats
path: root/image/wireshark.exe.manifest.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 20:05:54 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 20:05:54 +0000
commit8f6c23ae6bb2f96f666271f7b809c7852fd9a30c (patch)
treea63fc5bd109f37a6a41913a8eaeb246042c78298 /image/wireshark.exe.manifest.in
parenteb71f7fb96f883b748536eecde9f6f49eedbcfee (diff)
Rename the manifest file. Remove some unused images.
svn path=/trunk/; revision=18277
Diffstat (limited to 'image/wireshark.exe.manifest.in')
-rw-r--r--image/wireshark.exe.manifest.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/image/wireshark.exe.manifest.in b/image/wireshark.exe.manifest.in
new file mode 100644
index 0000000000..d84986e7af
--- /dev/null
+++ b/image/wireshark.exe.manifest.in
@@ -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="@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_MICRO@.0"
+ processorArchitecture="X86"
+ name="EtherealDevelopmentTeam.Ethereal"
+ type="win32"
+ />
+ <description>The world's most popular network protocol analyzer</description>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="X86"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>
+</assembly>