Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Attic / Security / Castle.Services.Security / AssemblyInfo.cs
blob6b563c911ba2276ba15980d0eaac62628c79d1a2
1 using System;
2 using System.Reflection;
3 using System.Runtime.CompilerServices;
5 //
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.
9 //
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:
22 // Major Version
23 // Minor Version
24 // Build Number
25 // Revision
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)]
34 #if STRONG
35 [assembly: AssemblyDelaySign(false)]
36 [assembly: AssemblyKeyFile("../../CastleKey.snk")]
37 [assembly: AssemblyKeyName("")]
38 #endif