Files
MPF/MPF.Library/AssemblyInfo.cs

4 lines
148 B
C#
Raw Normal View History

2020-09-11 21:31:46 -07:00
using System.Runtime.CompilerServices;
// Anything marked as internal can be used by the test methods
2020-11-10 17:43:21 -08:00
[assembly: InternalsVisibleTo("MPF.Test")]