blob: 2b9c6a61c4abfe73ecc29280ab43eff9aab98017 [file] [log] [blame]
csharptest71f662c2011-05-20 15:15:34 -05001using System.Reflection;
2using System.Runtime.InteropServices;
3
4// General Information about an assembly is controlled through the following
5// set of attributes. Change these attribute values to modify the information
6// associated with an assembly.
7
8[assembly: AssemblyTitle("AddressBook")]
9[assembly: AssemblyDescription("")]
10[assembly: AssemblyConfiguration("")]
11[assembly: AssemblyCompany("")]
12[assembly: AssemblyProduct("AddressBook")]
13[assembly: AssemblyCopyright("Copyright © 2008")]
14[assembly: AssemblyTrademark("")]
15[assembly: AssemblyCulture("")]
16
csharptest71f662c2011-05-20 15:15:34 -050017// Version information for an assembly consists of the following four values:
18//
19// Major Version
20// Minor Version
21// Build Number
22// Revision
23//
24// You can specify all the values or you can default the Build and Revision Numbers
25// by using the '*' as shown below:
csharptest8c8a82a2013-05-07 16:48:49 -050026// [assembly: AssemblyVersion("2.4.1.521")]
csharptest71f662c2011-05-20 15:15:34 -050027
csharptest8c8a82a2013-05-07 16:48:49 -050028[assembly: AssemblyVersion("2.4.1.521")]
29[assembly: AssemblyFileVersion("2.4.1.521")]