Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
90d4a9b
apply mono changes as explained in README.md.
Jan 22, 2013
d21b9b2
Merge branch 'master' into rx-oss-v1.1
Jan 22, 2013
dcd6811
import old Rx_Xamarin to new branch.
Jan 22, 2013
c6248a9
update generated project files.
Jan 22, 2013
ce26cc9
apply mono.patch in this tree.
Jan 22, 2013
cab4ad3
update mobile project files.
Jan 22, 2013
e028573
re-apply mcs compilation error workaround fix.
Jan 22, 2013
e380e1d
apply monodroid issue workaround.
Jan 22, 2013
0d4c232
re-apply monotouch AOT workaround fix.
Jan 22, 2013
893ba74
re-apply condition for windows threading, reflection emit and Current…
Jan 22, 2013
0675160
update csproj files. This time android builds.
Jan 22, 2013
ada9fe8
iOS projects now build too.
Jan 22, 2013
1f4d163
fix Android.NUnitLite reference.
Jan 22, 2013
e003098
add missing android test projects and update iOS projects (-d:NO_REMO…
Jan 23, 2013
057194a
remove extra entries in gitignore.
Jan 23, 2013
4202b44
update rx android binaries to the laest ms release (not perfectly wor…
Jan 23, 2013
05776c5
update iOS projects, MD fails to resolve paths that uses backslash so…
Jan 23, 2013
ee8ec71
WTF was the previous change? Regenerated the projects that both andro…
Jan 23, 2013
c80fd27
add android sample github API client.
Feb 7, 2013
b7bfccc
(experimental) update rx assemblies.
Feb 7, 2013
106ae81
fix project files so that both VS and MD can load. switch to Windows-…
Feb 8, 2013
4521f5f
moved mobile sample dir.
Feb 8, 2013
17e8477
import 5526a6f490db changes. Manually applied the change from rx-oss-…
Feb 8, 2013
58b7116
Add Xamarin Package description from Atsushi
migueldeicaza Mar 7, 2013
43326ab
Updated the Details page
migueldeicaza Mar 7, 2013
051415e
add GettingStarted.md and misc packaging updates.
Mar 27, 2013
57aa53f
mono master migration resulted in some regression on perf. tests so t…
Mar 27, 2013
999c19d
[xpkg] several fixes are needed for packaging.
Mar 29, 2013
af395db
fix image URL
Mar 29, 2013
4bfca8a
Add mobile-specific InternalTo signatures.
Apr 8, 2013
9b0d352
Add -d:HAS_AWAIT for await support in XA.
Apr 8, 2013
9b8e5c3
remoting is not going to be supported in XA so remove it.
Apr 8, 2013
162539c
added Makefile for building and packaging everything.
Apr 8, 2013
827c6f1
add -d:HAS_AWAIT and remove remoting for iOS projects too.
Apr 8, 2013
42ba6f8
async build was not fully added to the build.
Apr 15, 2013
3501a95
Add NuGet package nuspec.
May 7, 2013
b78bbf9
Make changes to project structures so that they can be simply built w…
May 8, 2013
18c7132
Added documentation for NuGet packaging.
May 8, 2013
826e68d
Add warnings on release notes.
May 8, 2013
185dc5d
update csproj files: auto-generated.
May 9, 2013
8b60984
Add Ix mobile projects.
Aug 8, 2013
4155222
Use new Unit Test project instead of Andr.Unit.
Aug 13, 2013
cd51448
Add missing project files and remove old files.
Aug 13, 2013
2246662
Fix Ix Android projects to build using xbuild (XS somehow built them …
Aug 13, 2013
6c20b35
Temporarily disable a runtime regression case that prevents everything.
Sep 12, 2013
613653a
Fix project paths in sln. The earlier commits are done when monodevel…
Sep 12, 2013
44dec82
Merge branch 'master' into rx-oss-v2.2
atsushieno Dec 16, 2013
843701a
Fixed some bogus merge.
atsushieno Dec 16, 2013
1f7c19d
one more merge failure fix.
atsushieno Dec 16, 2013
00c1aad
re-applied replacer.sh so that new tests get NUnit patches. Regenerat…
atsushieno Dec 16, 2013
8b40553
Add aliases.dll to the solution.
Jan 6, 2014
d516ecb
Exclude Qbservable-related tests for NO_EXPRESSIONS condition.
Jan 6, 2014
b29a4b0
Do not generate doc xml, XS does not support build properties there.
Jan 6, 2014
2a85e25
added ios unified support
moljac Oct 15, 2014
d52d1b2
Release build fixes
moljac Oct 17, 2014
017c462
Relase build - fix generating documentation
moljac Oct 17, 2014
acbb216
Xamarin.Android fixes
moljac Oct 21, 2014
ded7345
xamarin ios 8.6 tests
moljac Dec 16, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ix/NET/Enumerable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
Expand Down
25 changes: 25 additions & 0 deletions Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>InteractiveExtensionsForAndroid</id>
<version>2.1.0</version>
<authors>Microsoft Open Technologies, Inc</authors>
<owners>Xamarin Inc.</owners>
<licenseUrl>https://raw.github.com/mono/rx/master/Ix/NET/license.txt</licenseUrl>
<projectUrl>https://github.com/mono/rx</projectUrl>
<iconUrl>https://raw.github.com/mono/rx/master/Ix/NET/Resources/Artwork/Logo_Color.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. (Android)</description>
<releaseNotes>Initial NuGet package release. WARNING: this won't work as expected if you are not using Xamarin.Android v4.7.x or later, which ships with some runtime bugfixes.</releaseNotes>
<copyright>Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.</copyright>
<tags>Ix Interactive Linq Xamarin Android</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid" />
</frameworkAssemblies>
</metadata>
<files>
<file target="lib/MonoAndroid" src="android/ix/System.Interactive/bin/Release/System.Interactive.dll" />
<file target="lib/MonoAndroid" src="android/ix/System.Interactive.Async/bin/Release/System.Interactive.Async.dll" />
<file target="lib/MonoAndroid" src="android/ix/System.Interactive.Providers/bin/Release/System.Interactive.Providers.dll" />
</files>
</package>
36 changes: 36 additions & 0 deletions Ix/NET/Ix_Xamarin/Ix_Xamarin_android.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "android_System.Interactive", "android\ix\System.Interactive\android_System.Interactive.csproj", "{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "android_System.Interactive.Async", "android\ix\System.Interactive.Async\android_System.Interactive.Async.csproj", "{065F2411-7610-4AD6-9513-A1EFFCE576C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "android_System.Interactive.Providers", "android\ix\System.Interactive.Providers\android_System.Interactive.Providers.csproj", "{C4037060-1692-4423-B29E-76F3A74A72A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{065F2411-7610-4AD6-9513-A1EFFCE576C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{065F2411-7610-4AD6-9513-A1EFFCE576C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{065F2411-7610-4AD6-9513-A1EFFCE576C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{065F2411-7610-4AD6-9513-A1EFFCE576C0}.Release|Any CPU.Build.0 = Release|Any CPU
{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}.Release|Any CPU.Build.0 = Release|Any CPU
{C4037060-1692-4423-B29E-76F3A74A72A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4037060-1692-4423-B29E-76F3A74A72A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4037060-1692-4423-B29E-76F3A74A72A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4037060-1692-4423-B29E-76F3A74A72A5}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = android\ix\System.Interactive\android_System.Interactive.csproj
EndGlobalSection
EndGlobal
9 changes: 9 additions & 0 deletions Ix/NET/Ix_Xamarin/Ix_Xamarin_iOS.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<?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>{065F2411-7610-4AD6-9513-A1EFFCE576C0}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>System.Reactive</RootNamespace>
<AssemblyName>System.Interactive.Async</AssemblyName>
<DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</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>
<DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</DefineConstants>
</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>
-->
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Conversions.cs">
<Link>AsyncEnumerable.Conversions.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Creation.cs">
<Link>AsyncEnumerable.Creation.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Exceptions.cs">
<Link>AsyncEnumerable.Exceptions.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Generated.cs">
<Link>AsyncEnumerable.Generated.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Single.cs">
<Link>AsyncEnumerable.Single.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Multiple.cs">
<Link>AsyncEnumerable.Multiple.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerable.Aggregates.cs">
<Link>AsyncEnumerable.Aggregates.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\AsyncEnumerator.cs">
<Link>AsyncEnumerator.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\Disposables.cs">
<Link>Disposables.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\EnumerableGrouping.cs">
<Link>EnumerableGrouping.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\IAsyncEnumerable.cs">
<Link>IAsyncEnumerable.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\IAsyncEnumerator.cs">
<Link>IAsyncEnumerator.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\IAsyncGrouping.cs">
<Link>IAsyncGrouping.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\IOrderedAsyncEnumerable.cs">
<Link>IOrderedAsyncEnumerable.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Async\TaskExt.cs">
<Link>TaskExt.cs</Link>
</Compile>

<!--
<Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
<Link>ColdObservable.cs</Link>
</Compile>
-->

</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?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>{C4037060-1692-4423-B29E-76F3A74A72A5}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>System.Reactive</RootNamespace>
<AssemblyName>System.Interactive.Providers</AssemblyName>
<DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</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>
<DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</DefineConstants>
</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="..\System.Interactive\android_System.Interactive.csproj">
<Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
<Name>android_System.Interactive</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="..\..\..\..\System.Interactive.Providers\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive.Providers\QueryableEx.cs">
<Link>QueryableEx.cs</Link>
</Compile>

<!--
<Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
<Link>ColdObservable.cs</Link>
</Compile>
-->

</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?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>{5F7F40B6-19D3-48C7-8E15-AE1F976F60E1}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>System.Reactive</RootNamespace>
<AssemblyName>System.Interactive</AssemblyName>
<DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</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>
<DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;HAS_AWAIT;NUNIT;MONODROID;$(SignAssemblySpec)</DefineConstants>
</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>
-->
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\System.Interactive\IAwaitable.cs">
<Link>IAwaitable.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Imperative.cs">
<Link>EnumerableEx.Imperative.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Multiple.cs">
<Link>EnumerableEx.Multiple.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Single.cs">
<Link>EnumerableEx.Single.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Exceptions.cs">
<Link>EnumerableEx.Exceptions.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Creation.cs">
<Link>EnumerableEx.Creation.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Buffering.cs">
<Link>EnumerableEx.Buffering.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\EnumerableEx.Aggregates.cs">
<Link>EnumerableEx.Aggregates.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\IYielder.cs">
<Link>IYielder.cs</Link>
</Compile>
<Compile Include="..\..\..\..\System.Interactive\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>

<!--
<Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
<Link>ColdObservable.cs</Link>
</Compile>
-->

</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
</Project>
Loading