System.Threading.Tasks.Dataflow-tests-net_4_5.csproj 5.4 KB

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