Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | freddie | 1 | #region Using directives |
| 2 | |||
| 3 | using System; |
||
| 4 | using System.Reflection; |
||
| 5 | using System.Runtime.InteropServices; |
||
| 6 | |||
| 7 | #endregion |
||
| 8 | |||
| 9 | // General Information about an assembly is controlled through the following |
||
| 10 | // set of attributes. Change these attribute values to modify the information |
||
| 11 | // associated with an assembly. |
||
| 12 | [assembly: AssemblyTitle("LassyPad")] |
||
| 13 | [assembly: AssemblyDescription("")] |
||
| 14 | [assembly: AssemblyConfiguration("")] |
||
| 15 | [assembly: AssemblyCompany("")] |
||
| 16 | [assembly: AssemblyProduct("LassyPad")] |
||
| 17 | [assembly: AssemblyCopyright("Copyright 2010")] |
||
| 18 | [assembly: AssemblyTrademark("")] |
||
| 19 | [assembly: AssemblyCulture("")] |
||
| 20 | |||
| 21 | // This sets the default COM visibility of types in the assembly to invisible. |
||
| 22 | // If you need to expose a type to COM, use [ComVisible(true)] on that type. |
||
| 23 | [assembly: ComVisible(false)] |
||
| 24 | |||
| 25 | // The assembly version has following format : |
||
| 26 | // |
||
| 27 | // Major.Minor.Build.Revision |
||
| 28 | // |
||
| 29 | // You can specify all the values or you can use the default the Revision and |
||
| 30 | // Build Numbers by using the '*' as shown below: |
||
| 31 | [assembly: AssemblyVersion("1.0.*")] |