Eliminate an unnecessary save to the clipboard

Name Working Draft DocVersion "Working Draft"
Add XML files to comparison
This commit is contained in:
Rich
2012-06-13 15:14:28 +00:00
parent dc7ed2ea5c
commit 0046c61c34
3 changed files with 18 additions and 12 deletions

View File

@@ -131,6 +131,10 @@ namespace Sync
foreach (XmlAttribute xa in xl)
if (xa.Value.ToUpper().EndsWith("DLL"))
retval.Add(xa.Value);
xl = doc.DocumentElement.SelectNodes(@"//ns:Content/@Include", nsmgr);
foreach (XmlAttribute xa in xl)
if (xa.Value.ToUpper().EndsWith("XML"))
retval.Add(xa.Value);
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include", nsmgr);
foreach (XmlAttribute xa in xl)
if (!xa.Value.ToUpper().EndsWith("LICX"))