Files
MPF/MPF.Modules/AssemblyInfo.cs

4 lines
148 B
C#
Raw Normal View History

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