Code/Assembly.cs
global using System.Collections.Generic;
global using System.Linq;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo( "moviemaker.editor" )]
[assembly: InternalsVisibleTo( "moviemaker.unittest" )]