This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
TrueTypeSharp/TrueTypeSharp.Demo/Properties/AssemblyInfo.cs

9 lines
359 B
C#
Raw Normal View History

using System.Reflection;
[assembly: AssemblyTitle("TrueTypeSharp.Demo")]
[assembly: AssemblyDescription("TrueTypeSharp demo application")]
[assembly: AssemblyProduct("TrueTypeSharp")]
[assembly: AssemblyCopyright("TrueTypeSharp: Copyright © 2010 Illusory Studios LLC. stb_truetype: Public domain, Sean Barrett.")]
[assembly: AssemblyVersion("1.0.0.0")]