Welcome to mirror list, hosted at ThFree Co, Russian Federation.

android_System.Reactive.Experimental.csproj « System.Reactive.Experimental « rx « android « Rx_Xamarin « Source « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce3960c2f42205c7ee5c037d689093c74624cae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?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>{00dc3654-e373-4e3f-80fe-109f795adf1f}</ProjectGuid>
    <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <RootNamespace>System.Reactive</RootNamespace>
    <AssemblyName>System.Reactive.Experimental</AssemblyName>
    <DefineConstants>DEBUG;NO_TASK_DELAY;SIGNED;NUNIT</DefineConstants>
    <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
  </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>
  </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.Reactive.Linq\android_System.Reactive.Linq.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  <Name>android_System.Reactive.Linq</Name>
</ProjectReference><ProjectReference Include="..\System.Reactive.Core\android_System.Reactive.Core.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  <Name>android_System.Reactive.Core</Name>
</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\android_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <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>
      <Name>Android.NUnitLite</Name>
    </ProjectReference>
    -->
  </ItemGroup>
  <ItemGroup>

    <!--
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
      <Link>ColdObservable.cs</Link>
    </Compile>
    -->
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\ExperimentalAttribute.cs'>
      <Link>ExperimentalAttribute.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\InternalsVisibleTo.cs'>
      <Link>InternalsVisibleTo.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Properties\AssemblyInfo.cs'>
      <Link>Properties/AssemblyInfo.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Internal\BinaryObserver.cs'>
      <Link>Reactive/Internal/BinaryObserver.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Linq\QbservableEx.cs'>
      <Link>Reactive/Linq/QbservableEx.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Linq\IQueryLanguageEx.cs'>
      <Link>Reactive/Linq/IQueryLanguageEx.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Linq\ObservableEx.cs'>
      <Link>Reactive/Linq/ObservableEx.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Linq\QbservableEx.Generated.cs'>
      <Link>Reactive/Linq/QbservableEx.Generated.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\Linq\QueryLanguageEx.cs'>
      <Link>Reactive/Linq/QueryLanguageEx.cs</Link>
    </Compile>
    <Compile Include='..\..\..\..\..\..\..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\ListObservable.cs'>
      <Link>Reactive/ListObservable.cs</Link>
    </Compile>

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