1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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>{A3CF9ED0-BE9A-4534-B756-3D680D607B0C}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Facilities.WcfIntegration.Tests</RootNamespace>
\r
11 <AssemblyName>Castle.Facilities.WcfIntegration.Tests</AssemblyName>
\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
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
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
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
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
43 <Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
\r
44 <SpecificVersion>False</SpecificVersion>
\r
45 <HintPath>..\..\..\..\..\Tools\nunit.framework.dll</HintPath>
\r
47 <Reference Include="System" />
\r
48 <Reference Include="System.Data" />
\r
49 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
50 <Reference Include="System.Xml" />
\r
53 <Compile Include="Behaviors\CallCountServiceBehavior.cs">
\r
54 <SubType>Code</SubType>
\r
56 <Compile Include="Behaviors\UnitOfworkEndPointBehavior.cs" />
\r
57 <Compile Include="IOperations.cs" />
\r
58 <Compile Include="Operations.cs" />
\r
59 <Compile Include="ServiceHostFactoryFixture.cs" />
\r
60 <Compile Include="ServiceHostFixture.cs" />
\r
61 <Compile Include="WcfIntegrationFixture.cs" />
\r
64 <ProjectReference Include="..\Castle.Facilities.WcfIntegration\Castle.Facilities.WcfIntegration.csproj">
\r
65 <Project>{0F1CAD31-322E-4266-B3A0-BB424E1AE0A9}</Project>
\r
66 <Name>Castle.Facilities.WcfIntegration</Name>
\r
70 <Folder Include="Properties\" />
\r
72 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
73 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
74 Other similar extension points exist, see Microsoft.Common.targets.
\r
75 <Target Name="BeforeBuild">
\r
77 <Target Name="AfterBuild">
\r