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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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="Test\System.Threading.Tasks.Dataflow\ExecutionBlocksTest.cs" />
  45. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlockTest.cs" />
  46. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlock`3Test.cs" />
  47. <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowMessageHeaderTest.cs" />
  48. <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionHelperTest.cs" />
  49. <Compile Include="Test\System.Threading.Tasks.Dataflow\ActionBlockTest.cs" />
  50. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchBlockTest.cs" />
  51. <Compile Include="Test\System.Threading.Tasks.Dataflow\BroadcastBlockTest.cs" />
  52. <Compile Include="Test\System.Threading.Tasks.Dataflow\BufferBlockTest.cs" />
  53. <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionTest.cs" />
  54. <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowBlockTest.cs" />
  55. <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlockTest.cs" />
  56. <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlock`3Test.cs" />
  57. <Compile Include="Test\System.Threading.Tasks.Dataflow\OptionsTest.cs" />
  58. <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformBlockTest.cs" />
  59. <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformManyBlockTest.cs" />
  60. <Compile Include="Test\System.Threading.Tasks.Dataflow\WriteOnceBlockTest.cs" />
  61. </ItemGroup>
  62. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  63. Other similar extension points exist, see Microsoft.Common.targets.
  64. <Target Name="BeforeBuild">
  65. </Target>
  66. <Target Name="AfterBuild">
  67. </Target>
  68. -->
  69. <PropertyGroup>
  70. <PreBuildEvent></PreBuildEvent>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="mscorlib.dll">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>mscorlib.dll</HintPath>
  76. </Reference>
  77. <Reference Include="./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Core.dll">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>System.Core.dll</HintPath>
  84. </Reference>
  85. <Reference Include="nunit.framework" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Folder Include="Properties\" />
  89. </ItemGroup>
  90. </Project>