2019-07-28 23:53:15 +03:00
|
|
|
|
// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt)
|
2015-06-01 22:15:17 +03:00
|
|
|
|
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
|
|
|
|
|
using System.Reflection;
|
2015-05-14 22:35:07 +03:00
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("PascalABCCompiler.CompilerTools")]
|
|
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2015-06-01 22:15:17 +03:00
|
|
|
|
[assembly: AssemblyCompany("")]
|
2015-05-14 22:35:07 +03:00
|
|
|
|
[assembly: AssemblyProduct("Localization")]
|
2021-01-05 04:50:21 +03:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2005-2021 by Ivan Bondarev, Stanislav Mikhalkovich")]
|
2015-05-14 22:35:07 +03:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|