Files
PdfPig/src/UglyToad.PdfPig.Tokenization/AssemblyInfo.cs
Eliot Jones bbde38f656 move tokenizers to their own project
since both pdfs and Adobe Type1 fonts use postscript type objects, tokenization is needed by the main project and the fonts project
2020-01-05 10:40:44 +00:00

3 lines
98 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("UglyToad.PdfPig.Tests")]