<!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>[197586] trunk/Tools</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/197586">197586</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2016-03-04 13:36:03 -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.

* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj.filters: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeApple.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeCommon.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeDebug.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeDebugWinCairo.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherCommon.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherDebug.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherProduction.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherRelease.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePostBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePreBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeProduction.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeRelease.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeReleaseWinCairo.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffCommon.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffCommonWinCairo.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffDebug.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffDebugWinCairo.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherCommon.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherDebug.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherProduction.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherRelease.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffPostBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffPreBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffProduction.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffRelease.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffReleaseWinCairo.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.sln: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommon.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebugWinCairo.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIPostBuild.cmd: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIPreBuild.cmd: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIProduction.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIRelease.props: Removed.
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIReleaseWinCairo.props: Removed.
* win/AssembleBuildLogs: Removed.
* win/AssembleBuildLogs/AssembleBuildLogs.vcxproj: Removed.
* win/AssembleBuildLogs/AssembleBuildLogs.vcxproj.filters: Removed.
* win/AssembleBuildLogs/AssembleLogs.cmd: Removed.
* win/AssembleBuildLogs/README: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/</li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojDumpRenderTreesln">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln</a></li>
<li>trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/</li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginvcxproj">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginvcxprojfilters">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginCommonprops">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginDebugprops">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginPostBuildcmd">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginPreBuildcmd">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginProductionprops">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginReleaseprops">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowservcxproj">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowservcxprojfilters">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCFprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCFLiteprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCommonprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserDebugprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibvcxproj">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibvcxprojfilters">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibCommonprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibDebugprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibPostBuildcmd">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibPreBuildcmd">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibProductionprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibReleaseprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserPostBuildcmd">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserPreBuildcmd">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserProductionprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserReleaseprops">trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props</a></li>
<li>trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/</li>
<li>trunk/Tools/win/AssembleBuildLogs/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/ChangeLog        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,3 +1,89 @@
</span><ins>+2016-03-04  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
+        Remove vcxproj build system
+        https://bugs.webkit.org/show_bug.cgi?id=154388
+
+        Rubber-stamped by Brent Fulgham.
+
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj.filters: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeApple.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeCommon.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeDebug.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeDebugWinCairo.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherCommon.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherDebug.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherProduction.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherRelease.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePostBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePreBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeProduction.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeRelease.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeReleaseWinCairo.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffCommon.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffCommonWinCairo.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffDebug.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffDebugWinCairo.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherCommon.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherDebug.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherProduction.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherRelease.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffPostBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffPreBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffProduction.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffRelease.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffReleaseWinCairo.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.sln: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommon.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebugWinCairo.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIPostBuild.cmd: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIPreBuild.cmd: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIProduction.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIRelease.props: Removed.
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIReleaseWinCairo.props: Removed.
+        * win/AssembleBuildLogs: Removed.
+        * win/AssembleBuildLogs/AssembleBuildLogs.vcxproj: Removed.
+        * win/AssembleBuildLogs/AssembleBuildLogs.vcxproj.filters: Removed.
+        * win/AssembleBuildLogs/AssembleLogs.cmd: Removed.
+        * win/AssembleBuildLogs/README: Removed.
+
</ins><span class="cx"> 2016-03-04  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Whitespace causes font-variant: all-small-caps to synthesize
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojDumpRenderTreesln"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,56 +0,0 @@
</span><del>-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;TestNetscapePlugin&quot;, &quot;TestNetscapePlugin\TestNetscapePlugin.vcxproj&quot;, &quot;{C0737398-3565-439E-A2B8-AB2BE4D5430C}&quot;
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiffLauncher&quot;, &quot;ImageDiff\ImageDiffLauncher.vcxproj&quot;, &quot;{DD7949B6-F2B4-47C2-9C42-E21E84CB1017}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {59CC0547-70AC-499C-9B19-EC01C6F61137} = {59CC0547-70AC-499C-9B19-EC01C6F61137}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiff&quot;, &quot;ImageDiff\ImageDiff.vcxproj&quot;, &quot;{59CC0547-70AC-499C-9B19-EC01C6F61137}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C} = {C0737398-3565-439E-A2B8-AB2BE4D5430C}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;DumpRenderTree&quot;, &quot;DumpRenderTree\DumpRenderTree.vcxproj&quot;, &quot;{6567DFD4-D6DE-4CD5-825D-17E353D160E1}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017} = {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;DumpRenderTreeLauncher&quot;, &quot;DumpRenderTree\DumpRenderTreeLauncher.vcxproj&quot;, &quot;{2974EA02-840B-4995-8719-8920A61006F1}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1} = {6567DFD4-D6DE-4CD5-825D-17E353D160E1}
-        EndProjectSection
-EndProject
-Global
-        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-                Debug|Win32 = Debug|Win32
-                Release|Win32 = Release|Win32
-        EndGlobalSection
-        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.ActiveCfg = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.Build.0 = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.ActiveCfg = Release|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.Build.0 = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.ActiveCfg = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.Build.0 = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.ActiveCfg = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.Build.0 = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.ActiveCfg = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.Build.0 = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.ActiveCfg = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.Build.0 = Release|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug|Win32.ActiveCfg = Debug|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug|Win32.Build.0 = Debug|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release|Win32.ActiveCfg = Release|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release|Win32.Build.0 = Release|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug|Win32.ActiveCfg = Debug|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug|Win32.Build.0 = Debug|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release|Win32.ActiveCfg = Release|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release|Win32.Build.0 = Release|Win32
-        EndGlobalSection
-        GlobalSection(SolutionProperties) = preSolution
-                HideSolutionNode = FALSE
-        EndGlobalSection
-EndGlobal
</del></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginvcxproj"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,239 +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;..\..\TestNetscapePlugIn\main.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\PluginObject.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\PluginTest.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\TestObject.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\DocumentOpenInDestroyStream.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\EvaluateJSAfterRemovingPluginElement.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\FormValue.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLNotifyWithURLThatFailsToLoad.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURL.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURLDestroyingPlugin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetUserAgentWithNullNPPFromNPPNew.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\LogNPPSetWindow.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPDeallocateCalledBeforeNPShutdown.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPPNewFails.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPPSetWindowCalledDuringDestruction.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeCallsWithNullNPP.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeObjectFromDestroyedPlugin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeRemoveProperty.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NullNPPGetValuePointer.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PassDifferentNPPStruct.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PluginScriptableNPObjectInvokeDefault.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PluginScriptableObjectOverridesAllProperties.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PrivateBrowsing.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\ToStringAndValueOfObject.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\URLRedirect.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\CallJSThatDestroysPlugin.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\DrawsGradient.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\DumpWindowRect.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\GetValueNetscapeWindow.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\NPNInvalidateRectInvalidatesWindow.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowGeometryInitializedBeforeSetWindow.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowlessPaintRectCoordinates.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowRegionIsSetToClipRect.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\win\WindowedPluginTest.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\win\WindowGeometryTest.cpp&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\PluginObject.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\PluginTest.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\TestObject.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\win\WindowedPluginTest.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\win\WindowGeometryTest.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;resource.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;TestNetscapePlugin.def&quot; /&gt;
-    &lt;None Include=&quot;TestNetscapePluginPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;TestNetscapePluginPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;TestNetscapePlugin.rc&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;PropertyGroup Label=&quot;Globals&quot;&gt;
-    &lt;ProjectGuid&gt;{C0737398-3565-439E-A2B8-AB2BE4D5430C}&lt;/ProjectGuid&gt;
-    &lt;RootNamespace&gt;TestNetscapePlugin&lt;/RootNamespace&gt;
-    &lt;Keyword&gt;Win32Proj&lt;/Keyword&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)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&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;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;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;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;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;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&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;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;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;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;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;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)'=='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;TestNetscapePluginRelease.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;TestNetscapePluginRelease.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;TestNetscapePluginRelease.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;TestNetscapePluginRelease.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;TestNetscapePluginProduction.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;TestNetscapePluginProduction.props&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;TestNetscapePluginDebug.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;TestNetscapePluginDebug.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;TestNetscapePluginDebug.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;TestNetscapePluginDebug.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;TestNetscapePluginDebug.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;TestNetscapePluginDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup&gt;
-    &lt;_ProjectFileVersion&gt;10.0.40219.1&lt;/_ProjectFileVersion&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
-    &lt;Link /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&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="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginvcxprojfilters"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,142 +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;ClCompile Include=&quot;..\..\TestNetscapePlugIn\main.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\PluginObject.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\PluginTest.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\TestObject.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\win\WindowedPluginTest.cpp&quot;&gt;
-      &lt;Filter&gt;win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\win\WindowGeometryTest.cpp&quot;&gt;
-      &lt;Filter&gt;win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\DocumentOpenInDestroyStream.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\EvaluateJSAfterRemovingPluginElement.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\FormValue.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLNotifyWithURLThatFailsToLoad.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURL.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURLDestroyingPlugin.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\GetUserAgentWithNullNPPFromNPPNew.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\LogNPPSetWindow.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPDeallocateCalledBeforeNPShutdown.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPPNewFails.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPPSetWindowCalledDuringDestruction.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeCallsWithNullNPP.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeObjectFromDestroyedPlugin.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NPRuntimeRemoveProperty.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\NullNPPGetValuePointer.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PassDifferentNPPStruct.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PluginScriptableNPObjectInvokeDefault.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PluginScriptableObjectOverridesAllProperties.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\PrivateBrowsing.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\ToStringAndValueOfObject.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\URLRedirect.cpp&quot;&gt;
-      &lt;Filter&gt;Tests&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\CallJSThatDestroysPlugin.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\DrawsGradient.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\DumpWindowRect.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\GetValueNetscapeWindow.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\NPNInvalidateRectInvalidatesWindow.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowGeometryInitializedBeforeSetWindow.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowlessPaintRectCoordinates.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\TestNetscapePlugIn\Tests\win\WindowRegionIsSetToClipRect.cpp&quot;&gt;
-      &lt;Filter&gt;Tests\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\PluginObject.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\PluginTest.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\TestObject.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\win\WindowedPluginTest.h&quot;&gt;
-      &lt;Filter&gt;win&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\..\TestNetscapePlugIn\win\WindowGeometryTest.h&quot;&gt;
-      &lt;Filter&gt;win&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;resource.h&quot;&gt;
-      &lt;Filter&gt;Resources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;Filter Include=&quot;win&quot;&gt;
-      &lt;UniqueIdentifier&gt;{aa1f1b22-247a-4070-93ee-9c1bb139a200}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Resources&quot;&gt;
-      &lt;UniqueIdentifier&gt;{a13508d3-bda2-4026-bd33-320d54d4ae5a}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Tests&quot;&gt;
-      &lt;UniqueIdentifier&gt;{33b0adeb-c8af-4e7a-b827-3ea7ed8a095b}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Tests\win&quot;&gt;
-      &lt;UniqueIdentifier&gt;{62e11b7d-49c8-463f-8897-fcc43d8f314c}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;TestNetscapePlugin.def&quot;&gt;
-      &lt;Filter&gt;Resources&lt;/Filter&gt;
-    &lt;/None&gt;
-    &lt;None Include=&quot;TestNetscapePluginPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;TestNetscapePluginPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;TestNetscapePlugin.rc&quot;&gt;
-      &lt;Filter&gt;Resources&lt;/Filter&gt;
-    &lt;/ResourceCompile&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginCommonprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginCommon.props        2016-03-04 21:36:03 UTC (rev 197586)
</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 DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;PropertyGroup&gt;
-    &lt;TargetName&gt;np$(ProjectName)$(DebugSuffix)&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;ClCompile&gt;
-      &lt;AdditionalIncludeDirectories&gt;$(ProjectDir);$(ProjectDir)..\..\TestNetscapePlugIn;$(ProjectDir)..\..\TestNetscapePlugIn\win;$(ConfigurationBuildDir)\Include;$(ConfigurationBuildDir)\Include\private;$(ConfigurationBuildDir)\Include\JavaScriptCore;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders;$(WebKit_Libraries)\include;$(WebKit_Libraries)\include\private;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;Msimg32.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-      &lt;ModuleDefinitionFile&gt;TestNetscapePlugin.def&lt;/ModuleDefinitionFile&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="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginDebugprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginDebug.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;TestNetscapePluginCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginPostBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPostBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginPreBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginPreBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
-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;
</del></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginProductionprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginProduction.props        2016-03-04 21:36:03 UTC (rev 197586)
</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\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\production.props&quot; /&gt;
-    &lt;Import Project=&quot;TestNetscapePluginCommon.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="trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginReleaseprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePluginRelease.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;TestNetscapePluginCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowservcxproj"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,200 +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;PropertyGroup Label=&quot;Globals&quot;&gt;
-    &lt;ProjectGuid&gt;{767B10FB-76C1-44D0-8005-85ED7F9AA5E4}&lt;/ProjectGuid&gt;
-    &lt;RootNamespace&gt;MiniBrowserLauncher&lt;/RootNamespace&gt;
-    &lt;Keyword&gt;Win32Proj&lt;/Keyword&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)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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;Application&lt;/ConfigurationType&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)'=='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;MiniBrowserRelease.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;MiniBrowserRelease.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;MiniBrowserRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\win\DLLLauncher\DLLLauncherWinCairo.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;MiniBrowserRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\win\DLLLauncher\DLLLauncherWinCairo.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;MiniBrowserProduction.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;MiniBrowserProduction.props&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;MiniBrowserDebug.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;MiniBrowserDebug.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;MiniBrowserDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\win\DLLLauncher\DLLLauncherWinCairo.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;MiniBrowserDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\win\DLLLauncher\DLLLauncherWinCairo.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;MiniBrowserDebug.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;MiniBrowserDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup&gt;
-    &lt;_ProjectFileVersion&gt;10.0.40219.1&lt;/_ProjectFileVersion&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;MiniBrowserResource.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\..\win\DLLLauncher\DLLLauncherMain.cpp&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;MiniBrowser.rc&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;MiniBrowser.ico&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowservcxprojfilters"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.vcxproj.filters        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,33 +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;Source Files&quot;&gt;
-      &lt;UniqueIdentifier&gt;{4FC737F1-C7A5-4376-A066-2A32D752A2FF}&lt;/UniqueIdentifier&gt;
-      &lt;Extensions&gt;cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx&lt;/Extensions&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Resource Files&quot;&gt;
-      &lt;UniqueIdentifier&gt;{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}&lt;/UniqueIdentifier&gt;
-      &lt;Extensions&gt;rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav&lt;/Extensions&gt;
-    &lt;/Filter&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;MiniBrowserResource.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\..\win\DLLLauncher\DLLLauncherMain.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;MiniBrowser.rc&quot;&gt;
-      &lt;Filter&gt;Resource Files&lt;/Filter&gt;
-    &lt;/ResourceCompile&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;MiniBrowser.ico&quot;&gt;
-      &lt;Filter&gt;Resource Files&lt;/Filter&gt;
-    &lt;/None&gt;
-    &lt;None Include=&quot;MiniBrowserPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCFprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCF.props        2016-03-04 21:36:03 UTC (rev 197586)
</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;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;CoreFoundation$(DebugSuffix).lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-    &lt;/Link&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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCFLiteprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCFLite.props        2016-03-04 21:36:03 UTC (rev 197586)
</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\FeatureDefinesCairo.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\WinCairo.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&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;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserCommonprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserCommon.props        2016-03-04 21:36:03 UTC (rev 197586)
</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;ItemDefinitionGroup&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;shlwapi.lib;%(AdditionalDependencies)&lt;/AdditionalDependencies&gt;
-      &lt;OutputFile&gt;$(OutDir)MiniBrowser$(DebugSuffix).exe&lt;/OutputFile&gt;
-      &lt;ProgramDatabaseFile&gt;$(TargetDir)$(TargetName).pdb&lt;/ProgramDatabaseFile&gt;
-    &lt;/Link&gt;
-    &lt;ClCompile /&gt;
-    &lt;ClCompile /&gt;
-  &lt;/ItemDefinitionGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserDebugprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserDebug.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;MiniBrowserCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibvcxproj"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,299 +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;PropertyGroup Label=&quot;Globals&quot;&gt;
-    &lt;ProjectGuid&gt;{114FCA11-216B-4C8C-957E-30A75AE80443}&lt;/ProjectGuid&gt;
-    &lt;RootNamespace&gt;MiniBrowser&lt;/RootNamespace&gt;
-    &lt;Keyword&gt;Win32Proj&lt;/Keyword&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)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&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;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;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;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;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;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
-    &lt;PlatformToolset&gt;v140&lt;/PlatformToolset&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot; Label=&quot;Configuration&quot;&gt;
-    &lt;ConfigurationType&gt;DynamicLibrary&lt;/ConfigurationType&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;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;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;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;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;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)'=='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;MiniBrowserLibRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer32.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.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;MiniBrowserLibRelease.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer64.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.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;MiniBrowserLibProduction.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibProduction.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.props&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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer32.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCFLite.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer64.props&quot; /&gt;
-    &lt;Import Project=&quot;..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.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;MiniBrowserLibDebug.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCF.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debugsuffix.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup&gt;
-    &lt;_ProjectFileVersion&gt;10.0.40219.1&lt;/_ProjectFileVersion&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
-    &lt;TargetName&gt;MiniBrowserLib&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;small.ico&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowser.ico&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserLibPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserLibPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\win\AccessibilityDelegate.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\Common.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|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;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)'=='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)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\DOMDefaultImpl.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\PageLoadTestClient.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\PrintWebUIDelegate.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\ResourceLoadDelegate.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\stdafx.cpp&quot;&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeader Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;Create&lt;/PrecompiledHeader&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\WebDownloadDelegate.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\MiniBrowser.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\MiniBrowserWebHost.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\win\WinMain.cpp&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\win\AccessibilityDelegate.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\DOMDefaultImpl.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\PageLoadTestClient.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\PrintWebUIDelegate.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\ResourceLoadDelegate.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\stdafx.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\WebDownloadDelegate.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowser.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowserReplace.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowserWebHost.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;MiniBrowserLibResource.h&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;MiniBrowserLib.rc&quot; /&gt;
-  &lt;/ItemGroup&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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibvcxprojfilters"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.vcxproj.filters        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,102 +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;Source Files&quot;&gt;
-      &lt;UniqueIdentifier&gt;{4FC737F1-C7A5-4376-A066-2A32D752A2FF}&lt;/UniqueIdentifier&gt;
-      &lt;Extensions&gt;cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx&lt;/Extensions&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Header Files&quot;&gt;
-      &lt;UniqueIdentifier&gt;{93995380-89BD-4b04-88EB-625FBE52EBFB}&lt;/UniqueIdentifier&gt;
-      &lt;Extensions&gt;h;hpp;hxx;hm;inl;inc;xsd&lt;/Extensions&gt;
-    &lt;/Filter&gt;
-    &lt;Filter Include=&quot;Resource Files&quot;&gt;
-      &lt;UniqueIdentifier&gt;{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}&lt;/UniqueIdentifier&gt;
-      &lt;Extensions&gt;rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav&lt;/Extensions&gt;
-    &lt;/Filter&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;None Include=&quot;small.ico&quot;&gt;
-      &lt;Filter&gt;Resource Files&lt;/Filter&gt;
-    &lt;/None&gt;
-    &lt;None Include=&quot;MiniBrowser.ico&quot;&gt;
-      &lt;Filter&gt;Resource Files&lt;/Filter&gt;
-    &lt;/None&gt;
-    &lt;None Include=&quot;MiniBrowserLibPostBuild.cmd&quot; /&gt;
-    &lt;None Include=&quot;MiniBrowserLibPreBuild.cmd&quot; /&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClCompile Include=&quot;..\win\PrintWebUIDelegate.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\stdafx.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\MiniBrowser.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\AccessibilityDelegate.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\MiniBrowserWebHost.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\DOMDefaultImpl.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\WinMain.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\Common.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\ResourceLoadDelegate.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\PageLoadTestClient.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\win\WebDownloadDelegate.cpp&quot;&gt;
-      &lt;Filter&gt;Source Files&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ClInclude Include=&quot;..\win\DOMDefaultImpl.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\PrintWebUIDelegate.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\stdafx.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowser.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;MiniBrowserLibResource.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\AccessibilityDelegate.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowserReplace.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\MiniBrowserWebHost.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\ResourceLoadDelegate.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\PageLoadTestClient.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\win\WebDownloadDelegate.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-  &lt;/ItemGroup&gt;
-  &lt;ItemGroup&gt;
-    &lt;ResourceCompile Include=&quot;MiniBrowserLib.rc&quot;&gt;
-      &lt;Filter&gt;Resource Files&lt;/Filter&gt;
-    &lt;/ResourceCompile&gt;
-  &lt;/ItemGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibCommonprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibCommon.props        2016-03-04 21:36:03 UTC (rev 197586)
</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 DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;PropertyGroup&gt;
-    &lt;TargetName&gt;MiniBrowser&lt;/TargetName&gt;
-  &lt;/PropertyGroup&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;ClCompile&gt;
-      &lt;AdditionalIncludeDirectories&gt;$(ProjectDir);$(ProjectDir)\..;$(ConfigurationBuildDir)\include\WebKit;$(ConfigurationBuildDir)\Include\private;$(ConfigurationBuildDir)\Include;$(ConfigurationBuildDir)\Include\WebCore;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders;$(ConfigurationBuildDir)\Include\JavaScriptCore;$(ConfigurationBuildDir)\obj\WebKit\DerivedSources;$(WebKit_Libraries)\Include;$(WebKit_Libraries)\Include\private;$(WebKit_Libraries)\Include\WebCore;$(WebKit_Libraries)\Include\WebCore\ForwardingHeaders;$(WebKit_Libraries)\Include\JavaScriptCore;$(IntDir)Include;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PrecompiledHeader&gt;Use&lt;/PrecompiledHeader&gt;
-      &lt;PrecompiledHeaderFile&gt;StdAfx.h&lt;/PrecompiledHeaderFile&gt;
-    &lt;/ClCompile&gt;
-    &lt;Link&gt;
-      &lt;AdditionalDependencies&gt;Wininet.lib;DbgHelp.lib;comdlg32.lib;comsuppw.lib;gdi32.lib;comctl32.lib;shlwapi.lib;user32.lib;ole32.lib;oleaut32.lib;WebKitGUID$(DebugSuffix).lib;WebKit$(DebugSuffix).lib;WTF$(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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibDebugprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibDebug.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;MiniBrowserLibCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibPostBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPostBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibPreBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibPreBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
-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;
</del></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibProductionprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibProduction.props        2016-03-04 21:36:03 UTC (rev 197586)
</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\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\production.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserLibCommon.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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibReleaseprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibRelease.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;MiniBrowserLibCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserPostBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPostBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserPreBuildcmd"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserPreBuild.cmd        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
-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;
</del></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserProductionprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserProduction.props        2016-03-04 21:36:03 UTC (rev 197586)
</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\common.props&quot; /&gt;
-    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\production.props&quot; /&gt;
-    &lt;Import Project=&quot;MiniBrowserCommon.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="trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserReleaseprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props (197585 => 197586)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props        2016-03-04 21:27:44 UTC (rev 197585)
+++ trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserRelease.props        2016-03-04 21:36:03 UTC (rev 197586)
</span><span class="lines">@@ -1,8 +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;ImportGroup Label=&quot;PropertySheets&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;MiniBrowserCommon.props&quot; /&gt;
-  &lt;/ImportGroup&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>