Fix output name

This commit is contained in:
Berke Viktor 2013-05-04 02:57:03 +02:00
parent 65e384523a
commit c4e96dd481
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(PythonOutput)</TargetName>
<TargetName>$(Python2Output)</TargetName>
<OutDir>$(HexChatBin)</OutDir>
<IntDir>$(HexChatObj)$(ProjectName)\</IntDir>
</PropertyGroup>