Applying code formatting + license header
[castle.git] / Facilities / Wcf / Castle.Facilities.WcfIntegration / AssemblyInfo.cs
blob9f143a86d670a723553d419c32b177e3f4d19d1f
1 // Copyright 2004-2007 Castle Project - http://www.castleproject.org/
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
15 using System;
16 using System.Reflection;
17 using System.Runtime.CompilerServices;
18 using System.Runtime.InteropServices;
20 //------------------------------------------------------------------------------
21 // <auto-generated>
22 // This code was generated by a tool.
23 // Runtime Version:2.0.50727.42
25 // Changes to this file may cause incorrect behavior and will be lost if
26 // the code is regenerated.
27 // </auto-generated>
28 //------------------------------------------------------------------------------
30 [assembly: CLSCompliantAttribute(true)]
31 [assembly: ComVisibleAttribute(false)]
32 [assembly: AssemblyTitleAttribute("Castle.Facilities.Logging for Microsoft .NET Framework 2.0")]
33 [assembly: AssemblyDescriptionAttribute("")]
34 [assembly: AssemblyCompanyAttribute("Castle Project")]
35 [assembly: AssemblyProductAttribute("Castle.Facilities.Logging")]
36 [assembly: AssemblyCopyrightAttribute("Castle Project, original author or authors")]
37 [assembly: AssemblyVersionAttribute("1.0.0.0")]
38 [assembly: AssemblyInformationalVersionAttribute("1.0.0.0")]
39 [assembly: AssemblyFileVersionAttribute("1.0.0.0")]
40 [assembly: AssemblyDelaySignAttribute(false)]
42 #if !DOTNET2 || MONO
43 [assembly: AssemblyKeyFileAttribute(@"D:\OSS\Castle\CastleKey.snk")]
44 #endif