Eliminate an unnecessary save to the clipboard
Name Working Draft DocVersion "Working Draft" Add XML files to comparison
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user