diff --git a/Timelapse.Pack/Program.cs b/Timelapse.Pack/Program.cs index f79ad1d..81756d8 100644 --- a/Timelapse.Pack/Program.cs +++ b/Timelapse.Pack/Program.cs @@ -3,10 +3,10 @@ using System.Diagnostics; using System.IO; using System; using System.IO.Compression; -/* + using System.Xml; using System.Xml.Linq; -*/ + public class TimelapsePack { @@ -22,7 +22,7 @@ public class TimelapsePack string? outType=""; bool containsRef=false; - /* + XmlReader reader = XmlReader.Create(fname); XElement el = XElement.Load(reader); reader.Close(); @@ -77,7 +77,7 @@ public class TimelapsePack } } - */ + if(!string.IsNullOrWhiteSpace(outType) && outType == "Library" && containsRef) { //build the library