Look for new embedded resources except licx files
Exclude TempDB from Database list on startup
This commit is contained in:
@@ -127,6 +127,10 @@ namespace Sync
|
||||
foreach (XmlAttribute xa in xl)
|
||||
if(xa.Value.ToUpper().EndsWith("SQL"))
|
||||
retval.Add(xa.Value);
|
||||
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include",nsmgr);
|
||||
foreach (XmlAttribute xa in xl)
|
||||
if (!xa.Value.ToUpper().EndsWith("LICX"))
|
||||
retval.Add(xa.Value);
|
||||
return retval;
|
||||
}
|
||||
private void AddToResults(FileInfo fiSS,FileInfo fiDev)
|
||||
|
Reference in New Issue
Block a user