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;
 | 
			
		||||
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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue