OSDN Git Service

na-get-lib,旧方式のタスク(NaGetTaskSet)系のクラスを削除。
[applistation/AppliStation.git] / na-get-lib / AssemblyInfo.cs
1 using System.Reflection;\r
2 using System.Runtime.CompilerServices;\r
3 \r
4 // Information about this assembly is defined by the following\r
5 // attributes.\r
6 //\r
7 // change them to the information which is associated with the assembly\r
8 // you compile.\r
9 \r
10 [assembly: AssemblyTitle("NaGet Library")]\r
11 [assembly: AssemblyDescription("AppliStation Core Library")]\r
12 [assembly: AssemblyConfiguration("")]\r
13 [assembly: AssemblyCompany("Team AppliStation")]\r
14 [assembly: AssemblyProduct("AppliStation")]\r
15 [assembly: AssemblyCopyright("Copyright (c) 2007-2011 Team AppliStation")]\r
16 [assembly: AssemblyTrademark("")]\r
17 [assembly: AssemblyCulture("")]\r
18 \r
19 // The assembly version has following format :\r
20 //\r
21 // Major.Minor.Build.Revision\r
22 //\r
23 // You can specify all values by your own or you can build default build and revision\r
24 // numbers with the '*' character (the default):\r
25 \r
26 [assembly: AssemblyVersion("1.3.8.*")]\r
27 \r
28 // The following attributes specify the key for the sign of your assembly. See the\r
29 // .NET Framework documentation for more information about signing.\r
30 // This is not required, if you don't want signing let these attributes like they're.\r
31 [assembly: AssemblyDelaySign(false)]\r
32 [assembly: AssemblyKeyFile("")]\r