aboutsummaryrefslogtreecommitdiffstats
path: root/image/wireshark.exe.manifest.in
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 20:05:54 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 20:05:54 +0000
commit3f56374db13a3b00b3a0aa59993fa104766f68d2 (patch)
treea63fc5bd109f37a6a41913a8eaeb246042c78298 /image/wireshark.exe.manifest.in
parentc0692513e9549aab48d0faf7b683023426aa516f (diff)
Rename the manifest file. Remove some unused images.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18277 f5534014-38df-0310-8fa8-9805f1628bb7
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>