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
2013-08-11 09:54:26 -04:00

9 lines
359 B
C#

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")]