summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hextray/hextray-xp.vcxproj2
-rw-r--r--plugins/hextray/hextray.vcxproj2
-rw-r--r--plugins/hextray/resource.rc2
3 files changed, 5 insertions, 1 deletions
diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj
index 02d9333a..190055fe 100644
--- a/plugins/hextray/hextray-xp.vcxproj
+++ b/plugins/hextray/hextray-xp.vcxproj
@@ -47,11 +47,13 @@
     <LinkIncremental>false</LinkIncremental>

     <OutDir>$(HexChatBin)</OutDir>

     <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

+    <TargetName>hchextray</TargetName>

   </PropertyGroup>

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

     <LinkIncremental>false</LinkIncremental>

     <OutDir>$(HexChatBin)</OutDir>

     <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

+    <TargetName>hchextray</TargetName>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj
index 7b1e4c6b..7367db7c 100644
--- a/plugins/hextray/hextray.vcxproj
+++ b/plugins/hextray/hextray.vcxproj
@@ -44,11 +44,13 @@
     <LinkIncremental>false</LinkIncremental>

     <OutDir>$(HexChatBin)</OutDir>

     <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

+    <TargetName>hchextray</TargetName>

   </PropertyGroup>

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

     <LinkIncremental>false</LinkIncremental>

     <OutDir>$(HexChatBin)</OutDir>

     <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

+    <TargetName>hchextray</TargetName>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

diff --git a/plugins/hextray/resource.rc b/plugins/hextray/resource.rc
index d01642df..929ea2ad 100644
--- a/plugins/hextray/resource.rc
+++ b/plugins/hextray/resource.rc
@@ -240,7 +240,7 @@ BEGIN
             VALUE "FileVersion", "1, 2, 4, 0"

             VALUE "InternalName", "HexTray"

             VALUE "LegalCopyright", "Copyright © 2005"

-            VALUE "OriginalFilename", "hextray.dll"

+            VALUE "OriginalFilename", "hchextray.dll"

             VALUE "ProductName", "HexTray - HexChat Win32 System Tray Plugin"

             VALUE "ProductVersion", "1, 2, 4, 0"

         END