* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.

This allows builds with different configurations in parallel.
diff --git a/ChangeLog b/ChangeLog
index 15cd2f8..1331ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-08  Azzuro  <azzuro@team-mediaportal.com>
+
+	* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
+
+	This allows builds with different configurations in parallel.
+
 2017-12-08  Werner Lemberg  <wl@gnu.org>
 
 	Fix `make setup dos', second try (#52622).
diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj
index 93e755a..173b276 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -109,7 +109,7 @@
   <ImportGroup Label="ExtensionSettings">

   </ImportGroup>

   <PropertyGroup>

-    <OutDir>..\..\..\objs\$(Platform)\</OutDir>

+    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>

     <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\</IntDir>

     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>

     <CodeAnalysisRules />