OSDN Git Service

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