C2018-034: Add XSL file support to the Sync program

This commit is contained in:
Kathy Ruffing 2018-10-10 14:41:03 +00:00
parent 1c5993b87f
commit d05b0657f4

View File

@ -137,6 +137,8 @@ namespace Sync
retval.Add(xa.Value);
if (xa.Value.ToUpper().EndsWith("BAS"))
retval.Add(xa.Value);
if (xa.Value.ToUpper().EndsWith("XSL"))
retval.Add(xa.Value);
}
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include", nsmgr);
foreach (XmlAttribute xa in xl)