Add filter execution at the DAT level

This commit is contained in:
Matt Nadareski
2024-03-05 03:04:47 -05:00
parent 5e3e485d14
commit 07dad00845
15 changed files with 42 additions and 5 deletions

View File

@@ -5,7 +5,9 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
#if NET40_OR_GREATER || NETCOREAPP
using System.Threading.Tasks;
#endif
using System.Xml.Serialization;
using Newtonsoft.Json;
using SabreTools.Core;