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-04-16 01:05:13 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-04-16 01:05:13 +0400
commit42ba6f8edbd7340990117298100e7bce1cac06df (patch)
tree6ffdb4e3d194e5023e9982d9a2d9c10266c43652
parent827c6f1dda9596b9c5553fa1a0ee0746b2755d84 (diff)
async build was not fully added to the build.
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/Mono.Reactive.Testing/ios_Mono.Reactive.Testing.csproj52
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/Tests.System.Reactive/ios_Tests.System.Reactive.csproj241
8 files changed, 154 insertions, 151 deletions
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
index 524ce9b..7a76a77 100644
--- 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
@@ -14,7 +14,6 @@
<AssemblyName>Mono.Reactive.Testing</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;SIGNED</DefineConstants>
-
<additionalargs>-delaySign</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -24,7 +23,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -50,19 +49,20 @@
<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>
+ <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>
@@ -71,52 +71,50 @@
-->
</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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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>
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 1325565..b815916 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;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 7035d1c..8f1efa4 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;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 8eab8b2..a4cea67 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;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 4d4d4a8..9522565 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;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 7960264..6d2b24d 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;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 b309b9e..6592545 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
@@ -27,7 +27,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
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
index 371264b..2f3739f 100644
--- 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
@@ -14,7 +14,6 @@
<AssemblyName>Tests.System.Reactive</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;SIGNED</DefineConstants>
-
<additionalargs>-delaySign</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -24,7 +23,7 @@
<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>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -50,40 +49,48 @@
<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>
+ <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>
@@ -92,262 +99,260 @@
-->
</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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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'>
+ <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>