1
#region Using directives
4
using System.Reflection;
5
using System.Runtime.CompilerServices;
6
using System.Runtime.InteropServices;
10
// General Information about an assembly is controlled through the following
11
// set of attributes. Change these attribute values to modify the information
12
// associated with an assembly.
13
[assembly: AssemblyTitle("NUnitExtension.RowTest")]
14
[assembly: AssemblyDescription("")]
15
[assembly: AssemblyConfiguration("")]
16
[assembly: AssemblyCompany("")]
17
[assembly: AssemblyProduct("NUnitExtension.RowTest")]
18
[assembly: AssemblyCopyright("Copyright (C) 2007-2008 Andreas Schlapsi.")]
19
[assembly: AssemblyTrademark("")]
20
[assembly: AssemblyCulture("")]
22
// This sets the default COM visibility of types in the assembly to invisible.
23
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
24
[assembly: ComVisible(false)]
26
// The assembly version has following format :
28
// Major.Minor.Build.Revision
30
// You can specify all the values or you can use the default the Revision and
31
// Build Numbers by using the '*' as shown below:
32
[assembly: AssemblyVersion("1.2.2.0")]
34
[assembly: CLSCompliant(true)]