Files
NetUnicodeInfo/AssemblyInfo.Common.cs
T

20 lines
550 B
C#

using System.Resources;
using System.Reflection;
using System.Runtime.InteropServices;
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("Fabien Barbier")]
[assembly: AssemblyProduct(".NET Unicode Information")]
[assembly: AssemblyCopyright("Copyright © Fabien Barbier 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]