Files
FileFlowsPlugins/AudioNodes/GlobalUsings.cs
John Andrews 444d46bf62 unit tests
2024-08-26 18:16:07 +12:00

13 lines
400 B
C#

global using System;
global using System.Text;
global using System.Linq;
global using System.Text.RegularExpressions;
global using System.ComponentModel.DataAnnotations;
global using System.Collections.Generic;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using FileHelper = FileFlows.Plugin.Helpers.FileHelper;
#if(DEBUG)
global using PluginTestLibrary;
#endif