Use explicit interface implementation to be able to update the contract.
[castle.git] / Facilities / Wcf / Castle.Facilities.WcfIntegration / Castle.Facilities.WcfIntegration.csproj
blobb0978b2bbf7ae6222832d98c624eecf4233bc421
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{0F1CAD31-322E-4266-B3A0-BB424E1AE0A9}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Facilities.WcfIntegration</RootNamespace>\r
11     <AssemblyName>Castle.Facilities.WcfIntegration</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
32       <SpecificVersion>False</SpecificVersion>\r
33       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
34     </Reference>\r
35     <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
36       <SpecificVersion>False</SpecificVersion>\r
37       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>\r
38     </Reference>\r
39     <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
40       <SpecificVersion>False</SpecificVersion>\r
41       <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>\r
42     </Reference>\r
43     <Reference Include="System" />\r
44     <Reference Include="System.Data" />\r
45     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />\r
46     <Reference Include="System.Web" />\r
47     <Reference Include="System.Xml" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="WindsorDependencyInjectionServiceBehavior.cs" />\r
51     <Compile Include="WindsorInstanceProvider.cs" />\r
52     <Compile Include="WindsorServiceHost.cs" />\r
53     <Compile Include="WindsorServiceHostFactory.cs" />\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <Folder Include="Properties\" />\r
57   </ItemGroup>\r
58   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
60        Other similar extension points exist, see Microsoft.Common.targets.\r
61   <Target Name="BeforeBuild">\r
62   </Target>\r
63   <Target Name="AfterBuild">\r
64   </Target>\r
65   -->\r
66 </Project>