comparison Properties/AssemblyInfo.cs @ 24:87f5e19c4885

Make library more suitable for independent reuse
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 15 Apr 2013 15:38:23 +0200
parents 3ab940a0c7a0
children
comparison
equal deleted inserted replaced
23:644a923bca98 24:87f5e19c4885
3 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
4 4
5 // General Information about an assembly is controlled through the following 5 // General Information about an assembly is controlled through the following
6 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
7 // associated with an assembly. 7 // associated with an assembly.
8 [assembly: AssemblyTitle("UCIS")] 8 [assembly: AssemblyTitle("UCIS Class Library")]
9 [assembly: AssemblyDescription("")] 9 [assembly: AssemblyDescription("UCIS Class Library")]
10 [assembly: AssemblyConfiguration("")] 10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("")] 11 [assembly: AssemblyCompany("UCIS")]
12 [assembly: AssemblyProduct("UCIS")] 12 [assembly: AssemblyProduct("UCIS Class Library")]
13 [assembly: AssemblyCopyright("Copyright © 2009")] 13 [assembly: AssemblyCopyright("Copyright © Ivo Smits 2009-2013")]
14 [assembly: AssemblyTrademark("")] 14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")] 15 [assembly: AssemblyCulture("")]
16 16
17 // Setting ComVisible to false makes the types in this assembly not visible 17 // Setting ComVisible to false makes the types in this assembly not visible
18 // to COM components. If you need to access a type in this assembly from 18 // to COM components. If you need to access a type in this assembly from