<!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>[197578] trunk/Source/WTF</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/197578">197578</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2016-03-04 11:48:51 -0800 (Fri, 04 Mar 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove vcxproj build system
https://bugs.webkit.org/show_bug.cgi?id=154388

Rubber-stamped by Brent Fulgham.

* WTF.vcxproj/WTF.submit.sln: Removed.
* WTF.vcxproj/WTF.vcxproj: Removed.
* WTF.vcxproj/WTF.vcxproj.filters: Removed.
* WTF.vcxproj/WTFCFLite.props: Removed.
* WTF.vcxproj/WTFCommon.props: Removed.
* WTF.vcxproj/WTFCoreFoundation.props: Removed.
* WTF.vcxproj/WTFDebug.props: Removed.
* WTF.vcxproj/WTFDebugWinCairo.props: Removed.
* WTF.vcxproj/WTFGenerated.make: Removed.
* WTF.vcxproj/WTFGenerated.vcxproj: Removed.
* WTF.vcxproj/WTFGenerated.vcxproj.filters: Removed.
* WTF.vcxproj/WTFGeneratedCommon.props: Removed.
* WTF.vcxproj/WTFGeneratedDebug.props: Removed.
* WTF.vcxproj/WTFGeneratedProduction.props: Removed.
* WTF.vcxproj/WTFGeneratedRelease.props: Removed.
* WTF.vcxproj/WTFPostBuild.cmd: Removed.
* WTF.vcxproj/WTFPreBuild.cmd: Removed.
* WTF.vcxproj/WTFProduction.props: Removed.
* WTF.vcxproj/WTFRelease.props: Removed.
* WTF.vcxproj/WTFReleaseWinCairo.props: Removed.
* WTF.vcxproj/build-generated-files.pl: Removed.
* WTF.vcxproj/copy-files.cmd: Removed.
* WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWTFWTFvcxprojWTFsubmitsln">trunk/Source/WTF/WTF.vcxproj/WTF.submit.sln</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFvcxproj">trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFvcxprojfilters">trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFCFLiteprops">trunk/Source/WTF/WTF.vcxproj/WTFCFLite.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFCommonprops">trunk/Source/WTF/WTF.vcxproj/WTFCommon.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFCoreFoundationprops">trunk/Source/WTF/WTF.vcxproj/WTFCoreFoundation.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFDebugprops">trunk/Source/WTF/WTF.vcxproj/WTFDebug.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFDebugWinCairoprops">trunk/Source/WTF/WTF.vcxproj/WTFDebugWinCairo.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedmake">trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedvcxproj">trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedvcxprojfilters">trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj.filters</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedCommonprops">trunk/Source/WTF/WTF.vcxproj/WTFGeneratedCommon.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedDebugprops">trunk/Source/WTF/WTF.vcxproj/WTFGeneratedDebug.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedProductionprops">trunk/Source/WTF/WTF.vcxproj/WTFGeneratedProduction.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedReleaseprops">trunk/Source/WTF/WTF.vcxproj/WTFGeneratedRelease.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFPostBuildcmd">trunk/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFPreBuildcmd">trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFProductionprops">trunk/Source/WTF/WTF.vcxproj/WTFProduction.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFReleaseprops">trunk/Source/WTF/WTF.vcxproj/WTFRelease.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFReleaseWinCairoprops">trunk/Source/WTF/WTF.vcxproj/WTFReleaseWinCairo.props</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojbuildgeneratedfilespl">trunk/Source/WTF/WTF.vcxproj/build-generated-files.pl</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojcopyfilescmd">trunk/Source/WTF/WTF.vcxproj/copy-files.cmd</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojworkaroundvsdependencytrackingbugspy">trunk/Source/WTF/WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/ChangeLog        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,5 +1,36 @@
</span><span class="cx"> 2016-03-04  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Remove vcxproj build system
+        https://bugs.webkit.org/show_bug.cgi?id=154388
+
+        Rubber-stamped by Brent Fulgham.
+
+        * WTF.vcxproj/WTF.submit.sln: Removed.
+        * WTF.vcxproj/WTF.vcxproj: Removed.
+        * WTF.vcxproj/WTF.vcxproj.filters: Removed.
+        * WTF.vcxproj/WTFCFLite.props: Removed.
+        * WTF.vcxproj/WTFCommon.props: Removed.
+        * WTF.vcxproj/WTFCoreFoundation.props: Removed.
+        * WTF.vcxproj/WTFDebug.props: Removed.
+        * WTF.vcxproj/WTFDebugWinCairo.props: Removed.
+        * WTF.vcxproj/WTFGenerated.make: Removed.
+        * WTF.vcxproj/WTFGenerated.vcxproj: Removed.
+        * WTF.vcxproj/WTFGenerated.vcxproj.filters: Removed.
+        * WTF.vcxproj/WTFGeneratedCommon.props: Removed.
+        * WTF.vcxproj/WTFGeneratedDebug.props: Removed.
+        * WTF.vcxproj/WTFGeneratedProduction.props: Removed.
+        * WTF.vcxproj/WTFGeneratedRelease.props: Removed.
+        * WTF.vcxproj/WTFPostBuild.cmd: Removed.
+        * WTF.vcxproj/WTFPreBuild.cmd: Removed.
+        * WTF.vcxproj/WTFProduction.props: Removed.
+        * WTF.vcxproj/WTFRelease.props: Removed.
+        * WTF.vcxproj/WTFReleaseWinCairo.props: Removed.
+        * WTF.vcxproj/build-generated-files.pl: Removed.
+        * WTF.vcxproj/copy-files.cmd: Removed.
+        * WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py: Removed.
+
+2016-03-04  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
</ins><span class="cx">         Use NSURLSession for loading in WebKit2
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=154993
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFsubmitsln"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTF.submit.sln (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.submit.sln        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.submit.sln        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,58 +0,0 @@
</span><del>-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;WTFGenerated&quot;, &quot;WTFGenerated.vcxproj&quot;, &quot;{F7366596-0520-4433-B8FF-D843E31E5199}&quot;
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;WTF&quot;, &quot;WTF.vcxproj&quot;, &quot;{8EF73779-BED3-45BB-816D-9FF58399AFA5}&quot;
-EndProject
-Global
-        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-                Debug|Win32 = Debug|Win32
-                Debug|x64 = Debug|x64
-                DebugSuffix|Win32 = DebugSuffix|Win32
-                DebugSuffix|x64 = DebugSuffix|x64
-                Production|Win32 = Production|Win32
-                Production|x64 = Production|x64
-                Release|Win32 = Release|Win32
-                Release|x64 = Release|x64
-        EndGlobalSection
-        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Debug|Win32.ActiveCfg = Debug|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Debug|Win32.Build.0 = Debug|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Debug|x64.ActiveCfg = Debug|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Debug|x64.Build.0 = Debug|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.DebugSuffix|Win32.ActiveCfg = DebugSuffix|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.DebugSuffix|Win32.Build.0 = DebugSuffix|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.DebugSuffix|x64.ActiveCfg = DebugSuffix|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.DebugSuffix|x64.Build.0 = DebugSuffix|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Production|Win32.ActiveCfg = Production|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Production|Win32.Build.0 = Production|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Production|x64.ActiveCfg = Production|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Production|x64.Build.0 = Production|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Release|Win32.ActiveCfg = Release|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Release|Win32.Build.0 = Release|Win32
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Release|x64.ActiveCfg = Release|x64
-                {F7366596-0520-4433-B8FF-D843E31E5199}.Release|x64.Build.0 = Release|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Debug|Win32.ActiveCfg = Debug|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Debug|Win32.Build.0 = Debug|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Debug|x64.ActiveCfg = Debug|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Debug|x64.Build.0 = Debug|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.DebugSuffix|Win32.ActiveCfg = DebugSuffix|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.DebugSuffix|Win32.Build.0 = DebugSuffix|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.DebugSuffix|x64.ActiveCfg = DebugSuffix|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.DebugSuffix|x64.Build.0 = DebugSuffix|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Production|Win32.ActiveCfg = Production|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Production|Win32.Build.0 = Production|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Production|x64.ActiveCfg = Production|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Production|x64.Build.0 = Production|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Release|Win32.ActiveCfg = Release|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Release|Win32.Build.0 = Release|Win32
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Release|x64.ActiveCfg = Release|x64
-                {8EF73779-BED3-45BB-816D-9FF58399AFA5}.Release|x64.Build.0 = Release|x64
-        EndGlobalSection
-        GlobalSection(SolutionProperties) = preSolution
-                HideSolutionNode = FALSE
-        EndGlobalSection
-EndGlobal
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFvcxproj"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,774 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;14.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
-    &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;
-    &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
-      &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|x64&quot;&gt;
-      &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug|Win32&quot;&gt;
-      &lt;Configuration&gt;Debug&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug|x64&quot;&gt;
-      &lt;Configuration&gt;Debug&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Production|Win32&quot;&gt;
-      &lt;Configuration&gt;Production&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Production|x64&quot;&gt;
-      &lt;Configuration&gt;Production&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release_WinCairo|Win32&quot;&gt;
-      &lt;Configuration&gt;Release_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release_WinCairo|x64&quot;&gt;
-      &lt;Configuration&gt;Release_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release|Win32&quot;&gt;
-      &lt;Configuration&gt;Release&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release|x64&quot;&gt;
-      &lt;Configuration&gt;Release&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Assertions.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\BitVector.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CompilationThread.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CryptographicUtilities.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CryptographicallyRandomNumber.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CurrentTime.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DataLog.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DateMath.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DecimalNumber.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\bignum-dtoa.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\bignum.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\cached-powers.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\diy-fp.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\double-conversion.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\fast-dtoa.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\fixed-dtoa.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\strtod.cc&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FastBitVector.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FastMalloc.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FilePrintStream.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FunctionDispatcher.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\glib\GLibUtilities.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\glib\GRefPtr.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\GregorianDateTime.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\HashTable.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Lock.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MainThread.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MD5.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MediaTime.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MetaAllocator.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\NumberOfCores.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\OSAllocatorWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\OSRandomSource.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\PageBlock.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ParallelHelperPool.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ParallelJobsGeneric.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ParkingLot.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\PrintStream.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RAMSize.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RandomNumber.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RefCountedLeakCounter.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RunLoop.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SHA1.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SixCharacterHash.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SizeLimits.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\StackBounds.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\StringPrintStream.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicString.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicStringImpl.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicStringTable.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\Base64.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\CString.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringBuilder.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringImpl.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringStatics.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringView.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\SymbolRegistry.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\WTFString.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\AtomicStringImplCF.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringCF.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringImplCF.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringViewCF.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Threading.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ThreadingWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threadspecificWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threads\BinarySemaphore.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\unicode\icu\CollatorICU.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\unicode\UTF8.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\MainThreadWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\RunLoopWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WorkItemWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WorkQueueWin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WTFDLL.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\WordLock.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\WorkQueue.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\WTFThreadData.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SchedulePairCF.cpp&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CompilationThread.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\config.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ASCIICType.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Assertions.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Atomics.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\AutodrainedPool.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Bag.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BagToHashMap.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Bitmap.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BitVector.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BlockStack.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BloomFilter.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BumpPointerAllocator.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CheckedArithmetic.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CheckedBoolean.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Compiler.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Condition.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CryptographicUtilities.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CryptographicallyRandomNumber.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CurrentTime.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DataLog.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DateMath.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DecimalNumber.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DeferrableRefCounted.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Deque.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DisallowCType.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DoublyLinkedList.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\bignum-dtoa.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\bignum.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\cached-powers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\diy-fp.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\double-conversion.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\double.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\fast-dtoa.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\fixed-dtoa.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\strtod.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\utils.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FastBitVector.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FastMalloc.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FeatureDefines.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FilePrintStream.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FlipBytes.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Forward.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FunctionDispatcher.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Functional.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\GetPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GLibUtilities.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GMutexLocker.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GTypedefs.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GRefPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GUniquePtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\GregorianDateTime.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashCountedSet.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Hasher.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashFunctions.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashIterators.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashMap.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashMethod.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashSet.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashTable.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashTraits.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HexNumber.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\IteratorAdaptors.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\IteratorRange.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ListHashSet.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Lock.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Locker.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MainThread.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MallocPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MathExtras.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MD5.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MediaTime.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MessageQueue.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MetaAllocator.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MetaAllocatorHandle.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\NeverDestroyed.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Noncopyable.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\NumberOfCores.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\OSRandomSource.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PackedIntVector.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageAllocation.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageBlock.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageReservation.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelHelperPool.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobs.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsGeneric.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsLibdispatch.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsOpenMP.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelVectorIterator.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParkingLot.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PassRefPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Platform.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PrintStream.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RAMSize.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RandomNumber.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RandomNumberSeed.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RedBlackTree.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCounted.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCountedLeakCounter.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCounter.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RetainPtr.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RunLoop.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SaturatedArithmetic.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SchedulePair.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SegmentedVector.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SentinelLinkedList.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SHA1.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SharedTask.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SinglyLinkedList.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SixCharacterHash.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StackBounds.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StaticConstructors.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StdLibExtras.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Stopwatch.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StringExtras.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StringPrintStream.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SystemTracing.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\TemporaryChange.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\ASCIIFastPath.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicString.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringHash.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringImpl.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringTable.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\Base64.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\CString.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\IntegerToStringConversion.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\LChar.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringBuffer.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringBuilder.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringCommon.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringConcatenate.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringHash.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringImpl.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringOperators.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringView.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\SymbolImpl.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\SymbolRegistry.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\UniquedStringImpl.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\WTFString.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Threading.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ThreadingPrimitives.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threadsafeRefCounted.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threadspecific.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threads\BinarySemaphore.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\TinyPtrSet.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\CharacterNames.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\Collator.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\UTF8.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ValueCheck.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Vector.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\VMTags.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\win\GDIObject.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\win\WorkItemWin.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WeakRandom.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WordLock.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WorkQueue.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WTFThreadData.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;WTFPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;WTFPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ProjectReference Include=&quot;WTFGenerated.vcxproj&quot;&gt;
-      &lt;Project&gt;{f7366596-0520-4433-b8ff-d843e31e5199}&lt;/Project&gt;
-    &lt;/ProjectReference&gt;
-  &lt;/ItemGroup&gt;
-  &lt;PropertyGroup Label=&quot;Globals&quot;&gt;
-    &lt;ProjectGuid&gt;{8EF73779-BED3-45BB-816D-9FF58399AFA5}&lt;/ProjectGuid&gt;
-    &lt;Keyword&gt;Win32Proj&lt;/Keyword&gt;
-    &lt;RootNamespace&gt;WTFvcproj&lt;/RootNamespace&gt;
-    &lt;ProjectName&gt;WTF&lt;/ProjectName&gt;
-    &lt;WindowsTargetPlatformVersion&gt;8.1&lt;/WindowsTargetPlatformVersion&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.Default.props&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.props&quot; /&gt;
-  &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|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;WTFDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|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;WTFDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|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;WTFDebugWinCairo.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|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;WTFDebugWinCairo.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &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;WTFDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &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;WTFDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|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;WTFRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|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;WTFRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|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;WTFReleaseWinCairo.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|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;WTFReleaseWinCairo.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|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;WTFProduction.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|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;WTFProduction.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; /&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(ProjectName).lib&lt;/OutputFile&gt;
-    &lt;/Lib&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(ProjectName).lib&lt;/OutputFile&gt;
-    &lt;/Lib&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-      &lt;PreprocessorDefinitions&gt;WIN32;_LIB;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(ProjectName).lib&lt;/OutputFile&gt;
-    &lt;/Lib&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-      &lt;PreprocessorDefinitions&gt;WIN32;_LIB;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(ProjectName).lib&lt;/OutputFile&gt;
-    &lt;/Lib&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib /&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;BrowseInformationFile&gt;
-      &lt;/BrowseInformationFile&gt;
-      &lt;StringPooling&gt;
-      &lt;/StringPooling&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-    &lt;/Link&gt;
-    &lt;BuildLog /&gt;
-    &lt;Lib /&gt;
-    &lt;Lib /&gt;
-    &lt;Lib&gt;
-      &lt;UseUnicodeResponseFiles&gt;
-      &lt;/UseUnicodeResponseFiles&gt;
-      &lt;Verbose&gt;
-      &lt;/Verbose&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;
-      &lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;SubSystem&gt;
-      &lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;PreBuildEvent /&gt;
-    &lt;PreLinkEvent /&gt;
-    &lt;PostBuildEvent /&gt;
-    &lt;Xdcmake /&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
-    &lt;ClCompile&gt;
-      &lt;PrecompiledHeaderOutputFile&gt;
-      &lt;/PrecompiledHeaderOutputFile&gt;
-      &lt;AssemblerListingLocation&gt;
-      &lt;/AssemblerListingLocation&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-      &lt;GenerateDebugInformation&gt;true&lt;/GenerateDebugInformation&gt;
-      &lt;EnableCOMDATFolding&gt;true&lt;/EnableCOMDATFolding&gt;
-      &lt;OptimizeReferences&gt;true&lt;/OptimizeReferences&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
-  &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFvcxprojfilters"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,723 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ItemGroup&gt;
-    &lt;Filter Include=&quot;dtoa&quot;&gt;
-      &lt;UniqueIdentifier&gt;{eaa36939-1976-495f-b9ed-90074ee4f2be}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;threads&quot;&gt;
-      &lt;UniqueIdentifier&gt;{c59a3c5d-6352-441c-acf9-9bbe1957a0f8}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;threads\win&quot;&gt;
-      &lt;UniqueIdentifier&gt;{5c8eb2f2-873f-4915-869c-d4713c7adca0}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;text&quot;&gt;
-      &lt;UniqueIdentifier&gt;{978a0e93-7937-4a85-9fd1-76319fbd9d78}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;wtf&quot;&gt;
-      &lt;UniqueIdentifier&gt;{d9afa800-d0b4-4284-a99d-334a5ce3d252}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;wtf\unicode&quot;&gt;
-      &lt;UniqueIdentifier&gt;{805e00d3-198a-44a5-8c0c-849ce6ca3252}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;wtf\unicode\icu&quot;&gt;
-      &lt;UniqueIdentifier&gt;{da29baba-10a2-4a74-ab87-2fea5e1382da}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;wtf\glib&quot;&gt;
-      &lt;UniqueIdentifier&gt;{edd6ccc8-e6ee-41ec-a58d-9404a30c0c7e}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;wtf\win&quot;&gt;
-      &lt;UniqueIdentifier&gt;{b7d787cb-2b2b-4898-8d03-b94115e596d1}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\bignum-dtoa.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\bignum.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\cached-powers.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\diy-fp.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\double-conversion.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa.cpp&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\fast-dtoa.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\fixed-dtoa.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\dtoa\strtod.cc&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringStatics.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringView.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicString.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicStringImpl.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\Base64.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\CString.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringBuilder.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\StringImpl.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\SymbolRegistry.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\WTFString.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\AtomicStringImplCF.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringCF.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringImplCF.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\cf\StringViewCF.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\MainThreadWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threads\BinarySemaphore.cpp&quot;&gt;
-      &lt;Filter&gt;threads&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threadspecificWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\unicode\icu\CollatorICU.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\unicode\icu&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\unicode\UTF8.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\unicode&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Assertions.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\BitVector.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CryptographicUtilities.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CryptographicallyRandomNumber.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CurrentTime.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DataLog.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DateMath.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\DecimalNumber.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FastMalloc.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FilePrintStream.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\GregorianDateTime.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\HashTable.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MainThread.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MD5.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MediaTime.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\MetaAllocator.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\NumberOfCores.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\OSAllocatorWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\OSRandomSource.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\PageBlock.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ParallelHelperPool.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ParallelJobsGeneric.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\PrintStream.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RAMSize.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RandomNumber.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RefCountedLeakCounter.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SHA1.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SizeLimits.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\StackBounds.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\StringPrintStream.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Threading.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\ThreadingWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\WTFThreadData.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SchedulePairCF.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FunctionDispatcher.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\text\AtomicStringTable.cpp&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\CompilationThread.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\SixCharacterHash.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\glib\GLibUtilities.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\glib\GRefPtr.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\RunLoop.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\RunLoopWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\FastBitVector.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WTFDLL.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\WorkQueue.cpp&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WorkQueueWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\win\WorkItemWin.cpp&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\Lock.cpp&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\utils.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\bignum-dtoa.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\bignum.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\cached-powers.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\diy-fp.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\double-conversion.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\double.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\fast-dtoa.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\fixed-dtoa.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\dtoa\strtod.h&quot;&gt;
-      &lt;Filter&gt;dtoa&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\ASCIIFastPath.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicString.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringHash.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringImpl.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\AtomicStringTable.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\Base64.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\CString.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\IntegerToStringConversion.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\LChar.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringBuffer.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringBuilder.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringCommon.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringConcatenate.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringHash.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringImpl.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringOperators.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\StringView.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\SymbolImpl.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\SymbolRegistry.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\UniquedStringImpl.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\text\WTFString.h&quot;&gt;
-      &lt;Filter&gt;text&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threads\BinarySemaphore.h&quot;&gt;
-      &lt;Filter&gt;threads&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threadsafeRefCounted.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\threadspecific.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\CharacterNames.h&quot;&gt;
-      &lt;Filter&gt;wtf\unicode&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\Collator.h&quot;&gt;
-      &lt;Filter&gt;wtf\unicode&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\unicode\UTF8.h&quot;&gt;
-      &lt;Filter&gt;wtf\unicode&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WTFThreadData.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ASCIICType.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Assertions.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Atomics.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Bitmap.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BitVector.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BlockStack.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BloomFilter.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BumpPointerAllocator.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CheckedArithmetic.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CheckedBoolean.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Compiler.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CryptographicUtilities.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CryptographicallyRandomNumber.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CurrentTime.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DataLog.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DateMath.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DecimalNumber.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Deque.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DisallowCType.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DoublyLinkedList.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FastBitVector.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FastMalloc.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FilePrintStream.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Forward.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Functional.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\GetPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\GregorianDateTime.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashCountedSet.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Hasher.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashFunctions.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashIterators.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashMap.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashSet.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashTable.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashTraits.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HexNumber.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\IteratorAdaptors.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\IteratorRange.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ListHashSet.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Locker.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MainThread.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MallocPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MathExtras.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MD5.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MediaTime.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MessageQueue.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MetaAllocator.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\MetaAllocatorHandle.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\NeverDestroyed.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Noncopyable.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\NumberOfCores.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\OSRandomSource.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PackedIntVector.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageAllocation.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageBlock.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PageReservation.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelHelperPool.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobs.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsGeneric.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsLibdispatch.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelJobsOpenMP.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ParallelVectorIterator.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PassRefPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Platform.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\PrintStream.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RAMSize.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RandomNumber.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RandomNumberSeed.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RedBlackTree.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCounted.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCountedLeakCounter.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RetainPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SaturatedArithmetic.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SegmentedVector.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SentinelLinkedList.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SHA1.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SharedTask.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SinglyLinkedList.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SpinLock.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StackBounds.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StaticConstructors.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StdLibExtras.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Stopwatch.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StringExtras.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\StringPrintStream.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\TemporaryChange.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Threading.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ThreadingPrimitives.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\ValueCheck.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Vector.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\VMTags.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SchedulePair.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\AutodrainedPool.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\config.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FeatureDefines.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FunctionDispatcher.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\CompilationThread.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\SixCharacterHash.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\FlipBytes.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\DeferrableRefCounted.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\win\GDIObject.h&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GLibUtilities.h&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GMutexLocker.h&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GRefPtr.h&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GTypedefs.h&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Bag.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\BagToHashMap.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RunLoop.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\glib\GUniquePtr.h&quot;&gt;
-      &lt;Filter&gt;wtf\glib&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\HashMethod.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\RefCounter.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\WorkQueue.h&quot;&gt;
-      &lt;Filter&gt;wtf&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\win\WorkItemWin.h&quot;&gt;
-      &lt;Filter&gt;wtf\win&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\wtf\TinyPtrSet.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\wtf\Lock.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;WTFPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;WTFPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFCFLiteprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFCFLite.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFCFLite.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFCFLite.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;PropertyGroup&gt;
-    &lt;_ProjectFileVersion&gt;10.0.40219.1&lt;/_ProjectFileVersion&gt;
-    &lt;_PropertySheetDisplayName&gt;WebKitCFLite&lt;/_PropertySheetDisplayName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;CFLite.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFCommonprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFCommon.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFCommon.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFCommon.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,29 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;ClCompile&gt;
-      &lt;AdditionalIncludeDirectories&gt;../;../wtf/;../wtf/threads/;../wtf/unicode/;$(ConfigurationBuildDir)\include\private;$(ConfigurationBuildDir)\include\JavaScriptCore;$(WebKit_Libraries)\include\private;$(WebKit_Libraries)\include;$(WebKit_Libraries)\include\zlib;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;_CRT_SECURE_NO_WARNINGS;__STD_C;_LIB;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
-      &lt;ForcedIncludeFiles&gt;ICUVersion.h;%(ForcedIncludeFiles)&lt;/ForcedIncludeFiles&gt;
-      &lt;DisableSpecificWarnings&gt;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
-      &lt;PrecompiledHeaderFile&gt;
-      &lt;/PrecompiledHeaderFile&gt;
-    &lt;/ClCompile&gt;
-    &lt;Lib&gt;
-      &lt;AdditionalDependencies&gt;user32.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(ProjectName).lib&lt;/OutputFile&gt;
-      &lt;IgnoreAllDefaultLibraries&gt;false&lt;/IgnoreAllDefaultLibraries&gt;
-      &lt;UseUnicodeResponseFiles&gt;true&lt;/UseUnicodeResponseFiles&gt;
-      &lt;SubSystem&gt;Windows&lt;/SubSystem&gt;
-    &lt;/Lib&gt;
-    &lt;Bscmake&gt;
-      &lt;OutputFile&gt;$(OutDir)\$(TargetName).bsc&lt;/OutputFile&gt;
-    &lt;/Bscmake&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;winmm.lib;libicuuc$(DebugSuffix).lib;libicuin$(DebugSuffix).lib;zdll$(DebugSuffix).lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFCoreFoundationprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFCoreFoundation.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFCoreFoundation.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFCoreFoundation.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Bscmake /&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;CoreFoundation$(DebugSuffix).lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-    &lt;/Link&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFDebugprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFDebug.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFDebug.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFDebug.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,15 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCommon.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCoreFoundation.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Bscmake /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFDebugWinCairoprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFDebugWinCairo.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFDebugWinCairo.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFDebugWinCairo.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefinesCairo.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCommon.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\WinCairo.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\GStreamerCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Bscmake /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedmake"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-all: WTFHeaderDetection.h
-    @type NUL &gt; &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    @perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;$(WEBKIT_LIBRARIES)&quot; &quot;$(DEBUGSUFFIX)&quot; &quot;%PlatformArchitecture%&quot;
-!IF &quot;$(OFFICIAL_BUILD)&quot;!=&quot;1&quot;
-    -@python2.7 work-around-vs-dependency-tracking-bugs.py
-!ENDIF
-    @copy-files.cmd
-
-    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
-
-clean:
-    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    -@del &quot;%ConfigurationBuildDir%\include\private\wtf\WTFHeaderDetection.h&quot;
-    @copy-files.cmd clean
-
-# Header detection
-WTFHeaderDetection.h: WTFGenerated.make
-    -@mkdir &quot;%ConfigurationBuildDir%\include\private\wtf&quot;
-    -@&lt;&lt;testOSXLevel.cmd
-@echo off
-IF EXIST &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot; GOTO DONE
-echo /* No Legible Output Support Found */  &gt; &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot;
-IF EXIST &quot;$(WEBKIT_LIBRARIES)/include/AVFoundationCF/AVCFPlayerItemLegibleOutput.h&quot; (echo #define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1090 &gt; &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot;)
-:DONE
-&lt;&lt;
-
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedvcxproj"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,253 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
-    &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;
-    &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
-      &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|x64&quot;&gt;
-      &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug|Win32&quot;&gt;
-      &lt;Configuration&gt;Debug&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Debug|x64&quot;&gt;
-      &lt;Configuration&gt;Debug&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Production|Win32&quot;&gt;
-      &lt;Configuration&gt;Production&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Production|x64&quot;&gt;
-      &lt;Configuration&gt;Production&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release_WinCairo|Win32&quot;&gt;
-      &lt;Configuration&gt;Release_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release_WinCairo|x64&quot;&gt;
-      &lt;Configuration&gt;Release_WinCairo&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release|Win32&quot;&gt;
-      &lt;Configuration&gt;Release&lt;/Configuration&gt;
-      &lt;Platform&gt;Win32&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-    &lt;ProjectConfiguration Include=&quot;Release|x64&quot;&gt;
-      &lt;Configuration&gt;Release&lt;/Configuration&gt;
-      &lt;Platform&gt;x64&lt;/Platform&gt;
-    &lt;/ProjectConfiguration&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;build-generated-files.pl&quot; /&gt;
-    &lt;None Include=&quot;copy-files.cmd&quot; /&gt;
-    &lt;None Include=&quot;work-around-vs-dependency-tracking-bugs.py&quot; /&gt;
-    &lt;None Include=&quot;WTFGenerated.make&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;PropertyGroup Label=&quot;Globals&quot;&gt;
-    &lt;ProjectGuid&gt;{F7366596-0520-4433-B8FF-D843E31E5199}&lt;/ProjectGuid&gt;
-    &lt;Keyword&gt;MakeFileProj&lt;/Keyword&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.Default.props&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
-    &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.props&quot; /&gt;
-  &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|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;WTFGeneratedDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|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;WTFGeneratedDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|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;WTFGeneratedDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|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;WTFGeneratedDebug.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &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;WTFGeneratedDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &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;WTFGeneratedDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|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;WTFGeneratedRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|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;WTFGeneratedRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|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;WTFGeneratedRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|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;WTFGeneratedRelease.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|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;WTFGeneratedProduction.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|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;WTFGeneratedProduction.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
-    &lt;NMakeOutput /&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
-  &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedvcxprojfilters"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj.filters (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj.filters        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj.filters        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;copy-files.cmd&quot; /&gt;
-    &lt;None Include=&quot;work-around-vs-dependency-tracking-bugs.py&quot; /&gt;
-    &lt;None Include=&quot;WTFGenerated.make&quot; /&gt;
-    &lt;None Include=&quot;build-generated-files.pl&quot; /&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedCommonprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGeneratedCommon.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGeneratedCommon.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGeneratedCommon.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot; /&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot;&gt;
-    &lt;PLATFORMARCHITECTURE&gt;32&lt;/PLATFORMARCHITECTURE&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;PropertyGroup Label=&quot;Configuration&quot;&gt;
-    &lt;OutDir&gt;$(ConfigurationBuildDir)\lib$(PlatformArchitecture)\&lt;/OutDir&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;BuildLog /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;BuildMacro Include=&quot;PLATFORMARCHITECTURE&quot;&gt;
-      &lt;Value&gt;$(PLATFORMARCHITECTURE)&lt;/Value&gt;
-      &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
-    &lt;/BuildMacro&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedDebugprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGeneratedDebug.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGeneratedDebug.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGeneratedDebug.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-        &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-        &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-        &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFGeneratedCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup /&gt;
-  &lt;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedProductionprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGeneratedProduction.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGeneratedProduction.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGeneratedProduction.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\production.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFGeneratedCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup /&gt;
-  &lt;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedReleaseprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFGeneratedRelease.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGeneratedRelease.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGeneratedRelease.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\release.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFGeneratedCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;ItemDefinitionGroup /&gt;
-  &lt;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFPostBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
-perl &quot;%WEBKIT_LIBRARIES%\tools\scripts\version-stamp.pl&quot; &quot;%INTDIR%&quot; &quot;%TARGETPATH%&quot;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFPreBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
-if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-cmd /c
-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
-if errorlevel 1 exit 1
-echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
-
-perl &quot;%WEBKIT_LIBRARIES%\tools\scripts\auto-version.pl&quot; &quot;%INTDIR%&quot;
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFProductionprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFProduction.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFProduction.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFProduction.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\production.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCommon.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCoreFoundation.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup /&gt;
-  &lt;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFReleaseprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFRelease.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFRelease.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFRelease.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\release.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCommon.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCoreFoundation.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Bscmake /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFReleaseWinCairoprops"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/WTFReleaseWinCairo.props (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFReleaseWinCairo.props        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/WTFReleaseWinCairo.props        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot;&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\FeatureDefinesCairo.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\release.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCommon.props&quot; /&gt;
-    &lt;Import Project=&quot;WTFCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\WinCairo.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\GStreamerCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Bscmake /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojbuildgeneratedfilespl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/build-generated-files.pl (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/build-generated-files.pl        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/build-generated-files.pl        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-#!/usr/bin/perl -w
-
-# Copyright (C) 2007, 2014 Apple Inc.  All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1.  Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer. 
-# 2.  Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in the
-#     documentation and/or other materials provided with the distribution. 
-# 3.  Neither the name of Apple puter, Inc. (&quot;Apple&quot;) nor the names of
-#     its contributors may be used to endorse or promote products derived
-#     from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS &quot;AS IS&quot; AND ANY
-# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-use strict;
-use File::Path qw(make_path);
-use File::Spec;
-use File::stat;
-
-# Make sure we don't have any leading or trailing quotes
-for (@ARGV) {
-    s/^\&quot;//;
-    s/\&quot;$//;
-}
-
-# Determine whether we have the versioned ICU 4.0 or the unversioned ICU 4.4
-my $UNVERSIONED_ICU_LIB_PATH = File::Spec-&gt;catfile($ARGV[1], &quot;lib$ARGV[3]&quot;, &quot;libicuuc$ARGV[2].lib&quot;);
-my $PRIVATE_INCLUDE =  File::Spec-&gt;catdir($ARGV[0], 'include', 'private');
-my $ICUVERSION_H_PATH = File::Spec-&gt;catfile($PRIVATE_INCLUDE, 'ICUVersion.h');
-if ((! -f $ICUVERSION_H_PATH) or (-f $UNVERSIONED_ICU_LIB_PATH and (stat($UNVERSIONED_ICU_LIB_PATH)-&gt;mtime &gt; stat($ICUVERSION_H_PATH)-&gt;mtime))) {
-    unless (-d $PRIVATE_INCLUDE) {
-        make_path($PRIVATE_INCLUDE) or die &quot;Couldn't create $PRIVATE_INCLUDE: $!&quot;;
-    }
-
-    my $disableRenaming = (-f $UNVERSIONED_ICU_LIB_PATH) ? 1 : 0;
-    open(ICU_VERSION_FILE, '&gt;', $ICUVERSION_H_PATH) or die &quot;Unable to open $ICUVERSION_H_PATH: $!&quot;;
-    print ICU_VERSION_FILE &quot;#define U_DISABLE_RENAMING $disableRenaming\n&quot;;
-    close(ICU_VERSION_FILE);
-}
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojcopyfilescmd"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/copy-files.cmd (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/copy-files.cmd        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/copy-files.cmd        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-@echo off
-
-setlocal
-REM limit path to DOS-only for this file to avoid confusion between DOS rmdir and Cygwin's variant
-set PATH=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
-set PrivateHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private
-
-if &quot;%1&quot; EQU &quot;clean&quot; goto :clean
-if &quot;%1&quot; EQU &quot;rebuild&quot; call :clean
-
-echo Copying WTF headers...
-for %%d in (
-    wtf
-    wtf\cf
-    wtf\dtoa
-    wtf\glib
-    wtf\text
-    wtf\threads
-    wtf\unicode
-    wtf\unicode\icu
-    wtf\win
-) do (
-    mkdir &quot;%PrivateHeadersDirectory%\%%d&quot; &gt;NUL 2&gt;NUL
-    xcopy /y /d ..\%%d\*.h &quot;%PrivateHeadersDirectory%\%%d&quot; &gt;NUL 2&gt;NUL
-)
-
-echo Copying other files...
-for %%f in (
-    ..\JavaScriptCore\create_hash_table
-    wtf\text\AtomicString.cpp
-    wtf\text\AtomicStringImpl.cpp
-    wtf\text\StringBuilder.cpp
-    wtf\text\StringImpl.cpp
-    wtf\text\WTFString.cpp
-) do (
-    echo F | xcopy /y /d ..\%%f &quot;%PrivateHeadersDirectory%\%%f&quot; &gt;NUL 2&gt;NUL
-)
-
-goto :EOF
-
-:clean
-
-echo Deleting copied files...
-if exist &quot;%PrivateHeadersDirectory%&quot; rmdir /s /q &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-endlocal
</del></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojworkaroundvsdependencytrackingbugspy"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py (197577 => 197578)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py        2016-03-04 19:42:54 UTC (rev 197577)
+++ trunk/Source/WTF/WTF.vcxproj/work-around-vs-dependency-tracking-bugs.py        2016-03-04 19:48:51 UTC (rev 197578)
</span><span class="lines">@@ -1,66 +0,0 @@
</span><del>-#!/usr/bin/env python
-
-import glob
-import os
-import re
-import sys
-
-
-# It's fragile to rely on the location of this script to find the top-level
-# source directory.
-TOP_LEVEL_DIRECTORY = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
-WEBKIT_LIBRARIES = os.environ['WEBKIT_LIBRARIES'];
-
-def main():
-    react_to_vsprops_changes()
-    react_to_webkit1_interface_changes()
-
-
-def react_to_vsprops_changes():
-    vsprops_directory = os.path.join(WEBKIT_LIBRARIES, 'tools', 'vsprops')
-    newest_vsprops_time = mtime_of_newest_file_matching_glob(os.path.join(vsprops_directory, '*.props'))
-
-    obj_directory = os.path.join(os.environ['CONFIGURATIONBUILDDIR'], 'obj32')
-
-    # Visual Studio isn't smart enough to figure out it needs to rebuild these file types when
-    # .vsprops files change (even if we touch wtf/Platform.h below), so we delete them to force them
-    # to be rebuilt.
-    for extension in ('dep', 'manifest', 'pch', 'res'):
-        for filepath in glob.iglob(os.path.join(obj_directory, '*', '*.%s' % extension)):
-            delete_if_older_than(filepath, newest_vsprops_time)
-
-    # Touch wtf/Platform.h so all files will be recompiled. This is necessary
-    # to pick up changes to preprocessor macros (e.g., ENABLE_*).
-    wtf_platform_h = os.path.join(TOP_LEVEL_DIRECTORY, 'Source', 'WTF', 'wtf', 'Platform.h')
-    touch_if_older_than(wtf_platform_h, newest_vsprops_time)
-
-
-def react_to_webkit1_interface_changes():
-    interfaces_directory = os.path.join(TOP_LEVEL_DIRECTORY, 'Source', 'WebKit', 'win', 'Interfaces')
-    newest_idl_time = mtime_of_newest_file_matching_glob(os.path.join(interfaces_directory, '*.idl'))
-    # WebKit.idl includes all the other IDL files, so needs to be rebuilt if any IDL file changes.
-    # But Visual Studio isn't smart enough to figure this out, so we touch WebKit.idl to ensure that
-    # it gets rebuilt.
-    touch_if_older_than(os.path.join(interfaces_directory, 'WebKit.idl'), newest_idl_time)
-
-
-def mtime_of_newest_file_matching_glob(glob_pattern):
-    files = glob.glob(glob_pattern)
-    assert len(files), &quot;Couldn't find any files matching glob %s&quot; % glob_pattern
-    return max(map(os.path.getmtime, files))
-
-
-def delete_if_older_than(path, reference_time):
-    if os.path.getmtime(path) &lt; reference_time:
-        print 'Deleting %s' % path
-        os.remove(path)
-
-
-def touch_if_older_than(path, reference_time):
-    if os.path.getmtime(path) &lt; reference_time:
-        print 'Touching %s' % path
-        os.utime(path, None)
-
-
-if __name__ == '__main__':
-    sys.exit(main())
</del></span></pre>
</div>
</div>

</body>
</html>