From de70630cef07d2a502d41bccb63fdcb43c7a044e Mon Sep 17 00:00:00 2001
From: Berke Viktor <bviktor@hexchat.org>
Date: Tue, 2 Oct 2012 18:21:16 +0200
Subject: Oops, wrong find'n'replace

---
 plugins/perl/perl-514-xp.vcxproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'plugins/perl/perl-514-xp.vcxproj')

diff --git a/plugins/perl/perl-514-xp.vcxproj b/plugins/perl/perl-514-xp.vcxproj
index 9ba45a5a..e731fd5b 100644
--- a/plugins/perl/perl-514-xp.vcxproj
+++ b/plugins/perl/perl-514-xp.vcxproj
@@ -46,13 +46,13 @@
     <LinkIncremental>false</LinkIncremental>
     <TargetName>$(Perl514Output)</TargetName>
     <OutDir>$(HexChatBin)</OutDir>
-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>
+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <LinkIncremental>false</LinkIncremental>
     <TargetName>$(Perl514Output)</TargetName>
     <OutDir>$(HexChatBin)</OutDir>
-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>
+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
-- 
cgit 1.4.1