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