1
// Copyright 2004-2007 Castle Project - http://www.castleproject.org/
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
7 // http://www.apache.org/licenses/LICENSE-2.0
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
.Reflection
;
16 using System
.Runtime
.InteropServices
;
18 // General Information about an assembly is controlled through the following
19 // set of attributes. Change these attribute values to modify the information
20 // associated with an assembly.
22 [assembly
: AssemblyTitle("Castle.Facilities.WcfIntegration")]
23 [assembly
: AssemblyDescription("")]
24 [assembly
: AssemblyConfiguration("")]
25 [assembly
: AssemblyCompany("we")]
26 [assembly
: AssemblyProduct("Castle.Facilities.WcfIntegration")]
27 [assembly
: AssemblyCopyright("Copyright © we 2007")]
28 [assembly
: AssemblyTrademark("")]
29 [assembly
: AssemblyCulture("")]
31 // Setting ComVisible to false makes the types in this assembly not visible
32 // to COM components. If you need to access a type in this assembly from
33 // COM, set the ComVisible attribute to true on that type.
35 [assembly
: ComVisible(false)]
37 // The following GUID is for the ID of the typelib if this project is exposed to COM
39 [assembly
: Guid("2cb29cf1-e503-4e65-aa0e-659c7f501b13")]
41 // Version information for an assembly consists of the following four values:
48 // You can specify all the values or you can default the Revision and Build Numbers
49 // by using the '*' as shown below:
51 [assembly
: AssemblyVersion("1.0.0.0")]
52 [assembly
: AssemblyFileVersion("1.0.0.0")]