annotate SSRS/SSRS.Services.DTO/Properties/AssemblyInfo.cs @ 121:8f94475d3146 tip

final code
author stevenh7776
date Thu, 31 May 2012 15:35:26 +0100
parents b9d5f934cb21
children
rev   line source
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1 using System.Resources;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2 using System.Reflection;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3 using System.Runtime.CompilerServices;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
4 using System.Runtime.InteropServices;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
5
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
6 // General Information about an assembly is controlled through the following
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
7 // set of attributes. Change these attribute values to modify the information
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
8 // associated with an assembly.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
9 [assembly: AssemblyTitle("SSRS.Services.DTO")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
10 [assembly: AssemblyDescription("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
11 [assembly: AssemblyConfiguration("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12 [assembly: AssemblyCompany("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
13 [assembly: AssemblyProduct("SSRS.Services.DTO")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
14 [assembly: AssemblyCopyright("Copyright © 2012")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
15 [assembly: AssemblyTrademark("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
16 [assembly: AssemblyCulture("")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
17 [assembly: NeutralResourcesLanguage("en")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
18
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
19 // Version information for an assembly consists of the following four values:
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
20 //
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
21 // Major Version
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
22 // Minor Version
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
23 // Build Number
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
24 // Revision
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
25 //
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
26 // You can specify all the values or you can default the Build and Revision Numbers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
27 // by using the '*' as shown below:
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
28 // [assembly: AssemblyVersion("1.0.*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
29 [assembly: AssemblyVersion("1.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
30 [assembly: AssemblyFileVersion("1.0.0.0")]