OLD | NEW |
1 using System.Reflection; | 1 using System.Reflection; |
2 using System.Runtime.InteropServices; | 2 using System.Runtime.InteropServices; |
3 | 3 |
4 // General Information about an assembly is controlled through the following | 4 // General Information about an assembly is controlled through the following |
5 // set of attributes. Change these attribute values to modify the information | 5 // set of attributes. Change these attribute values to modify the information |
6 // associated with an assembly. | 6 // associated with an assembly. |
7 | 7 |
8 [assembly: AssemblyTitle("AddressBook")] | 8 [assembly: AssemblyTitle("AddressBook")] |
9 [assembly: AssemblyDescription("")] | 9 [assembly: AssemblyDescription("")] |
10 [assembly: AssemblyConfiguration("")] | 10 [assembly: AssemblyConfiguration("")] |
11 [assembly: AssemblyCompany("")] | 11 [assembly: AssemblyCompany("")] |
12 [assembly: AssemblyProduct("AddressBook")] | 12 [assembly: AssemblyProduct("AddressBook")] |
13 [assembly: AssemblyCopyright("Copyright © 2015")] | 13 [assembly: AssemblyCopyright("Copyright © 2015")] |
14 [assembly: AssemblyTrademark("")] | 14 [assembly: AssemblyTrademark("")] |
15 [assembly: AssemblyCulture("")] | 15 [assembly: AssemblyCulture("")] |
16 | 16 |
17 [assembly: AssemblyVersion("3.0.0.0")] | 17 [assembly: AssemblyVersion("3.0.0.0")] |
18 [assembly: AssemblyFileVersion("3.0.0.0")] | 18 [assembly: AssemblyFileVersion("3.0.0.0")] |
OLD | NEW |