annotate SSRS/SSRS.Tests/Properties/AssemblyInfo.cs @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children
rev   line source
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1 using System.Reflection;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2 using System.Runtime.CompilerServices;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3 using System.Runtime.InteropServices;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
4
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
5 // General Information about an assembly is controlled through the following
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
6 // set of attributes. Change these attribute values to modify the information
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
7 // associated with an assembly.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
8 [assembly: AssemblyTitle("SSRS.Tests")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
9 [assembly: AssemblyDescription("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
10 [assembly: AssemblyConfiguration("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
11 [assembly: AssemblyCompany("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12 [assembly: AssemblyProduct("SSRS.Tests")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
13 [assembly: AssemblyCopyright("Copyright © 2012")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
14 [assembly: AssemblyTrademark("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
15 [assembly: AssemblyCulture("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
16
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
17 // Setting ComVisible to false makes the types in this assembly not visible
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
18 // to COM components. If you need to access a type in this assembly from
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
19 // COM, set the ComVisible attribute to true on that type.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
20 [assembly: ComVisible(false)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
21
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
22 // The following GUID is for the ID of the typelib if this project is exposed to COM
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
23 [assembly: Guid("94e6b98d-e7cd-4786-bb3c-601aaca3cc9b")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
24
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
25 // Version information for an assembly consists of the following four values:
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
26 //
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
27 // Major Version
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
28 // Minor Version
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
29 // Build Number
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
30 // Revision
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
31 //
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
32 // You can specify all the values or you can default the Build and Revision Numbers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
33 // by using the '*' as shown below:
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
34 // [assembly: AssemblyVersion("1.0.*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
35 [assembly: AssemblyVersion("1.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
36 [assembly: AssemblyFileVersion("1.0.0.0")]