From b667f1ddd25cc1809aea425d22a0eea43a9c340c Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Thu, 19 May 2022 21:08:13 -0500 Subject: [PATCH] Sorry that the README is not complete --- Timelapse.Pack/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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