10 lines
411 B
C#
10 lines
411 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
//
|
|
// 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("Spring.Testing.Microsoft Tests")]
|
|
[assembly: AssemblyDescription("Unit tests for Spring.Testing.Microsoft assembly")] |