4 lines
122 B
C#
4 lines
122 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("InkBlot.Tests")]
|
|
[assembly: CLSCompliant(false)] |