1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Microsoft.Reactive.Testing</RootNamespace>
12    <AssemblyName>Microsoft.Reactive.Testing</AssemblyName>
13    <FileAlignment>512</FileAlignment>
14    <ProductSignAssembly>true</ProductSignAssembly>
15    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
16  </PropertyGroup>
17  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
18    <OutputPath>bin\ReleaseXBLV\</OutputPath>
19  </PropertyGroup>
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
21    <OutputPath>bin\DebugXBLV\</OutputPath>
22  </PropertyGroup>
23  <Import Project="..\Common.targets" />
24  <PropertyGroup>
25    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
26  </PropertyGroup>
27  <ItemGroup>
28    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
29    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
30    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' Or '$(BuildPlatform)' == 'WINDOWS_PHONE' " />
31    <Reference Include="System" />
32    <Reference Include="System.Core" />
33    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
34  </ItemGroup>
35  <ItemGroup Condition=" '$(BuildFlavor)' == 'WINDOWS8' ">
36    <SDKReference Include="MSTestFramework, Version=11.0" />
37    <SDKReference Include="TestPlatform, Version=11.0" />
38  </ItemGroup>
39  <ItemGroup>
40    <Compile Include="ColdObservable.cs" />
41    <Compile Include="GlobalSuppressions.cs" />
42    <Compile Include="HotObservable.cs" />
43    <Compile Include="ITestObservable.cs" />
44    <Compile Include="ITestObserver.cs" />
45    <Compile Include="MockObserver.cs" />
46    <Compile Include="NamespaceDoc.cs" />
47    <Compile Include="Properties\AssemblyInfo.cs" />
48    <Compile Include="ReactiveAssert.cs" />
49    <Compile Include="ReactiveTest.cs" />
50    <Compile Include="Recorded.cs" />
51    <Compile Include="Subscription.cs" />
52    <Compile Include="TestScheduler.cs" />
53  </ItemGroup>
54  <ItemGroup>
55    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
56      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
57      <Name>System.Reactive.Core</Name>
58    </ProjectReference>
59    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
60      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
61      <Name>System.Reactive.Interfaces</Name>
62    </ProjectReference>
63    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
64      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
65      <Name>System.Reactive.Linq</Name>
66    </ProjectReference>
67  </ItemGroup>
68  <Import Project="..\Import.targets" />
69</Project>