blob: 9cb014c0d7f7fe37528c55106550658aabb86e91 [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")]
Jan Tattermusch538ef542015-07-29 20:35:07 -070013[assembly: AssemblyCopyright("Copyright © 2015")]
csharptest71f662c2011-05-20 15:15:34 -050014[assembly: AssemblyTrademark("")]
15[assembly: AssemblyCulture("")]
16
Jan Tattermuschd331d2f2015-08-02 01:05:00 -070017[assembly: AssemblyVersion("3.0.0.0")]
18[assembly: AssemblyFileVersion("3.0.0.0")]