Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Attic / Generator / Castle.ActiveRecord.Generator.Components / AssemblyInfo.cs
blobee2082c3de70925861a9193892b0aabb1d9c0597
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
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 //
9 [assembly: AssemblyTitle("")]
10 [assembly: AssemblyDescription("")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
17 [assembly: AssemblyVersion("0.0.1.6")]
19 #if STRONG
20 [assembly: AssemblyDelaySign(false)]
21 [assembly: AssemblyKeyFile("../../CastleKey.snk")]
22 [assembly: AssemblyKeyName("")]
23 #endif