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>TRACE;DEBUG;DOTNET35</DefineConstants>
\r
40 <ErrorReport>prompt</ErrorReport>
\r
41 <WarningLevel>4</WarningLevel>
\r
42 <NoWarn>1591</NoWarn>
\r
43 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
46 <DebugType>pdbonly</DebugType>
\r
47 <Optimize>true</Optimize>
\r
48 <OutputPath>bin\Release\</OutputPath>
\r
49 <DefineConstants>TRACE</DefineConstants>
\r
50 <ErrorReport>prompt</ErrorReport>
\r
51 <WarningLevel>4</WarningLevel>
\r
54 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
55 <SpecificVersion>False</SpecificVersion>
\r
56 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
58 <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
59 <SpecificVersion>False</SpecificVersion>
\r
60 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
\r
62 <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
63 <SpecificVersion>False</SpecificVersion>
\r
64 <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
\r
66 <Reference Include="System" />
\r
67 <Reference Include="System.Core">
\r
68 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
70 <Reference Include="System.Data" />
\r
71 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
72 <Reference Include="System.ServiceModel.Web">
\r
73 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
75 <Reference Include="System.Web" />
\r
76 <Reference Include="System.Xml" />
\r
79 <Compile Include="Client\AbstractChannelBuilder.Generic.cs" />
\r
80 <Compile Include="Behaviors\ServiceEndpointBehaviors.cs" />
\r
81 <Compile Include="Client\Default\DefaultClientModel.cs" />
\r
82 <Compile Include="IWcfBehaviorVisitor.cs" />
\r
83 <Compile Include="IWcfBehavior.cs" />
\r
84 <Compile Include="Behaviors\WcfEndpointBehaviors.cs" />
\r
85 <Compile Include="Behaviors\WcfBehaviorScope.cs" />
\r
86 <Compile Include="Client\Rest\RestChannelBuilder.cs" />
\r
87 <Compile Include="Client\Rest\RestClientModel.cs" />
\r
88 <Compile Include="Internal\WcfCommunicationDecommisionConcern.cs" />
\r
89 <Compile Include="Client\Default\DefaulttChannelBuilder.cs" />
\r
90 <Compile Include="Client\WcfManagedChannelInterceptor.cs" />
\r
91 <Compile Include="Client\WcfClient.cs" />
\r
92 <Compile Include="Client\WcfClientDescriptor.cs" />
\r
93 <Compile Include="IClientChannelBuilder.cs" />
\r
94 <Compile Include="Client\AbstractChannelBuilder.cs" />
\r
95 <Compile Include="IWcfClientModel.cs" />
\r
96 <Compile Include="IWcfEndpointVisitor.cs" />
\r
97 <Compile Include="IServiceHostBuilder.cs" />
\r
98 <Compile Include="IWcfEndpoint.cs" />
\r
99 <Compile Include="Client\WcfClientActivator.cs" />
\r
100 <Compile Include="Client\WcfClientExtension.cs" />
\r
101 <Compile Include="Client\WcfClientModel.cs" />
\r
102 <Compile Include="Internal\WcfConstants.cs" />
\r
103 <Compile Include="IWcfServiceModel.cs" />
\r
104 <Compile Include="Service\AbstractServiceHostBuilder.cs" />
\r
105 <Compile Include="Service\AbstractServiceHostBuilder.Generic.cs" />
\r
106 <Compile Include="Service\Default\DefaultServiceHost.cs" />
\r
107 <Compile Include="Service\Default\DefaultServiceHostBuilder.cs" />
\r
108 <Compile Include="Service\Default\DefaultServiceModel.cs" />
\r
109 <Compile Include="Service\Default\DefaultServiceHostFactory.cs" />
\r
110 <Compile Include="Service\IWcfServiceHost.cs" />
\r
111 <Compile Include="Service\Rest\RestServiceHost.cs" />
\r
112 <Compile Include="Service\Rest\RestServiceHostBuilder.cs" />
\r
113 <Compile Include="Service\Rest\RestServiceModel.cs" />
\r
114 <Compile Include="Service\ServiceHostBehaviors.cs" />
\r
115 <Compile Include="Service\WindsorServiceHostFactory.cs" />
\r
116 <Compile Include="Behaviors\WcfExplicitBehavior.cs" />
\r
117 <Compile Include="WcfEndpoint.cs" />
\r
118 <Compile Include="WcfFacility.cs" />
\r
119 <Compile Include="Service\WcfServiceExtension.cs" />
\r
120 <Compile Include="Service\WcfServiceModel.cs" />
\r
121 <Compile Include="Internal\WcfUtils.cs" />
\r
122 <Compile Include="Service\WindsorDependencyInjectionServiceBehavior.cs" />
\r
123 <Compile Include="Service\WindsorInstanceProvider.cs" />
\r
124 <Compile Include="Behaviors\WcfServiceBehaviors.cs" />
\r
127 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
128 <Visible>False</Visible>
\r
129 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
130 <Install>true</Install>
\r
131 </BootstrapperPackage>
\r
132 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
133 <Visible>False</Visible>
\r
134 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
135 <Install>false</Install>
\r
136 </BootstrapperPackage>
\r
137 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
138 <Visible>False</Visible>
\r
139 <ProductName>.NET Framework 3.5</ProductName>
\r
140 <Install>false</Install>
\r
141 </BootstrapperPackage>
\r
144 <None Include="WcfIntegration.cd" />
\r
147 <Folder Include="Properties\" />
\r
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
151 Other similar extension points exist, see Microsoft.Common.targets.
\r
152 <Target Name="BeforeBuild">
\r
154 <Target Name="AfterBuild">
\r