Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -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>