2016-03-20 07:43:32 +01:00
|
|
|
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-2016, Nikse")]
|
|
|
|
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("eab3b9db-0f82-4843-982b-05a4c51888a2")]
|
2016-10-26 12:06:26 +02:00
|
|
|
[assembly: AssemblyVersion("3.5.0.[REVNO]")]
|
2016-03-20 07:43:32 +01:00
|
|
|
|
2016-01-25 16:37:49 +01:00
|
|
|
[assembly: InternalsVisibleTo("Test")]
|