diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:42:52 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:42:52 +0100 |
commit | 07cbcfe846f2047019690be3b941184f889ee87b (patch) | |
tree | 6a89c0361698707ea53c70366b14dbf8a195743a /plugins/hextray/hextray.vcxproj | |
parent | 09c7f2c935849bd0dd3c6c86c4c6e2a0d2384bd9 (diff) |
Make HexTray filename consistent with the rest
Diffstat (limited to 'plugins/hextray/hextray.vcxproj')
-rw-r--r-- | plugins/hextray/hextray.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
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> |