summary refs log tree commit diff stats
path: root/plugins/hextray/hextray-xp.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-29 00:32:59 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-29 00:32:59 +0100
commit15c2ff2d549fad936789ea29455d3ae8ef665c59 (patch)
tree9b8ed5de539b8e9935bb6821de5c658340644dd8 /plugins/hextray/hextray-xp.vcxproj
parent9a57ca41b1629c239301d9b65563f6acb169ead1 (diff)
Convert HexTray to the plugin config API
Diffstat (limited to 'plugins/hextray/hextray-xp.vcxproj')
-rw-r--r--plugins/hextray/hextray-xp.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj
index 72d1599e..02d9333a 100644
--- a/plugins/hextray/hextray-xp.vcxproj
+++ b/plugins/hextray/hextray-xp.vcxproj
@@ -21,14 +21,14 @@
     <ConfigurationType>DynamicLibrary</ConfigurationType>

     <UseDebugLibraries>false</UseDebugLibraries>

     <WholeProgramOptimization>true</WholeProgramOptimization>

-    <CharacterSet>Unicode</CharacterSet>

+    <CharacterSet>MultiByte</CharacterSet>

     <PlatformToolset>WDK7</PlatformToolset>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

     <ConfigurationType>DynamicLibrary</ConfigurationType>

     <UseDebugLibraries>false</UseDebugLibraries>

     <WholeProgramOptimization>true</WholeProgramOptimization>

-    <CharacterSet>Unicode</CharacterSet>

+    <CharacterSet>MultiByte</CharacterSet>

     <PlatformToolset>WDK7</PlatformToolset>

   </PropertyGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />