Files
MPF/MPF.Core/AssemblyInfo.cs
2021-09-29 11:48:37 -07:00

4 lines
148 B
C#

using System.Runtime.CompilerServices;
// Anything marked as internal can be used by the test methods
[assembly: InternalsVisibleTo("MPF.Test")]