1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>9.0.21022</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
14 <UpgradeBackupLocation>
\r
15 </UpgradeBackupLocation>
\r
16 <OldToolsVersion>2.0</OldToolsVersion>
\r
17 <PublishUrl>http://localhost/Castle.Facilities.WcfIntegration/</PublishUrl>
\r
18 <Install>true</Install>
\r
19 <InstallFrom>Web</InstallFrom>
\r
20 <UpdateEnabled>true</UpdateEnabled>
\r
21 <UpdateMode>Foreground</UpdateMode>
\r
22 <UpdateInterval>7</UpdateInterval>
\r
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
\r
24 <UpdatePeriodically>false</UpdatePeriodically>
\r
25 <UpdateRequired>false</UpdateRequired>
\r
26 <MapFileExtensions>true</MapFileExtensions>
\r
27 <ApplicationRevision>0</ApplicationRevision>
\r
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
\r
29 <IsWebBootstrapper>true</IsWebBootstrapper>
\r
30 <UseApplicationTrust>false</UseApplicationTrust>
\r
31 <BootstrapperEnabled>true</BootstrapperEnabled>
\r
32 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
35 <DebugSymbols>true</DebugSymbols>
\r
36 <DebugType>full</DebugType>
\r
37 <Optimize>false</Optimize>
\r
38 <OutputPath>bin\Debug\</OutputPath>
\r
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
40 <ErrorReport>prompt</ErrorReport>
\r
41 <WarningLevel>4</WarningLevel>
\r
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
44 <DebugType>pdbonly</DebugType>
\r
45 <Optimize>true</Optimize>
\r
46 <OutputPath>bin\Release\</OutputPath>
\r
47 <DefineConstants>TRACE</DefineConstants>
\r
48 <ErrorReport>prompt</ErrorReport>
\r
49 <WarningLevel>4</WarningLevel>
\r
52 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
53 <SpecificVersion>False</SpecificVersion>
\r
54 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
56 <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
57 <SpecificVersion>False</SpecificVersion>
\r
58 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
\r
60 <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
61 <SpecificVersion>False</SpecificVersion>
\r
62 <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
\r
64 <Reference Include="System" />
\r
65 <Reference Include="System.Core">
\r
66 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
68 <Reference Include="System.Data" />
\r
69 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
70 <Reference Include="System.Web" />
\r
71 <Reference Include="System.Xml" />
\r
74 <Compile Include="Internal\ChannelBuilder.cs" />
\r
75 <Compile Include="Internal\ServiceHostBuilder.cs" />
\r
76 <Compile Include="Internal\IWcfEndpointVisitor.cs" />
\r
77 <Compile Include="IWcfEndpoint.cs" />
\r
78 <Compile Include="Client\WcfClientActivator.cs" />
\r
79 <Compile Include="Client\WcfClientExtension.cs" />
\r
80 <Compile Include="Client\WcfClientModel.cs" />
\r
81 <Compile Include="Client\WcfClientResolver.cs" />
\r
82 <Compile Include="Internal\WcfConstants.cs" />
\r
83 <Compile Include="WcfEndpoint.cs" />
\r
84 <Compile Include="WcfFacility.cs" />
\r
85 <Compile Include="Service\WcfServiceExtension.cs" />
\r
86 <Compile Include="Service\WcfServiceModel.cs" />
\r
87 <Compile Include="Internal\WcfUtils.cs" />
\r
88 <Compile Include="Service\WindsorDependencyInjectionServiceBehavior.cs" />
\r
89 <Compile Include="Service\WindsorInstanceProvider.cs" />
\r
90 <Compile Include="Service\WindsorServiceHost.cs" />
\r
91 <Compile Include="Service\WindsorServiceHostFactory.cs" />
\r
94 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
95 <Visible>False</Visible>
\r
96 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
97 <Install>true</Install>
\r
98 </BootstrapperPackage>
\r
99 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
100 <Visible>False</Visible>
\r
101 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
102 <Install>false</Install>
\r
103 </BootstrapperPackage>
\r
104 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
105 <Visible>False</Visible>
\r
106 <ProductName>.NET Framework 3.5</ProductName>
\r
107 <Install>false</Install>
\r
108 </BootstrapperPackage>
\r
111 <Folder Include="Properties\" />
\r
113 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
115 Other similar extension points exist, see Microsoft.Common.targets.
\r
116 <Target Name="BeforeBuild">
\r
118 <Target Name="AfterBuild">
\r