2 using System
.Reflection
;
3 using System
.Runtime
.CompilerServices
;
6 // General Information about an assembly is controlled through the following
7 // set of attributes. Change these attribute values to modify the information
8 // associated with an assembly.
10 [assembly
: AssemblyTitle("")]
11 [assembly
: AssemblyDescription("")]
12 [assembly
: AssemblyConfiguration("")]
13 [assembly
: AssemblyCompany("")]
14 [assembly
: AssemblyProduct("")]
15 [assembly
: AssemblyCopyright("")]
16 [assembly
: AssemblyTrademark("")]
17 [assembly
: AssemblyCulture("")]
20 // Version information for an assembly consists of the following four values:
27 // You can specify all the values or you can default the Revision and Build Numbers
28 // by using the '*' as shown below:
30 [assembly
: AssemblyVersion("1.0.0.0")]
32 [assembly
: CLSCompliant(true)]
35 [assembly
: AssemblyDelaySign(false)]
36 [assembly
: AssemblyKeyFile("../../CastleKey.snk")]
37 [assembly
: AssemblyKeyName("")]