Tizen 2.1 base
[external/enchant.git] / src / bindings / Enchant.Net / Properties / AssemblyInfo.cs.in
1 using System.Reflection;\r
2 using System.Runtime.InteropServices;\r
3 \r
4 // General Information about an assembly is controlled through the following \r
5 // set of attributes. Change these attribute values to modify the information\r
6 // associated with an assembly.\r
7 [assembly: AssemblyTitle("Enchant.Net")]\r
8 [assembly: AssemblyDescription("A library that wraps other spell checking backends.")]\r
9 [assembly: AssemblyConfiguration("")]\r
10 [assembly: AssemblyCompany("")]\r
11 [assembly: AssemblyProduct("Enchant.Net")]\r
12 [assembly: AssemblyCopyright("Copyright © 2007-2008 Eric Scott Albright")]\r
13 [assembly: AssemblyTrademark("")]\r
14 [assembly: AssemblyCulture("")]\r
15 \r
16 // Setting ComVisible to false makes the types in this assembly not visible \r
17 // to COM components.  If you need to access a type in this assembly from \r
18 // COM, set the ComVisible attribute to true on that type.\r
19 [assembly: ComVisible(false)]\r
20 \r
21 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
22 [assembly: Guid("770fdaf9-6948-4d9d-bcb1-176a9630d99b")]\r
23 \r
24 // Version information for an assembly consists of the following four values:\r
25 //\r
26 //      Major Version\r
27 //      Minor Version \r
28 //      Build Number\r
29 //      Revision\r
30 //\r
31 // You can specify all the values or you can default the Revision and Build Numbers \r
32 // by using the '*' as shown below:\r
33 [assembly: AssemblyVersion("@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@.0")]\r
34 [assembly: AssemblyFileVersion("@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@.*")]\r