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

ios_System.Interactive.Async.csproj « System.Interactive.Async « ix « iOS « Ix_Xamarin « NET « Ix - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d44a93211a458f5fc2b1a49bbfc48760edf06ff (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{220AD2F1-FEE9-4514-8F36-6BE37F0AAD7F}</ProjectGuid>
    <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>System.Reactive</RootNamespace>
    <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
    <AssemblyName>System.Interactive.Async</AssemblyName>
    <ProductSignAssembly>true</ProductSignAssembly>
    <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
    <additionalargs>-delaySign</additionalargs>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <ConsolePause>False</ConsolePause>
    <WarningLevel>4</WarningLevel>
    <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>True</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ConsolePause>False</ConsolePause>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup>
    <!--
    <TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
    <TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
    -->
    <!-- NoStdLib>true</NoStdLib -->
    <BuildPlatform>MOBILE</BuildPlatform>
    <BuildFlavor>MONOTOUCH</BuildFlavor>
  </PropertyGroup>
  <Import Project="..\..\..\Common.targets" />
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="MonoTouch.NUnitLite" />
    
  </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="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <Folder Include="Properties\" />
  </ItemGroup>
</Project>