add manifest file so that visual styles are applied to xtray (XhmikosR)

This commit is contained in:
Berke Viktor 2011-08-11 03:58:30 +02:00
parent 6d1b99654c
commit 9a4907e28a
2 changed files with 24 additions and 0 deletions

View File

@ -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
name="XChat"
processorArchitecture="*"
version="1.0.0.0"
type="win32"
/>
<description>XChat IRC client</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

View File

@ -1,6 +1,8 @@
#include <winver.h>
#include "../../config.h"
1 24 "xchat.exe.manifest"
XC_ICON ICON "../../xchat.ico"
VS_VERSION_INFO VERSIONINFO