Make HexTray filename consistent with the rest
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user