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