12 lines
464 B
C#
12 lines
464 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// 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("bsmd.hisnord")]
|
|
[assembly: AssemblyDescription("Classes to connect to DuD NSW Service (HIS-Nord)")]
|
|
[assembly: AssemblyCulture("")]
|
|
|