Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / EnterpriseLibrary / Castle.Facilities.EnterpriseLibrary.Configuration / AssemblyInfo.cs
blob59d9bcb8020200ad2025d50def8e56f49c8b2e65
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("")]
18 [assembly: AssemblyVersion("1.0.0.0")]
20 //#if STRONG
21 [assembly: AssemblyDelaySign(false)]
23 // [csc] error CS1577: Assembly generation failed --
24 // Referenced assembly 'Microsoft.Practices.EnterpriseLibrary.Configuration' does not have a strong name
26 // [assembly: AssemblyKeyFile("../../CastleKey.snk")]
28 [assembly: AssemblyKeyName("")]
29 //#endif