|
1 | | -/// Refly License |
| 1 | +/// Refly License |
2 | 2 | /// |
3 | 3 | /// Copyright (c) 2004 Jonathan de Halleux, http://www.dotnetwiki.org |
4 | 4 | /// |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 | using System; |
17 | | -using System.Reflection; |
18 | 17 |
|
19 | | -// |
20 | | -// General Information about an assembly is controlled through the following |
21 | | -// set of attributes. Change these attribute values to modify the information |
22 | | -// associated with an assembly. |
23 | | -// |
24 | | -[assembly: AssemblyTitle("Refly, Re/Factoring Helper Tool")] |
25 | | -[assembly: AssemblyDescription("CodeDom helper classes")] |
26 | | -[assembly: AssemblyConfiguration("")] |
27 | | -[assembly: AssemblyCompany("Jonathan de Halleux, http://www.dotnetwiki.org")] |
28 | | -[assembly: AssemblyProduct("")] |
29 | | -[assembly: AssemblyCopyright("")] |
30 | | -[assembly: AssemblyTrademark("")] |
31 | | -[assembly: AssemblyCulture("")] |
32 | 18 | [assembly: CLSCompliant(true)] |
33 | | - |
34 | | -// |
35 | | -// Version information for an assembly consists of the following four values: |
36 | | -// |
37 | | -// Major Version |
38 | | -// Minor Version |
39 | | -// Build Number |
40 | | -// Revision |
41 | | -// |
42 | | -// You can specify all the values or you can default the Revision and Build Numbers |
43 | | -// by using the '*' as shown below: |
44 | | - |
45 | | -[assembly: AssemblyVersion("2.21.1.0")] |
46 | | - |
47 | | -// |
48 | | -// In order to sign your assembly you must specify a key to use. Refer to the |
49 | | -// Microsoft .NET Framework documentation for more information on assembly signing. |
50 | | -// |
51 | | -// Use the attributes below to control which key is used for signing. |
52 | | -// |
53 | | -// Notes: |
54 | | -// (*) If no key is specified, the assembly is not signed. |
55 | | -// (*) KeyName refers to a key that has been installed in the Crypto Service |
56 | | -// Provider (CSP) on your machine. KeyFile refers to a file which contains |
57 | | -// a key. |
58 | | -// (*) If the KeyFile and the KeyName values are both specified, the |
59 | | -// following processing occurs: |
60 | | -// (1) If the KeyName can be found in the CSP, that key is used. |
61 | | -// (2) If the KeyName does not exist and the KeyFile does exist, the key |
62 | | -// in the KeyFile is installed into the CSP and used. |
63 | | -// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. |
64 | | -// When specifying the KeyFile, the location of the KeyFile should be |
65 | | -// relative to the project output directory which is |
66 | | -// %Project Directory%\obj\<configuration>. For example, if your KeyFile is |
67 | | -// located in the project directory, you would specify the AssemblyKeyFile |
68 | | -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] |
69 | | -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework |
70 | | -// documentation for more information on this. |
71 | | -// |
72 | | -[assembly: AssemblyDelaySign(false)] |
73 | | -//[assembly: AssemblyKeyFile("..\\..\\..\\Refly.snk")] |
74 | | -[assembly: AssemblyKeyName("")] |
0 commit comments