Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-23 13:07:33 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-23 13:07:33 +0400
commite003098264ebe0f949d6f4bead3e91eca66b63d8 (patch)
treea1d884b18d0b47553af19af1deea374ebc61800d
parent1f4d163eda0d96d14b1f695e72082fcc693e4e0b (diff)
add missing android test projects and update iOS projects (-d:NO_REMOTING).
-rw-r--r--Rx/NET/Source/Rx_Xamarin/android/rx/Mono.Reactive.Testing/android_Mono.Reactive.Testing.csproj111
-rw-r--r--Rx/NET/Source/Rx_Xamarin/android/rx/Tests.System.Reactive/android_Tests.System.Reactive.csproj345
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/Mono.Reactive.Testing/ios_Mono.Reactive.Testing.csproj125
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Providers/ios_System.Reactive.Providers.csproj128
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj4
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Forms/ios_System.Reactive.Windows.Forms.csproj98
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Threading/ios_System.Reactive.Windows.Threading.csproj113
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/Tests.System.Reactive/ios_Tests.System.Reactive.csproj356
14 files changed, 1290 insertions, 14 deletions
diff --git a/Rx/NET/Source/Rx_Xamarin/android/rx/Mono.Reactive.Testing/android_Mono.Reactive.Testing.csproj b/Rx/NET/Source/Rx_Xamarin/android/rx/Mono.Reactive.Testing/android_Mono.Reactive.Testing.csproj
new file mode 100644
index 0000000..4177055
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/android/rx/Mono.Reactive.Testing/android_Mono.Reactive.Testing.csproj
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{CB2AB716-BFCB-43BC-A03B-A3BDA427746C}</ProjectGuid>
+ <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <AssemblyName>Mono.Reactive.Testing</AssemblyName>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;SIGNED;NUNIT;MONODROID</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AndroidLinkMode>None</AndroidLinkMode>
+ <ConsolePause>False</ConsolePause>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>False</ConsolePause>
+ <AndroidLinkMode>SdkOnly</AndroidLinkMode>
+ <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Core" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ <ProjectReference Include="..\System.Reactive.Core\android_System.Reactive.Core.csproj">
+ <Project>{FEF62C23-10CD-4DEF-A5AE-54A8B309E970}</Project>
+ <Name>android_System.Reactive.Core</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Interfaces\android_System.Reactive.Interfaces.csproj">
+ <Project>{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}</Project>
+ <Name>android_System.Reactive.Interfaces</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Linq\android_System.Reactive.Linq.csproj">
+ <Project>{EC704077-EA31-4852-AD24-6732244174C0}</Project>
+ <Name>android_System.Reactive.Linq</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\GlobalSuppressions.cs">
+ <Link>GlobalSuppressions.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\HotObservable.cs">
+ <Link>HotObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\ITestObservable.cs">
+ <Link>ITestObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\ITestObserver.cs">
+ <Link>ITestObserver.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\MockObserver.cs">
+ <Link>MockObserver.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\NamespaceDoc.cs">
+ <Link>NamespaceDoc.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\Properties\AssemblyInfo.cs">
+ <Link>Properties\AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\ReactiveAssert.cs">
+ <Link>ReactiveAssert.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\ReactiveTest.cs">
+ <Link>ReactiveTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\Recorded.cs">
+ <Link>Recorded.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\Subscription.cs">
+ <Link>Subscription.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Microsoft.Reactive.Testing\TestScheduler.cs">
+ <Link>TestScheduler.cs</Link>
+ </Compile>
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/android/rx/Tests.System.Reactive/android_Tests.System.Reactive.csproj b/Rx/NET/Source/Rx_Xamarin/android/rx/Tests.System.Reactive/android_Tests.System.Reactive.csproj
new file mode 100644
index 0000000..df2440a
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/android/rx/Tests.System.Reactive/android_Tests.System.Reactive.csproj
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{73C5260F-8972-4E7C-822B-1A3A0358FA0B}</ProjectGuid>
+ <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <AssemblyName>Tests.System.Reactive</AssemblyName>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;SIGNED;NUNIT;MONODROID</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AndroidLinkMode>None</AndroidLinkMode>
+ <ConsolePause>False</ConsolePause>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>False</ConsolePause>
+ <AndroidLinkMode>SdkOnly</AndroidLinkMode>
+ <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Core" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ <ProjectReference Include="..\Mono.Reactive.Testing\android_Mono.Reactive.Testing.csproj">
+ <Project>{CB2AB716-BFCB-43BC-A03B-A3BDA427746C}</Project>
+ <Name>android_Mono.Reactive.Testing</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Core\android_System.Reactive.Core.csproj">
+ <Project>{FEF62C23-10CD-4DEF-A5AE-54A8B309E970}</Project>
+ <Name>android_System.Reactive.Core</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Debugger\android_System.Reactive.Debugger.csproj">
+ <Project>{9360E845-D79D-4288-9100-63A80FAD2BF0}</Project>
+ <Name>android_System.Reactive.Debugger</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Experimental\android_System.Reactive.Experimental.csproj">
+ <Project>{00DC3654-E373-4E3F-80FE-109F795ADF1F}</Project>
+ <Name>android_System.Reactive.Experimental</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Interfaces\android_System.Reactive.Interfaces.csproj">
+ <Project>{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}</Project>
+ <Name>android_System.Reactive.Interfaces</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Linq\android_System.Reactive.Linq.csproj">
+ <Project>{EC704077-EA31-4852-AD24-6732244174C0}</Project>
+ <Name>android_System.Reactive.Linq</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.PlatformServices\android_System.Reactive.PlatformServices.csproj">
+ <Project>{D263C126-9D3C-4299-A0C1-F25C703D07C9}</Project>
+ <Name>android_System.Reactive.PlatformServices</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Providers\android_System.Reactive.Providers.csproj">
+ <Project>{E662282B-4341-4F86-AAAA-A942335B47FB}</Project>
+ <Name>android_System.Reactive.Providers</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Runtime.Remoting\android_System.Reactive.Runtime.Remoting.csproj">
+ <Project>{A153A379-670C-42C2-9018-FC0D933A4F7F}</Project>
+ <Name>android_System.Reactive.Runtime.Remoting</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include="..\..\..\..\Tests.System.Reactive\App.cs">
+ <Link>App.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\DispatcherHelpers.cs">
+ <Link>DispatcherHelpers.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Semaphore.cs">
+ <Link>Semaphore.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Core\Disposables\Composite.cs">
+ <Link>Stress\Core\Disposables\Composite.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Core\Disposables\Serial.cs">
+ <Link>Stress\Core\Disposables\Serial.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Core\Disposables\SingleAssignment.cs">
+ <Link>Stress\Core\Disposables\SingleAssignment.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Core\Disposables\RefCount.cs">
+ <Link>Stress\Core\Disposables\RefCount.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Linq\Delay.cs">
+ <Link>Stress\Linq\Delay.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Linq\FromEvent.cs">
+ <Link>Stress\Linq\FromEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Helpers.cs">
+ <Link>Stress\Helpers.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Stress\Linq\Replay.cs">
+ <Link>Stress\Linq\Replay.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\TestBase.cs">
+ <Link>TestBase.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\TestLongRunningScheduler.cs">
+ <Link>TestLongRunningScheduler.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\AnonymousTest.cs">
+ <Link>Tests\AnonymousTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\ConcurrencyTest.cs">
+ <Link>Tests\Concurrency\ConcurrencyTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\ScheduledItemTest.cs">
+ <Link>Tests\Concurrency\ScheduledItemTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\StopwatchTest.cs">
+ <Link>Tests\Concurrency\StopwatchTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\SynchronizationTest.cs">
+ <Link>Tests\Concurrency\SynchronizationTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\ConnectableObservable.cs">
+ <Link>Tests\ConnectableObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\ConnectableObservableTest.cs">
+ <Link>Tests\ConnectableObservableTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\AsyncLockTest.cs">
+ <Link>Tests\Concurrency\AsyncLockTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\ControlSchedulerTest.cs">
+ <Link>Tests\Concurrency\ControlSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\CurrentThreadSchedulerTest.cs">
+ <Link>Tests\Concurrency\CurrentThreadSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\DefaultSchedulerTest.cs">
+ <Link>Tests\Concurrency\DefaultSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\EventLoopSchedulerTest.cs">
+ <Link>Tests\Concurrency\EventLoopSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\HistoricalSchedulerTest.cs">
+ <Link>Tests\Concurrency\HistoricalSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\ImmediateSchedulerTest.cs">
+ <Link>Tests\Concurrency\ImmediateSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\NewThreadSchedulerTest.cs">
+ <Link>Tests\Concurrency\NewThreadSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\SchedulerTest.cs">
+ <Link>Tests\Concurrency\SchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\SynchronizationContextSchedulerTest.cs">
+ <Link>Tests\Concurrency\SynchronizationContextSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\TaskPoolSchedulerTest.cs">
+ <Link>Tests\Concurrency\TaskPoolSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\ThreadPoolSchedulerTest.cs">
+ <Link>Tests\Concurrency\ThreadPoolSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Concurrency\VirtualSchedulerTest.cs">
+ <Link>Tests\Concurrency\VirtualSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Disposables\DisposableTests.cs">
+ <Link>Tests\Disposables\DisposableTests.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableAggregateTest.cs">
+ <Link>Tests\Linq\ObservableAggregateTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableAsyncTest.cs">
+ <Link>Tests\Linq\ObservableAsyncTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableAwaiterTest.cs">
+ <Link>Tests\Linq\ObservableAwaiterTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableBindingTest.cs">
+ <Link>Tests\Linq\ObservableBindingTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableBlockingTest.cs">
+ <Link>Tests\Linq\ObservableBlockingTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableConversionTests.cs">
+ <Link>Tests\Linq\ObservableConversionTests.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableCreationTest.cs">
+ <Link>Tests\Linq\ObservableCreationTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableEventsTest.cs">
+ <Link>Tests\Linq\ObservableEventsTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableExtensionsTest.cs">
+ <Link>Tests\Linq\ObservableExtensionsTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableImperativeTest.cs">
+ <Link>Tests\Linq\ObservableImperativeTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableJoinsTest.cs">
+ <Link>Tests\Linq\ObservableJoinsTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableMultipleTest.cs">
+ <Link>Tests\Linq\ObservableMultipleTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableRemotingTest.cs">
+ <Link>Tests\Linq\ObservableRemotingTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableSafetyTest.cs">
+ <Link>Tests\Linq\ObservableSafetyTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableSingleTest.cs">
+ <Link>Tests\Linq\ObservableSingleTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableStandardQueryOperatorTest.cs">
+ <Link>Tests\Linq\ObservableStandardQueryOperatorTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\ObservableTimeTest.cs">
+ <Link>Tests\Linq\ObservableTimeTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\QbservableExTest.cs">
+ <Link>Tests\Linq\QbservableExTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\QbservableTest.cs">
+ <Link>Tests\Linq\QbservableTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\Subjects\AsyncSubjectTest.cs">
+ <Link>Tests\Linq\Subjects\AsyncSubjectTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\Subjects\BehaviorSubjectTest.cs">
+ <Link>Tests\Linq\Subjects\BehaviorSubjectTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\Subjects\ReplaySubjectTest.cs">
+ <Link>Tests\Linq\Subjects\ReplaySubjectTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\Linq\Subjects\SubjectTest.cs">
+ <Link>Tests\Linq\Subjects\SubjectTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\MySubject.cs">
+ <Link>Tests\MySubject.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\RogueEnumerable.cs">
+ <Link>Tests\RogueEnumerable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\SystemClockTest.cs">
+ <Link>Tests\SystemClockTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\DefaultConcurrencyAbstractionLayerTest.cs">
+ <Link>Tests\DefaultConcurrencyAbstractionLayerTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\EventPatternSourceBaseTest.cs">
+ <Link>Tests\EventPatternSourceBaseTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\NotificationTest.cs">
+ <Link>Tests\NotificationTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\TaskObservableExtensionsTest.cs">
+ <Link>Tests\TaskObservableExtensionsTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\TimeTests.cs">
+ <Link>Tests\TimeTests.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\UnitTest.cs">
+ <Link>Tests\UnitTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyDisposable.cs">
+ <Link>Dummies\DummyDisposable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyEnumerable.cs">
+ <Link>Dummies\DummyEnumerable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyFunc.cs">
+ <Link>Dummies\DummyFunc.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyObservable.cs">
+ <Link>Dummies\DummyObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyObserver.cs">
+ <Link>Dummies\DummyObserver.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Dummies\DummyScheduler.cs">
+ <Link>Dummies\DummyScheduler.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Extensions.cs">
+ <Link>Extensions.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\MockDisposable.cs">
+ <Link>MockDisposable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\MockEnumerable.cs">
+ <Link>MockEnumerable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\NullErrorObservable.cs">
+ <Link>NullErrorObservable.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Properties\AssemblyInfo.cs">
+ <Link>Properties\AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\ListObservableTest.cs">
+ <Link>Tests\ListObservableTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\ObserverTest.cs">
+ <Link>Tests\ObserverTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\PrivateTypesTest.cs">
+ <Link>Tests\PrivateTypesTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Tests\RegressionTest.cs">
+ <Link>Tests\RegressionTest.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\TestTaskScheduler.cs">
+ <Link>TestTaskScheduler.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\..\Tests.System.Reactive\Utils.cs">
+ <Link>Utils.cs</Link>
+ </Compile>
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/Mono.Reactive.Testing/ios_Mono.Reactive.Testing.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/Mono.Reactive.Testing/ios_Mono.Reactive.Testing.csproj
new file mode 100644
index 0000000..c6f180a
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/Mono.Reactive.Testing/ios_Mono.Reactive.Testing.csproj
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{47d85a91-e8e2-4088-bf5a-68a161754d48}</ProjectGuid>
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
+ <AssemblyName>Mono.Reactive.Testing</AssemblyName>
+ <ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+
+ <additionalargs>-delaySign</additionalargs>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!--
+ <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
+ -->
+ <!-- NoStdLib>true</NoStdLib -->
+ <BuildPlatform>MOBILE</BuildPlatform>
+ <BuildFlavor>MONOTOUCH</BuildFlavor>
+ </PropertyGroup>
+ <Import Project="..\..\..\Common.targets" />
+ <PropertyGroup>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
+ <Reference Include='MonoTouch.NUnitLite' />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Linq\ios_System.Reactive.Linq.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
+ <Name>ios_System.Reactive.Linq</Name>
+</ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ </ItemGroup>
+ <ItemGroup>
+
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\ColdObservable.cs'>
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\GlobalSuppressions.cs'>
+ <Link>GlobalSuppressions.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\HotObservable.cs'>
+ <Link>HotObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\ITestObservable.cs'>
+ <Link>ITestObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\ITestObserver.cs'>
+ <Link>ITestObserver.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\MockObserver.cs'>
+ <Link>MockObserver.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\NamespaceDoc.cs'>
+ <Link>NamespaceDoc.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\Properties\AssemblyInfo.cs'>
+ <Link>Properties/AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\ReactiveAssert.cs'>
+ <Link>ReactiveAssert.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\ReactiveTest.cs'>
+ <Link>ReactiveTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\Recorded.cs'>
+ <Link>Recorded.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\Subscription.cs'>
+ <Link>Subscription.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Microsoft.Reactive.Testing\TestScheduler.cs'>
+ <Link>TestScheduler.cs</Link>
+ </Compile>
+
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
index b4cb998..6c8aa77 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Core</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
index 7664952..852b1e4 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Debugger</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
index 2c939b0..e0cb000 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Experimental</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
index f6cf4fe..58d34a0 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Interfaces</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
index cc518d7..87e494e 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Linq</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
index 0894129..9fdaa63 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.PlatformServices</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Providers/ios_System.Reactive.Providers.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Providers/ios_System.Reactive.Providers.csproj
new file mode 100644
index 0000000..135bfa3
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Providers/ios_System.Reactive.Providers.csproj
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{894021ec-14fb-430a-8572-bea9569ae435}</ProjectGuid>
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
+ <AssemblyName>System.Reactive.Providers</AssemblyName>
+ <ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
+ <additionalargs>-delaySign</additionalargs>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!--
+ <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
+ -->
+ <!-- NoStdLib>true</NoStdLib -->
+ <BuildPlatform>MOBILE</BuildPlatform>
+ <BuildFlavor>MONOTOUCH</BuildFlavor>
+ </PropertyGroup>
+ <Import Project="..\..\..\Common.targets" />
+ <PropertyGroup>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Linq\ios_System.Reactive.Linq.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
+ <Name>ios_System.Reactive.Linq</Name>
+</ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include='..\..\..\..\..\..\../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Strings_Providers.resx'>
+ <Link>Strings_Providers.resx</Link>
+ </EmbeddedResource>
+
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\GlobalSuppressions.cs'>
+ <Link>GlobalSuppressions.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Properties\AssemblyInfo.cs'>
+ <Link>Properties/AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Internal\Constants.cs'>
+ <Link>Reactive/Internal/Constants.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Joins\QueryablePattern.cs'>
+ <Link>Reactive/Joins/QueryablePattern.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Joins\QueryablePlan.cs'>
+ <Link>Reactive/Joins/QueryablePlan.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Linq\ExpressionVisitor.cs'>
+ <Link>Reactive/Linq/ExpressionVisitor.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Linq\Observable.Queryable.cs'>
+ <Link>Reactive/Linq/Observable.Queryable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Linq\Qbservable.cs'>
+ <Link>Reactive/Linq/Qbservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Linq\Qbservable.Generated.cs'>
+ <Link>Reactive/Linq/Qbservable.Generated.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\Linq\Qbservable.Joins.cs'>
+ <Link>Reactive/Linq/Qbservable.Joins.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Reactive\ObservableQuery.cs'>
+ <Link>Reactive/ObservableQuery.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Strings_Providers.Generated.cs'>
+ <Link>Strings_Providers.Generated.cs</Link>
+ </Compile>
+
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
index 9ca7b7f..b6fe945 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Runtime.Remoting</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
@@ -27,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Forms/ios_System.Reactive.Windows.Forms.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Forms/ios_System.Reactive.Windows.Forms.csproj
new file mode 100644
index 0000000..a70b93b
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Forms/ios_System.Reactive.Windows.Forms.csproj
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{912e14a2-7bdf-4600-8d55-e8c4f33a2063}</ProjectGuid>
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
+ <AssemblyName>System.Reactive.Windows.Forms</AssemblyName>
+ <ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
+ <additionalargs>-delaySign</additionalargs>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!--
+ <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
+ -->
+ <!-- NoStdLib>true</NoStdLib -->
+ <BuildPlatform>MOBILE</BuildPlatform>
+ <BuildFlavor>MONOTOUCH</BuildFlavor>
+ </PropertyGroup>
+ <Import Project="..\..\..\Common.targets" />
+ <PropertyGroup>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+</ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ </ItemGroup>
+ <ItemGroup>
+
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\GlobalSuppressions.cs'>
+ <Link>GlobalSuppressions.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\Reactive\Linq\ControlObservable.cs'>
+ <Link>Reactive/Linq/ControlObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\Reactive\Concurrency\ControlScheduler.cs'>
+ <Link>Reactive/Concurrency/ControlScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\Properties\AssemblyInfo.cs'>
+ <Link>Properties/AssemblyInfo.cs</Link>
+ </Compile>
+
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Threading/ios_System.Reactive.Windows.Threading.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Threading/ios_System.Reactive.Windows.Threading.csproj
new file mode 100644
index 0000000..545b520
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Windows.Threading/ios_System.Reactive.Windows.Threading.csproj
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{0f6c2933-8d0c-41e6-9f77-e8714ab8c4ab}</ProjectGuid>
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
+ <AssemblyName>System.Reactive.Windows.Threading</AssemblyName>
+ <ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
+ <additionalargs>-delaySign</additionalargs>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!--
+ <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
+ -->
+ <!-- NoStdLib>true</NoStdLib -->
+ <BuildPlatform>MOBILE</BuildPlatform>
+ <BuildFlavor>MONOTOUCH</BuildFlavor>
+ </PropertyGroup>
+ <Import Project="..\..\..\Common.targets" />
+ <PropertyGroup>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+</ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include='..\..\..\..\..\..\../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Strings_WindowsThreading.resx'>
+ <Link>Strings_WindowsThreading.resx</Link>
+ </EmbeddedResource>
+
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\GlobalSuppressions.cs'>
+ <Link>GlobalSuppressions.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Concurrency\CoreDispatcherScheduler.cs'>
+ <Link>Reactive/Concurrency/CoreDispatcherScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Internal\Constants.cs'>
+ <Link>Reactive/Internal/Constants.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Linq\CoreDispatcherObservable.cs'>
+ <Link>Reactive/Linq/CoreDispatcherObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Linq\DispatcherObservable.cs'>
+ <Link>Reactive/Linq/DispatcherObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Concurrency\DispatcherScheduler.cs'>
+ <Link>Reactive/Concurrency/DispatcherScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Properties\AssemblyInfo.cs'>
+ <Link>Properties/AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Strings_WindowsThreading.Generated.cs'>
+ <Link>Strings_WindowsThreading.Generated.cs</Link>
+ </Compile>
+
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/Tests.System.Reactive/ios_Tests.System.Reactive.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/Tests.System.Reactive/ios_Tests.System.Reactive.csproj
new file mode 100644
index 0000000..95323ec
--- /dev/null
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/Tests.System.Reactive/ios_Tests.System.Reactive.csproj
@@ -0,0 +1,356 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{45377009-1425-47fc-985e-05f98022f9e3}</ProjectGuid>
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Reactive</RootNamespace>
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
+ <AssemblyName>Tests.System.Reactive</AssemblyName>
+ <ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+
+ <additionalargs>-delaySign</additionalargs>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>False</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>True</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ConsolePause>False</ConsolePause>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!--
+ <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
+ -->
+ <!-- NoStdLib>true</NoStdLib -->
+ <BuildPlatform>MOBILE</BuildPlatform>
+ <BuildFlavor>MONOTOUCH</BuildFlavor>
+ </PropertyGroup>
+ <Import Project="..\..\..\Common.targets" />
+ <PropertyGroup>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
+ <Reference Include='MonoTouch.NUnitLite' />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Mono.Reactive.Testing\ios_Mono.Reactive.Testing.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}</Project>
+ <Name>ios_Mono.Reactive.Testing</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Experimental\ios_System.Reactive.Experimental.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
+ <Name>ios_System.Reactive.Experimental</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.PlatformServices\ios_System.Reactive.PlatformServices.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
+ <Name>ios_System.Reactive.PlatformServices</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Providers\ios_System.Reactive.Providers.csproj" Condition=" '$(BuildFlavor)' != 'SILVERLIGHTM7' And '$(BuildPlatform)' != 'XNA' " xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</Project>
+ <Name>ios_System.Reactive.Providers</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Linq\ios_System.Reactive.Linq.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
+ <Name>ios_System.Reactive.Linq</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Runtime.Remoting\ios_System.Reactive.Runtime.Remoting.csproj" Condition=" '$(BuildPlatform)' != 'WINDOWS_PHONE' And '$(BuildTarget)' != 'WP7' " xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{7A6EF49E-7946-4101-9C89-407B9C53A173}</Project>
+ <Name>ios_System.Reactive.Runtime.Remoting</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Windows.Forms\ios_System.Reactive.Windows.Forms.csproj" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}</Project>
+ <Name>ios_System.Reactive.Windows.Forms</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Windows.Threading\ios_System.Reactive.Windows.Threading.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Project>{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}</Project>
+ <Name>ios_System.Reactive.Windows.Threading</Name>
+</ProjectReference>
+ <!--
+ <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
+ <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
+ <Name>Android.NUnitLite</Name>
+ </ProjectReference>
+ -->
+ </ItemGroup>
+ <ItemGroup>
+
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\App.cs'>
+ <Link>App.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\DispatcherHelpers.cs'>
+ <Link>DispatcherHelpers.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Semaphore.cs'>
+ <Link>Semaphore.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Core\Disposables\Composite.cs'>
+ <Link>Stress/Core/Disposables/Composite.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Core\Disposables\Serial.cs'>
+ <Link>Stress/Core/Disposables/Serial.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Core\Disposables\SingleAssignment.cs'>
+ <Link>Stress/Core/Disposables/SingleAssignment.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Core\Disposables\RefCount.cs'>
+ <Link>Stress/Core/Disposables/RefCount.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Linq\Delay.cs'>
+ <Link>Stress/Linq/Delay.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Linq\FromEvent.cs'>
+ <Link>Stress/Linq/FromEvent.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Helpers.cs'>
+ <Link>Stress/Helpers.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Stress\Linq\Replay.cs'>
+ <Link>Stress/Linq/Replay.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\TestBase.cs'>
+ <Link>TestBase.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\TestLongRunningScheduler.cs'>
+ <Link>TestLongRunningScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\AnonymousTest.cs'>
+ <Link>Tests/AnonymousTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\ConcurrencyTest.cs'>
+ <Link>Tests/Concurrency/ConcurrencyTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\ScheduledItemTest.cs'>
+ <Link>Tests/Concurrency/ScheduledItemTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\StopwatchTest.cs'>
+ <Link>Tests/Concurrency/StopwatchTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\SynchronizationTest.cs'>
+ <Link>Tests/Concurrency/SynchronizationTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\ConnectableObservable.cs'>
+ <Link>Tests/ConnectableObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\ConnectableObservableTest.cs'>
+ <Link>Tests/ConnectableObservableTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\AsyncLockTest.cs'>
+ <Link>Tests/Concurrency/AsyncLockTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\ControlSchedulerTest.cs'>
+ <Link>Tests/Concurrency/ControlSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\CurrentThreadSchedulerTest.cs'>
+ <Link>Tests/Concurrency/CurrentThreadSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\DefaultSchedulerTest.cs'>
+ <Link>Tests/Concurrency/DefaultSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\EventLoopSchedulerTest.cs'>
+ <Link>Tests/Concurrency/EventLoopSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\HistoricalSchedulerTest.cs'>
+ <Link>Tests/Concurrency/HistoricalSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\ImmediateSchedulerTest.cs'>
+ <Link>Tests/Concurrency/ImmediateSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\NewThreadSchedulerTest.cs'>
+ <Link>Tests/Concurrency/NewThreadSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\SchedulerTest.cs'>
+ <Link>Tests/Concurrency/SchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\SynchronizationContextSchedulerTest.cs'>
+ <Link>Tests/Concurrency/SynchronizationContextSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\TaskPoolSchedulerTest.cs'>
+ <Link>Tests/Concurrency/TaskPoolSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\ThreadPoolSchedulerTest.cs'>
+ <Link>Tests/Concurrency/ThreadPoolSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Concurrency\VirtualSchedulerTest.cs'>
+ <Link>Tests/Concurrency/VirtualSchedulerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Disposables\DisposableTests.cs'>
+ <Link>Tests/Disposables/DisposableTests.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableAggregateTest.cs'>
+ <Link>Tests/Linq/ObservableAggregateTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableAsyncTest.cs'>
+ <Link>Tests/Linq/ObservableAsyncTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableAwaiterTest.cs'>
+ <Link>Tests/Linq/ObservableAwaiterTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableBindingTest.cs'>
+ <Link>Tests/Linq/ObservableBindingTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableBlockingTest.cs'>
+ <Link>Tests/Linq/ObservableBlockingTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableConversionTests.cs'>
+ <Link>Tests/Linq/ObservableConversionTests.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableCreationTest.cs'>
+ <Link>Tests/Linq/ObservableCreationTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableEventsTest.cs'>
+ <Link>Tests/Linq/ObservableEventsTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableExtensionsTest.cs'>
+ <Link>Tests/Linq/ObservableExtensionsTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableImperativeTest.cs'>
+ <Link>Tests/Linq/ObservableImperativeTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableJoinsTest.cs'>
+ <Link>Tests/Linq/ObservableJoinsTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableMultipleTest.cs'>
+ <Link>Tests/Linq/ObservableMultipleTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableRemotingTest.cs'>
+ <Link>Tests/Linq/ObservableRemotingTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableSafetyTest.cs'>
+ <Link>Tests/Linq/ObservableSafetyTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableSingleTest.cs'>
+ <Link>Tests/Linq/ObservableSingleTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableStandardQueryOperatorTest.cs'>
+ <Link>Tests/Linq/ObservableStandardQueryOperatorTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\ObservableTimeTest.cs'>
+ <Link>Tests/Linq/ObservableTimeTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\QbservableExTest.cs'>
+ <Link>Tests/Linq/QbservableExTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\QbservableTest.cs'>
+ <Link>Tests/Linq/QbservableTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\Subjects\AsyncSubjectTest.cs'>
+ <Link>Tests/Linq/Subjects/AsyncSubjectTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\Subjects\BehaviorSubjectTest.cs'>
+ <Link>Tests/Linq/Subjects/BehaviorSubjectTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\Subjects\ReplaySubjectTest.cs'>
+ <Link>Tests/Linq/Subjects/ReplaySubjectTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\Linq\Subjects\SubjectTest.cs'>
+ <Link>Tests/Linq/Subjects/SubjectTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\MySubject.cs'>
+ <Link>Tests/MySubject.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\RogueEnumerable.cs'>
+ <Link>Tests/RogueEnumerable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\SystemClockTest.cs'>
+ <Link>Tests/SystemClockTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\DefaultConcurrencyAbstractionLayerTest.cs'>
+ <Link>Tests/DefaultConcurrencyAbstractionLayerTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\EventPatternSourceBaseTest.cs'>
+ <Link>Tests/EventPatternSourceBaseTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\NotificationTest.cs'>
+ <Link>Tests/NotificationTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\TaskObservableExtensionsTest.cs'>
+ <Link>Tests/TaskObservableExtensionsTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\TimeTests.cs'>
+ <Link>Tests/TimeTests.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\UnitTest.cs'>
+ <Link>Tests/UnitTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyDisposable.cs'>
+ <Link>Dummies/DummyDisposable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyEnumerable.cs'>
+ <Link>Dummies/DummyEnumerable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyFunc.cs'>
+ <Link>Dummies/DummyFunc.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyObservable.cs'>
+ <Link>Dummies/DummyObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyObserver.cs'>
+ <Link>Dummies/DummyObserver.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Dummies\DummyScheduler.cs'>
+ <Link>Dummies/DummyScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Extensions.cs'>
+ <Link>Extensions.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\MockDisposable.cs'>
+ <Link>MockDisposable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\MockEnumerable.cs'>
+ <Link>MockEnumerable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\NullErrorObservable.cs'>
+ <Link>NullErrorObservable.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Properties\AssemblyInfo.cs'>
+ <Link>Properties/AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\ListObservableTest.cs'>
+ <Link>Tests/ListObservableTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\ObserverTest.cs'>
+ <Link>Tests/ObserverTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\PrivateTypesTest.cs'>
+ <Link>Tests/PrivateTypesTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Tests\RegressionTest.cs'>
+ <Link>Tests/RegressionTest.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\TestTaskScheduler.cs'>
+ <Link>TestTaskScheduler.cs</Link>
+ </Compile>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\Tests.System.Reactive\Utils.cs'>
+ <Link>Utils.cs</Link>
+ </Compile>
+
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>