summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj')
-rw-r--r--external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj b/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj
index 745e347197..2bf0ea5db6 100644
--- a/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj
+++ b/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj
@@ -38,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<!-- See readme.txt file in the References\$(BuildFlavor) folder for information on the test assemblies used here. -->
- <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -62,6 +62,7 @@
<Compile Include="Semaphore.cs" />
<Compile Include="Stress\Core\Disposables\Composite.cs" />
<Compile Include="Stress\Core\Disposables\Serial.cs" />
+ <Compile Include="Stress\Core\Schedulers\EventLoop.cs" />
<Compile Include="Stress\Core\Disposables\SingleAssignment.cs" />
<Compile Include="Stress\Core\Disposables\RefCount.cs" />
<Compile Include="Stress\Linq\Delay.cs" />
@@ -70,6 +71,7 @@
<Compile Include="Stress\Linq\Replay.cs" />
<Compile Include="TestBase.cs" />
<Compile Include="TestLongRunningScheduler.cs" />
+ <Compile Include="Tests\Aliases.cs" />
<Compile Include="Tests\AnonymousTest.cs" />
<Compile Include="Tests\Concurrency\ConcurrencyTest.cs" />
<Compile Include="Tests\Concurrency\ScheduledItemTest.cs" />
@@ -161,6 +163,10 @@
<Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
<Name>System.Reactive.Interfaces</Name>
</ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj">
+ <Project>{9ffac385-10a4-4ddd-b800-de67e8469cc0}</Project>
+ <Name>System.Reactive.Observable.Aliases</Name>
+ </ProjectReference>
<ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
<Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
<Name>System.Reactive.PlatformServices</Name>
@@ -173,7 +179,7 @@
<Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
<Name>System.Reactive.Linq</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Reactive.Runtime.Remoting\System.Reactive.Runtime.Remoting.csproj" Condition=" '$(BuildPlatform)' != 'WINDOWS_PHONE' And '$(BuildTarget)' != 'WP7' ">
+ <ProjectReference Include="..\System.Reactive.Runtime.Remoting\System.Reactive.Runtime.Remoting.csproj" Condition=" '$(BuildPlatform)' != 'WINDOWS_PHONE' And '$(BuildTarget)' != 'WP7' ">
<Project>{7A6EF49E-7946-4101-9C89-407B9C53A173}</Project>
<Name>System.Reactive.Runtime.Remoting</Name>
</ProjectReference>