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>{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
14 <UpgradeBackupLocation>
\r
15 </UpgradeBackupLocation>
\r
16 <OldToolsVersion>2.0</OldToolsVersion>
\r
17 <PublishUrl>http://localhost/Castle.Facilities.WcfIntegration.Tests/</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
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;DOTNET35</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="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
\r
65 <SpecificVersion>False</SpecificVersion>
\r
66 <HintPath>..\..\..\SharedLibs\net\2.0\nunit.framework.dll</HintPath>
\r
68 <Reference Include="System" />
\r
69 <Reference Include="System.Core">
\r
70 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
72 <Reference Include="System.Data" />
\r
73 <Reference Include="System.Runtime.Serialization">
\r
74 <RequiredTargetFramework>3.0</RequiredTargetFramework>
\r
76 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
77 <Reference Include="System.Xml" />
\r
80 <Compile Include="Behaviors\CallCountServiceBehavior.cs">
\r
81 <SubType>Code</SubType>
\r
83 <Compile Include="Behaviors\NetDataContractFormatBehavior.cs" />
\r
84 <Compile Include="Behaviors\UnitOfworkEndPointBehavior.cs" />
\r
85 <Compile Include="ClassNeedingService.cs" />
\r
86 <Compile Include="WcfClientFixture.cs" />
\r
87 <Compile Include="IOperations.cs" />
\r
88 <Compile Include="Operations.cs" />
\r
89 <Compile Include="ServiceHostFactoryFixture.cs" />
\r
90 <Compile Include="ServiceHostFixture.cs" />
\r
91 <Compile Include="WcfServiceFixture.cs" />
\r
94 <ProjectReference Include="..\Castle.Facilities.WcfIntegration.Demo\Castle.Facilities.WcfIntegration.Demo-vs2008.csproj">
\r
95 <Project>{BCDBC6AC-C85A-4564-AB6E-354262BB1A87}</Project>
\r
96 <Name>Castle.Facilities.WcfIntegration.Demo-vs2008</Name>
\r
98 <ProjectReference Include="..\Castle.Facilities.WcfIntegration\Castle.Facilities.WcfIntegration-vs2008.csproj">
\r
99 <Project>{0F1CAD31-322E-4266-B3A0-BB424E1AE0A9}</Project>
\r
100 <Name>Castle.Facilities.WcfIntegration-vs2008</Name>
\r
101 </ProjectReference>
\r
104 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
105 <Visible>False</Visible>
\r
106 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
107 <Install>true</Install>
\r
108 </BootstrapperPackage>
\r
109 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
110 <Visible>False</Visible>
\r
111 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
112 <Install>false</Install>
\r
113 </BootstrapperPackage>
\r
114 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
115 <Visible>False</Visible>
\r
116 <ProductName>.NET Framework 3.5</ProductName>
\r
117 <Install>false</Install>
\r
118 </BootstrapperPackage>
\r
121 <None Include="App.config" />
\r
124 <Content Include="ConfigureServices.xml" />
\r
125 <Content Include="ConfigureClients.xml" />
\r
128 <Folder Include="Properties\" />
\r
130 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
131 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
132 Other similar extension points exist, see Microsoft.Common.targets.
\r
133 <Target Name="BeforeBuild">
\r
135 <Target Name="AfterBuild">
\r