corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3  
4 //
5 // General Information about an assembly is controlled through the following
6 // set of attributes. Change these attribute values to modify the information
7 // associated with an assembly.
8 [assembly: AssemblyTitle("OpenMetaverse")]
9 [assembly: AssemblyDescription("OpenMetaverse library")]
10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("openmetaverse.org")]
12 [assembly: AssemblyProduct("OpenMetaverse")]
13 [assembly: AssemblyCopyright("Copyright © openmetaverse.co 2006-2015")]
14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")]
16  
17 //
18 // Version information for an assembly consists of the following four values:
19 //
20 // Major Version
21 // Minor Version
22 // Build Number
23 // Revision
24 //
25 // You can specify all the values or you can default the Revision and Build Numbers
26 // by using the '*' as shown below:
27  
28 [assembly: AssemblyVersion("0.9.3.3318")]
29  
30 //
31 // In order to sign your assembly you must specify a key to use. Refer to the
32 // Microsoft .NET Framework documentation for more information on assembly signing.
33 //
34 // Use the attributes below to control which key is used for signing.
35 //
36 // Notes:
37 // (*) If no key is specified, the assembly is not signed.
38 // (*) KeyName refers to a key that has been installed in the Crypto Service
39 // Provider (CSP) on your machine. KeyFile refers to a file which contains
40 // a key.
41 // (*) If the KeyFile and the KeyName values are both specified, the
42 // following processing occurs:
43 // (1) If the KeyName can be found in the CSP, that key is used.
44 // (2) If the KeyName does not exist and the KeyFile does exist, the key
45 // in the KeyFile is installed into the CSP and used.
46 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
47 // When specifying the KeyFile, the location of the KeyFile should be
48 // relative to the project output directory which is
49 // %Project Directory%\obj\<configuration>. For example, if your KeyFile is
50 // located in the project directory, you would specify the AssemblyKeyFile
51 // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
52 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
53 // documentation for more information on this.
54 //
55 [assembly: AssemblyDelaySign(false)]
56 [assembly: AssemblyKeyFile("")]
57 [assembly: AssemblyKeyName("")]
58 [assembly: AssemblyFileVersionAttribute("0.9.3.3318")]