13 lines
451 B
C#
13 lines
451 B
C#
// Copyright (c) 2017 schick Informatik
|
|
// Description:
|
|
|
|
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("bsmd.status")]
|
|
[assembly: AssemblyDescription("Abfrage des Meldeklassen-Status einer Anmeldung am NSW")]
|
|
[assembly: AssemblyCulture("")]
|
|
|