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-xp.vcxproj | |
parent | 09c7f2c935849bd0dd3c6c86c4c6e2a0d2384bd9 (diff) |
Make HexTray filename consistent with the rest
Diffstat (limited to 'plugins/hextray/hextray-xp.vcxproj')
-rw-r--r-- | plugins/hextray/hextray-xp.vcxproj | 2 |
1 files changed, 2 insertions, 0 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> |