Files
MPF/MPF.Modules/AssemblyInfo.cs
2021-09-29 14:56:15 -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")]