1
#region Using directives
3 using System
.Reflection
;
4 using System
.Runtime
.CompilerServices
;
8 // General Information about an assembly is controlled through the following
9 // set of attributes. Change these attribute values to modify the information
10 // associated with an assembly.
11 [assembly
: AssemblyTitle("service")]
12 [assembly
: AssemblyDescription("")]
13 [assembly
: AssemblyConfiguration("")]
14 [assembly
: AssemblyCompany("Microsoft")]
15 [assembly
: AssemblyProduct("service")]
16 [assembly
: AssemblyCopyright("Copyright @ Microsoft 2004")]
17 [assembly
: AssemblyTrademark("")]
18 [assembly
: AssemblyCulture("")]
20 // Version information for an assembly consists of the following four values:
27 // You can specify all the values or you can default the Revision and Build Numbers
28 // by using the '*' as shown below:
29 [assembly
: AssemblyVersion("1.0.*")]
30 [assembly
: CLSCompliant(true)]