mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-30 19:19:03 +01:00
- restructured source and added build configuration to build all non-UI projects without the need for a DevExpress license
This commit is contained in:
@@ -21,7 +21,9 @@ namespace ChanSort.Loader.LG
|
||||
if (content.Contains("<TLLDATA>"))
|
||||
return new GlobalClone.GcXmlSerializer(inputFile);
|
||||
|
||||
return new Binary.TllFileSerializer(inputFile);
|
||||
return new Binary.TllFileSerializer(inputFile) { IsTesting = this.IsTesting };
|
||||
}
|
||||
|
||||
internal bool IsTesting { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user