From 593efa703b6914f963533da513576a26e744ead9 Mon Sep 17 00:00:00 2001
From: Berke Viktor <berkeviktor@aol.com>
Date: Fri, 15 Jun 2012 21:37:48 +0200
Subject: LOTS of fixes to the VS solution

---
 plugins/python/python.vcxproj | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'plugins/python')

diff --git a/plugins/python/python.vcxproj b/plugins/python/python.vcxproj
index de0fadea..923eeb92 100644
--- a/plugins/python/python.vcxproj
+++ b/plugins/python/python.vcxproj
@@ -30,6 +30,8 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
     <TargetName>$(PythonOutput)</TargetName>
+    <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>
+    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
-- 
cgit 1.4.1