<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[172296] trunk/Source/ThirdParty/ANGLE</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/172296">172296</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2014-08-07 15:47:33 -0700 (Thu, 07 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>
[Win] Unreviewed gardening.

DebugSuffix targets should use our debugsuffix property sheet, and
will therefore build to the proper output location with the proper
suffix tags.

Also, we must use the WebKit_Libraries environment variable, not a set
of relative paths to the property sheets.

* ANGLE.vcxproj/libEGL.vcxproj: Use 'debugsuffix.props' sheet.
* ANGLE.vcxproj/libGLESv2.vcxproj: Ditto.
* ANGLE.vcxproj/preprocessor.vcxproj: Ditto.
* ANGLE.vcxproj/translator_common.vcxproj: Ditto.
* ANGLE.vcxproj/translator_glsl.vcxproj: Ditto.
* ANGLE.vcxproj/translator_hlsl.vcxproj: Ditto.
* ANGLE.vcxproj/libEGLCommon.props: Use $(DebugSuffix) endings.
* ANGLE.vcxproj/libGLESv2Common.props: Ditto.
* ANGLE.vcxproj/translatorCommon.props: Output to 'lib' folder,
not 'bin' folder. These are libraries!</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojlibEGLvcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojlibEGLCommonprops">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGLCommon.props</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojlibGLESv2vcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojlibGLESv2Commonprops">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojpreprocessorvcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/preprocessor.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojtranslatorCommonprops">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translatorCommon.props</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_commonvcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_common.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_glslvcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_glsl.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_hlslvcxproj">trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_hlsl.vcxproj</a></li>
<li><a href="#trunkSourceThirdPartyANGLEChangeLog">trunk/Source/ThirdParty/ANGLE/ChangeLog</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojlibEGLvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -59,6 +67,11 @@
</span><span class="cx">     &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
+    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
</span><span class="lines">@@ -70,6 +83,11 @@
</span><span class="cx">     &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
+    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -99,60 +117,74 @@
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libEGLCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojlibEGLCommonprops"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGLCommon.props (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGLCommon.props        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGLCommon.props        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       &lt;PreprocessorDefinitions&gt;ANGLE_WEBKIT_WIN;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;Link&gt;
</span><del>-      &lt;AdditionalDependencies&gt;d3d9.lib;libGLESv2.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
</del><ins>+      &lt;AdditionalDependencies&gt;d3d9.lib;libGLESv2$(DebugSuffix).lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
</ins><span class="cx">       &lt;AdditionalLibraryDirectories&gt;$(CONFIGURATIONBUILDDIR)\lib$(PlatformArchitecture)&lt;/AdditionalLibraryDirectories&gt;
</span><span class="cx">       &lt;ModuleDefinitionFile&gt;../src/libEGL/libEGL.def&lt;/ModuleDefinitionFile&gt;
</span><span class="cx">       &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
</span><span class="lines">@@ -19,4 +19,4 @@
</span><span class="cx">     &lt;/ResourceCompile&gt;
</span><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemGroup /&gt;
</span><del>-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/Project&gt;
</ins></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojlibGLESv2vcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -57,6 +65,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;WholeProgramOptimization&gt;true&lt;/WholeProgramOptimization&gt;
</span><span class="lines">@@ -66,6 +78,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -95,60 +111,74 @@
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
+    &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
+    &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX32.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;libGLESv2Common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;DirectX64.props&quot; /&gt;
</span><span class="lines">@@ -197,11 +227,13 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\libGLESv2\VertexArray.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\third_party\murmurhash\MurmurHash3.cpp&quot;&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="lines">@@ -210,11 +242,13 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\libGLESv2\Context.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\common\debug.cpp&quot;&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="lines">@@ -228,11 +262,13 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\libGLESv2\main.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\src\libGLESv2\precompiled.cpp&quot;&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><ins>+      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</ins><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="cx">       &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;NotUsing&lt;/PrecompiledHeader&gt;
</span><span class="lines">@@ -396,4 +432,4 @@
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/Project&gt;
</ins></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojlibGLESv2Commonprops"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;Link&gt;
</span><span class="cx">       &lt;ModuleDefinitionFile&gt;../src/libGLESv2/libGLESv2.def&lt;/ModuleDefinitionFile&gt;
</span><del>-      &lt;AdditionalDependencies&gt;d3d9.lib;dxguid.lib;translator_common.lib;translator_hlsl.lib;translator_glsl.lib;preprocessor.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
</del><ins>+      &lt;AdditionalDependencies&gt;d3d9.lib;dxguid.lib;translator_common$(DebugSuffix).lib;translator_hlsl$(DebugSuffix).lib;translator_glsl$(DebugSuffix).lib;preprocessor$(DebugSuffix).lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
</ins><span class="cx">       &lt;AdditionalLibraryDirectories&gt;$(CONFIGURATIONBUILDDIR)\lib$(PlatformArchitecture)&lt;/AdditionalLibraryDirectories&gt;
</span><span class="cx">       &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
</span><span class="cx">     &lt;/Link&gt;
</span><span class="lines">@@ -18,4 +18,4 @@
</span><span class="cx">     &lt;/ResourceCompile&gt;
</span><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemGroup /&gt;
</span><del>-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/Project&gt;
</ins></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojpreprocessorvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/preprocessor.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/preprocessor.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/preprocessor.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -56,6 +64,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -64,6 +76,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -92,48 +108,58 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="lines">@@ -174,4 +200,4 @@
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/Project&gt;
</ins></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojtranslatorCommonprops"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translatorCommon.props (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translatorCommon.props        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translatorCommon.props        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -2,6 +2,9 @@
</span><span class="cx"> &lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; /&gt;
</span><span class="cx">   &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
</span><ins>+  &lt;PropertyGroup&gt;
+    &lt;OutDir&gt;$(ConfigurationBuildDir)\lib$(PlatformArchitecture)\&lt;/OutDir&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;ItemDefinitionGroup&gt;
</span><span class="cx">     &lt;ClCompile&gt;
</span><span class="cx">       &lt;AdditionalIncludeDirectories&gt;../src;../include;../include/KHR&lt;/AdditionalIncludeDirectories&gt;
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_commonvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_common.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_common.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_common.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -56,6 +64,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -64,6 +76,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -92,48 +108,58 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="lines">@@ -256,4 +282,4 @@
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/Project&gt;
</ins></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_glslvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_glsl.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_glsl.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_glsl.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -56,6 +64,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -64,6 +76,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -92,48 +108,58 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEANGLEvcxprojtranslator_hlslvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_hlsl.vcxproj (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_hlsl.vcxproj        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_hlsl.vcxproj        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -56,6 +64,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -64,6 +76,10 @@
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Label=&quot;Configuration&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;StaticLibrary&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="lines">@@ -92,48 +108,58 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><del>-    &lt;Import Project=&quot;..\..\..\..\WebKitLibraries\win\tools\vsprops\common.props&quot; /&gt;
</del><ins>+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</ins><span class="cx">     &lt;Import Project=&quot;translatorCommon.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;ANGLERelease.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (172295 => 172296)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ChangeLog        2014-08-07 22:34:30 UTC (rev 172295)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog        2014-08-07 22:47:33 UTC (rev 172296)
</span><span class="lines">@@ -1,3 +1,25 @@
</span><ins>+2014-08-07  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Unreviewed gardening.
+
+        DebugSuffix targets should use our debugsuffix property sheet, and
+        will therefore build to the proper output location with the proper
+        suffix tags.
+
+        Also, we must use the WebKit_Libraries environment variable, not a set
+        of relative paths to the property sheets.
+
+        * ANGLE.vcxproj/libEGL.vcxproj: Use 'debugsuffix.props' sheet.
+        * ANGLE.vcxproj/libGLESv2.vcxproj: Ditto.
+        * ANGLE.vcxproj/preprocessor.vcxproj: Ditto.
+        * ANGLE.vcxproj/translator_common.vcxproj: Ditto.
+        * ANGLE.vcxproj/translator_glsl.vcxproj: Ditto.
+        * ANGLE.vcxproj/translator_hlsl.vcxproj: Ditto.
+        * ANGLE.vcxproj/libEGLCommon.props: Use $(DebugSuffix) endings.
+        * ANGLE.vcxproj/libGLESv2Common.props: Ditto.
+        * ANGLE.vcxproj/translatorCommon.props: Output to 'lib' folder,
+        not 'bin' folder. These are libraries!
+
</ins><span class="cx"> 2014-08-02  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Unreviewed build fix.
</span></span></pre>
</div>
</div>

</body>
</html>