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:
Diffstat (limited to 'Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj166
1 files changed, 85 insertions, 81 deletions
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 4bc5391..730762c 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,6 +13,8 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Core</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
+ <DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
+ <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -21,7 +23,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;MONOTOUCH;NUNIT;NO_TASK_DELAY;PREFER_ASYNC;HAS_APTCA;NO_WINDOWS_THREADING;NO_SERIALIZABLE;NO_REFLECTION_EMIT;PLIB</DefineConstants>
+ <DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -29,9 +31,10 @@
<OutputPath>bin\Release</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>MONOTOUCH;NUNIT;NO_TASK_DELAY;PREFER_ASYNC;HAS_APTCA;NO_WINDOWS_THREADING;NO_SERIALIZABLE;NO_REFLECTION_EMIT;PLIB</DefineConstants>
+ <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_PROGRESS;PREFER_ASYNC;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB</DefineConstants>
</PropertyGroup>
<PropertyGroup>
+ <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_PROGRESS;PREFER_ASYNC;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB</DefineConstants>
<!--
<TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
@@ -47,6 +50,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
+ <Reference Include="MonoTouch.NUnitLite" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -61,7 +65,7 @@
-->
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include='..\..\..\..\../../../external/rx/Rx.NET/System.Reactive.Core/Strings_Core.resx'>
+ <EmbeddedResource Include='..\..\..\..\..\..\../../../external/rx/Rx/NET/Source/System.Reactive.Core/Strings_Core.resx'>
<Link>Strings_Core.resx</Link>
</EmbeddedResource>
@@ -70,238 +74,238 @@
<Link>ColdObservable.cs</Link>
</Compile>
-->
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\GlobalSuppressions.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\GlobalSuppressions.cs'>
<Link>GlobalSuppressions.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\InternalsVisibleTo.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\InternalsVisibleTo.cs'>
<Link>InternalsVisibleTo.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\NamespaceDocs.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\NamespaceDocs.cs'>
<Link>NamespaceDocs.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Observable.Extensions.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Observable.Extensions.cs'>
<Link>Observable.Extensions.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Observer.Extensions.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Observer.Extensions.cs'>
<Link>Observer.Extensions.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Properties\AssemblyInfo.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Properties\AssemblyInfo.cs'>
<Link>Properties/AssemblyInfo.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\AnonymousObservable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\AnonymousObservable.cs'>
<Link>Reactive/AnonymousObservable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\AnonymousObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\AnonymousObserver.cs'>
<Link>Reactive/AnonymousObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\AnonymousSafeObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\AnonymousSafeObserver.cs'>
<Link>Reactive/AnonymousSafeObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\AsyncLock.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\AsyncLock.cs'>
<Link>Reactive/Concurrency/AsyncLock.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\CatchScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\CatchScheduler.cs'>
<Link>Reactive/Concurrency/CatchScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\ConcurrencyAbstractionLayer.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\ConcurrencyAbstractionLayer.cs'>
<Link>Reactive/Concurrency/ConcurrencyAbstractionLayer.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\ConcurrencyAbstractionLayer.Default.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\ConcurrencyAbstractionLayer.Default.cs'>
<Link>Reactive/Concurrency/ConcurrencyAbstractionLayer.Default.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Wrappers.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Wrappers.cs'>
<Link>Reactive/Concurrency/Scheduler.Wrappers.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\DisableOptimizationsScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\DisableOptimizationsScheduler.cs'>
<Link>Reactive/Concurrency/DisableOptimizationsScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Services.Emulation.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Services.Emulation.cs'>
<Link>Reactive/Concurrency/Scheduler.Services.Emulation.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\LocalScheduler.TimerQueue.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\LocalScheduler.TimerQueue.cs'>
<Link>Reactive/Concurrency/LocalScheduler.TimerQueue.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Services.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Services.cs'>
<Link>Reactive/Concurrency/Scheduler.Services.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\CurrentThreadScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\CurrentThreadScheduler.cs'>
<Link>Reactive/Concurrency/CurrentThreadScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\ImmediateScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\ImmediateScheduler.cs'>
<Link>Reactive/Concurrency/ImmediateScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\LocalScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\LocalScheduler.cs'>
<Link>Reactive/Concurrency/LocalScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\ScheduledItem.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\ScheduledItem.cs'>
<Link>Reactive/Concurrency/ScheduledItem.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Async.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Async.cs'>
<Link>Reactive/Concurrency/Scheduler.Async.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.cs'>
<Link>Reactive/Concurrency/Scheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Recursive.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Recursive.cs'>
<Link>Reactive/Concurrency/Scheduler.Recursive.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Scheduler.Simple.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Scheduler.Simple.cs'>
<Link>Reactive/Concurrency/Scheduler.Simple.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\SchedulerDefaults.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\SchedulerDefaults.cs'>
<Link>Reactive/Concurrency/SchedulerDefaults.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\SchedulerOperation.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\SchedulerOperation.cs'>
<Link>Reactive/Concurrency/SchedulerOperation.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\SchedulerQueue.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\SchedulerQueue.cs'>
<Link>Reactive/Concurrency/SchedulerQueue.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\SchedulerWrapper.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\SchedulerWrapper.cs'>
<Link>Reactive/Concurrency/SchedulerWrapper.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Stopwatch.Default.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Stopwatch.Default.cs'>
<Link>Reactive/Concurrency/Stopwatch.Default.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Synchronization.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Synchronization.cs'>
<Link>Reactive/Concurrency/Synchronization.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Synchronization.ObserveOn.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Synchronization.ObserveOn.cs'>
<Link>Reactive/Concurrency/Synchronization.ObserveOn.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\Synchronization.Synchronize.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\Synchronization.Synchronize.cs'>
<Link>Reactive/Concurrency/Synchronization.Synchronize.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\SynchronizationContextScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\SynchronizationContextScheduler.cs'>
<Link>Reactive/Concurrency/SynchronizationContextScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Concurrency\DefaultScheduler.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Concurrency\DefaultScheduler.cs'>
<Link>Reactive/Concurrency/DefaultScheduler.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\AsyncLockObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\AsyncLockObserver.cs'>
<Link>Reactive/Internal/AsyncLockObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\CheckedObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\CheckedObserver.cs'>
<Link>Reactive/Internal/CheckedObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ConcurrentDictionary.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ConcurrentDictionary.cs'>
<Link>Reactive/Internal/ConcurrentDictionary.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ConcurrentQueue.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ConcurrentQueue.cs'>
<Link>Reactive/Internal/ConcurrentQueue.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Constants.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Constants.cs'>
<Link>Reactive/Internal/Constants.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\AnonymousDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\AnonymousDisposable.cs'>
<Link>Reactive/Disposables/AnonymousDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\BooleanDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\BooleanDisposable.cs'>
<Link>Reactive/Disposables/BooleanDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\CancellationDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\CancellationDisposable.cs'>
<Link>Reactive/Disposables/CancellationDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\CompositeDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\CompositeDisposable.cs'>
<Link>Reactive/Disposables/CompositeDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\ContextDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\ContextDisposable.cs'>
<Link>Reactive/Disposables/ContextDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\DefaultDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\DefaultDisposable.cs'>
<Link>Reactive/Disposables/DefaultDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\Disposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\Disposable.cs'>
<Link>Reactive/Disposables/Disposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\MultipleAssignmentDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\MultipleAssignmentDisposable.cs'>
<Link>Reactive/Disposables/MultipleAssignmentDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\RefCountDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\RefCountDisposable.cs'>
<Link>Reactive/Disposables/RefCountDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\ScheduledDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\ScheduledDisposable.cs'>
<Link>Reactive/Disposables/ScheduledDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\SerialDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\SerialDisposable.cs'>
<Link>Reactive/Disposables/SerialDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Disposables\SingleAssignmentDisposable.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Disposables\SingleAssignmentDisposable.cs'>
<Link>Reactive/Disposables/SingleAssignmentDisposable.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\AutoDetachObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\AutoDetachObserver.cs'>
<Link>Reactive/Internal/AutoDetachObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ExceptionServices.Default.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ExceptionServices.Default.cs'>
<Link>Reactive/Internal/ExceptionServices.Default.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ExceptionServices.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ExceptionServices.cs'>
<Link>Reactive/Internal/ExceptionServices.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\HostLifecycleService.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\HostLifecycleService.cs'>
<Link>Reactive/Internal/HostLifecycleService.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ImmutableList.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ImmutableList.cs'>
<Link>Reactive/Internal/ImmutableList.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Lazy.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Lazy.cs'>
<Link>Reactive/Internal/Lazy.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Observers.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Observers.cs'>
<Link>Reactive/Internal/Observers.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\PlatformEnlightenmentProvider.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\PlatformEnlightenmentProvider.cs'>
<Link>Reactive/Internal/PlatformEnlightenmentProvider.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\PriorityQueue.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\PriorityQueue.cs'>
<Link>Reactive/Internal/PriorityQueue.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Producer.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Producer.cs'>
<Link>Reactive/Internal/Producer.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\SafeObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\SafeObserver.cs'>
<Link>Reactive/Internal/SafeObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\ScheduledObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\ScheduledObserver.cs'>
<Link>Reactive/Internal/ScheduledObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Semaphore.Silverlight.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Semaphore.Silverlight.cs'>
<Link>Reactive/Internal/Semaphore.Silverlight.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Semaphore.Xna.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Semaphore.Xna.cs'>
<Link>Reactive/Internal/Semaphore.Xna.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Sink.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Sink.cs'>
<Link>Reactive/Internal/Sink.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\Stubs.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\Stubs.cs'>
<Link>Reactive/Internal/Stubs.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\SynchronizationContextExtensions.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\SynchronizationContextExtensions.cs'>
<Link>Reactive/Internal/SynchronizationContextExtensions.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\SynchronizedObserver.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\SynchronizedObserver.cs'>
<Link>Reactive/Internal/SynchronizedObserver.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\SystemClock.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\SystemClock.cs'>
<Link>Reactive/Internal/SystemClock.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Internal\SystemClock.Default.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Internal\SystemClock.Default.cs'>
<Link>Reactive/Internal/SystemClock.Default.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Notification.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Notification.cs'>
<Link>Reactive/Notification.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\ObservableBase.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\ObservableBase.cs'>
<Link>Reactive/ObservableBase.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\ObserverBase.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\ObserverBase.cs'>
<Link>Reactive/ObserverBase.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Reactive\Unit.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Reactive\Unit.cs'>
<Link>Reactive/Unit.cs</Link>
</Compile>
- <Compile Include='..\..\..\..\..\..\..\external\rx\Rx.NET\System.Reactive.Core\Strings_Core.Generated.cs'>
+ <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Strings_Core.Generated.cs'>
<Link>Strings_Core.Generated.cs</Link>
</Compile>