pascalabcnet/NETGenerator/Config/AssemblyInfo.cs
2015-06-01 21:15:17 +02:00

8 lines
399 B
C#

// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("PascalABCNET.NetGenerator")]
[assembly: AssemblyDescription(".NET code generator")]
[assembly: AssemblyConfiguration("")]