mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-18 21:32:05 +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:
@@ -27,7 +27,8 @@ namespace Test.Loader
|
||||
var firmwareSize = new Dictionary<int, string>();
|
||||
foreach(var file in list)
|
||||
{
|
||||
if (file.Contains("GlobalClone"))
|
||||
var lfile = file.ToLowerInvariant();
|
||||
if (lfile.Contains("globalclone") || lfile.Contains("atsc") || lfile.Contains("broken") || lfile.Contains("bad") || lfile.Contains("incomplete"))
|
||||
continue;
|
||||
//Debug.Print("Testing " + file);
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user