OSDN Git Service

AppliStation-All,リファクタリング。動作変更なし
[applistation/AppliStation.git] / AppliStation / 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("AppliStation")]\r
13 [assembly: AssemblyDescription("Applications Management Application")]\r
14 [assembly: AssemblyConfiguration("")]\r
15 [assembly: AssemblyCompany("Team AppliStation")]\r
16 [assembly: AssemblyProduct("AppliStation")]\r
17 [assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")]\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.3.2.*")]\r