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

System.Interactive.csproj « System.Interactive « NET « Ix - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75acf6687154f3bbf4422fdd7c1a5b292acd917b (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
<?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>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{8E4B04F0-915E-48F9-9796-76278C6094BD}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>System.Interactive</RootNamespace>
    <AssemblyName>System.Interactive</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProductSignAssembly>true</ProductSignAssembly>
    <NoWarn>1591</NoWarn>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <Import Project="..\Common.targets" />
  <PropertyGroup>
    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
    <Reference Include="System" />
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="IAwaitable.cs" />
    <Compile Include="EnumerableEx.Imperative.cs" />
    <Compile Include="EnumerableEx.Multiple.cs" />
    <Compile Include="EnumerableEx.Single.cs" />
    <Compile Include="EnumerableEx.Exceptions.cs" />
    <Compile Include="EnumerableEx.Creation.cs" />
    <Compile Include="EnumerableEx.Buffering.cs" />
    <Compile Include="EnumerableEx.Aggregates.cs" />
    <Compile Include="IYielder.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="..\Import.targets" />
</Project>