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@gmail.com>2013-12-16 22:27:56 +0400
committerAtsushi Eno <atsushieno@gmail.com>2013-12-16 22:27:56 +0400
commit00c1aadf149334c694d2a5096983a84cf46221b8 (patch)
treef6dcfe2b827f7420f2eac701207d79cef7545a94 /Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj
parent1f7c19d6fa8409fc9019672a59804605ffead85c (diff)
re-applied replacer.sh so that new tests get NUnit patches. Regenerated mobile projects from mono/mcs/class/build-rx-dll-sources.sh.
Diffstat (limited to 'Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj26
1 files changed, 14 insertions, 12 deletions
diff --git a/Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj b/Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj
index 91ec222..6c3099c 100644
--- a/Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/android/rx/System.Reactive.Experimental/android_System.Reactive.Experimental.csproj
@@ -30,6 +30,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
+ <AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
@@ -38,18 +39,17 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\System.Reactive.Linq\android_System.Reactive.Linq.csproj">
- <Project>{EC704077-EA31-4852-AD24-6732244174C0}</Project>
- <Name>android_System.Reactive.Linq</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Reactive.Core\android_System.Reactive.Core.csproj">
- <Project>{FEF62C23-10CD-4DEF-A5AE-54A8B309E970}</Project>
- <Name>android_System.Reactive.Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Reactive.Interfaces\android_System.Reactive.Interfaces.csproj">
- <Project>{4FA878DC-6E88-43C4-B37B-8C1151CEC56F}</Project>
- <Name>android_System.Reactive.Interfaces</Name>
- </ProjectReference>
+
+<ProjectReference Include="..\System.Reactive.Linq\android_System.Reactive.Linq.csproj">
+ <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
+ <Name>android_System.Reactive.Linq</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Core\android_System.Reactive.Core.csproj">
+ <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
+ <Name>android_System.Reactive.Core</Name>
+</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\android_System.Reactive.Interfaces.csproj">
+ <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
+ <Name>android_System.Reactive.Interfaces</Name>
+</ProjectReference>
<!--
<ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
<Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
@@ -88,11 +88,13 @@
<Compile Include="..\..\..\..\System.Reactive.Experimental\Reactive\ListObservable.cs">
<Link>Reactive\ListObservable.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>