From c4e96dd48188a5fc753a187c85ee4c744a1060f6 Mon Sep 17 00:00:00 2001
From: Berke Viktor <bviktor@hexchat.org>
Date: Sat, 4 May 2013 02:57:03 +0200
Subject: Fix output name

---
 plugins/python/python2.vcxproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/python/python2.vcxproj')

diff --git a/plugins/python/python2.vcxproj b/plugins/python/python2.vcxproj
index e2153c4a..1f524134 100644
--- a/plugins/python/python2.vcxproj
+++ b/plugins/python/python2.vcxproj
@@ -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>
-- 
cgit 1.4.1