Updates to the WCF Integrations facility to make client and service support consistent.
[castle.git] / Facilities / Wcf / Castle.Facilities.WcfIntegration.Tests / Castle.Facilities.WcfIntegration.Tests.csproj
blob737727f7048aa649f80bd67786bbb093251d3bfa
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>{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
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="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
46     </Reference>\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
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <Compile Include="Behaviors\CallCountServiceBehavior.cs">\r
54       <SubType>Code</SubType>\r
55     </Compile>\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
62   </ItemGroup>\r
63   <ItemGroup>\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
67     </ProjectReference>\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <Folder Include="Properties\" />\r
71   </ItemGroup>\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
76   </Target>\r
77   <Target Name="AfterBuild">\r
78   </Target>\r
79   -->\r
80 </Project>