6 lines
210 B
C#
6 lines
210 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: AssemblyTitle("PascalABC.NET")]
|
|
[assembly: AssemblyDescription("PascalABC.NET Compiler GUI")]
|
|
[assembly: AssemblyConfiguration("")] |