SubtitleEdit/libse/Properties/AssemblyInfo.cs.template
2017-10-02 18:27:38 +02:00

17 lines
636 B
Plaintext

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("libse")]
[assembly: AssemblyDescription("[GITHASH]")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Nikse")]
[assembly: AssemblyProduct("libse")]
[assembly: AssemblyCopyright("Copyright 2001-2017, Nikse")]
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("eab3b9db-0f82-4843-982b-05a4c51888a2")]
[assembly: AssemblyVersion("3.5.4.[REVNO]")]
[assembly: InternalsVisibleTo("Test")]