Correctly implemented Choose()
[mono.git] / mcs / class / System.Threading.Tasks.Dataflow / System.Threading.Tasks.Dataflow-tests-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>.\</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AppDesignerFolder>Properties</AppDesignerFolder>\r
14     <RootNamespace>MonoTests</RootNamespace>\r
15     <AssemblyName>System.Threading.Tasks.Dataflow_test_net_4_5</AssemblyName>\r
16     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
17     <FileAlignment>512</FileAlignment>\r
18     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
19     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <PlatformTarget>AnyCPU</PlatformTarget>\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
33     <PlatformTarget>AnyCPU</PlatformTarget>  \r
34     <DebugType>pdbonly</DebugType>\r
35     <NoWarn>1699</NoWarn>\r
36     <Optimize>true</Optimize>\r
37     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
38     <ErrorReport>prompt</ErrorReport>\r
39     <WarningLevel>4</WarningLevel>\r
40     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
41   </PropertyGroup>\r
42   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
43   <ItemGroup>\r
44     <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs">\r
45       <Link>AtomicBoolean.cs</Link>\r
46     </Compile>\r
47     <Compile Include="Test\Blocks.cs" />\r
48     <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />\r
49     <Compile Include="Test\AssertEx.cs" />\r
50     <Compile Include="Test\System.Threading.Tasks.Dataflow\ChooseTest.cs" />\r
51     <Compile Include="Test\System.Threading.Tasks.Dataflow\EncapsulateTest.cs" />\r
52     <Compile Include="Test\System.Threading.Tasks.Dataflow\InvalidArgumentsTest.cs" />\r
53     <Compile Include="Test\System.Threading.Tasks.Dataflow\OutputAvailableTest.cs" />\r
54     <Compile Include="Test\System.Threading.Tasks.Dataflow\GreedyTest.cs" />\r
55     <Compile Include="Test\System.Threading.Tasks.Dataflow\PropagateCompletionTest.cs" />\r
56     <Compile Include="Test\System.Threading.Tasks.Dataflow\ReceivingTest.cs" />\r
57     <Compile Include="Test\TestScheduler.cs" />\r
58     <Compile Include="Test\System.Threading.Tasks.Dataflow\BoundedCapacityTest.cs" />\r
59     <Compile Include="Test\System.Threading.Tasks.Dataflow\ExecutionBlocksTest.cs" />\r
60     <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlockTest.cs" />\r
61     <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlock`3Test.cs" />\r
62    <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowMessageHeaderTest.cs" />
63    <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionHelperTest.cs" />
64    <Compile Include="Test\System.Threading.Tasks.Dataflow\ActionBlockTest.cs" />
65    <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchBlockTest.cs" />
66    <Compile Include="Test\System.Threading.Tasks.Dataflow\BroadcastBlockTest.cs" />
67    <Compile Include="Test\System.Threading.Tasks.Dataflow\BufferBlockTest.cs" />
68    <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionTest.cs" />
69    <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowBlockTest.cs" />
70    <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlockTest.cs" />
71    <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlock`3Test.cs" />
72     <Compile Include="Test\System.Threading.Tasks.Dataflow\OptionsTest.cs" />\r
73    <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformBlockTest.cs" />
74    <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformManyBlockTest.cs" />
75    <Compile Include="Test\System.Threading.Tasks.Dataflow\WriteOnceBlockTest.cs" />
76   </ItemGroup>\r
77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
78        Other similar extension points exist, see Microsoft.Common.targets.\r
79   <Target Name="BeforeBuild">\r
80   </Target>\r
81   <Target Name="AfterBuild">\r
82   </Target>\r
83   -->\r
84   <PropertyGroup>\r
85     <PreBuildEvent>\r
86     </PreBuildEvent>\r
87   </PropertyGroup>\r
88   <ItemGroup>\r
89     <Reference Include="mscorlib.dll">
90       <SpecificVersion>False</SpecificVersion>
91       <HintPath>mscorlib.dll</HintPath>
92     </Reference>
93     <Reference Include="./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll">
94       <SpecificVersion>False</SpecificVersion>
95       <HintPath>./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll</HintPath>
96     </Reference>
97     <Reference Include="System" />\r
98     <Reference Include="System.Core.dll">
99       <SpecificVersion>False</SpecificVersion>
100       <HintPath>System.Core.dll</HintPath>
101     </Reference>
102     <Reference Include="nunit.framework" />
103   </ItemGroup>\r
104   <ItemGroup>\r
105     <Folder Include="Properties\" />\r
106   </ItemGroup>\r
107 </Project>