Sorry that the README is not complete
This commit is contained in:
parent
9140c75f47
commit
b667f1ddd2
|
@ -3,10 +3,10 @@ using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System;
|
using System;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
/*
|
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
using System.Xml.Linq;
|
using System.Xml.Linq;
|
||||||
*/
|
|
||||||
|
|
||||||
public class TimelapsePack
|
public class TimelapsePack
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@ public class TimelapsePack
|
||||||
|
|
||||||
string? outType="";
|
string? outType="";
|
||||||
bool containsRef=false;
|
bool containsRef=false;
|
||||||
/*
|
|
||||||
XmlReader reader = XmlReader.Create(fname);
|
XmlReader reader = XmlReader.Create(fname);
|
||||||
XElement el = XElement.Load(reader);
|
XElement el = XElement.Load(reader);
|
||||||
reader.Close();
|
reader.Close();
|
||||||
|
@ -77,7 +77,7 @@ public class TimelapsePack
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
if(!string.IsNullOrWhiteSpace(outType) && outType == "Library" && containsRef)
|
if(!string.IsNullOrWhiteSpace(outType) && outType == "Library" && containsRef)
|
||||||
{
|
{
|
||||||
//build the library
|
//build the library
|
||||||
|
|
Loading…
Reference in New Issue