10 lines
404 B
C#
10 lines
404 B
C#
using System.Reflection;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("CoreDeleteTool")]
|
|
[assembly: AssemblyDescription("Tool to view and delete message cores and depending data elements")]
|
|
[assembly: AssemblyCulture("")]
|
|
|