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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{3EE40B63-F51F-45BE-A86B-76546F4ED3D7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.Threading.Tasks.Dataflow-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Threading.Tasks.Dataflow_test_net_4_5</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
  47. <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />
  48. <Compile Include="Test\AssertEx.cs" />
  49. <Compile Include="Test\Blocks.cs" />
  50. <Compile Include="Test\System.Threading.Tasks.Dataflow\ActionBlockTest.cs" />
  51. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchBlockTest.cs" />
  52. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlock`3Test.cs" />
  53. <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlockTest.cs" />
  54. <Compile Include="Test\System.Threading.Tasks.Dataflow\BoundedCapacityTest.cs" />
  55. <Compile Include="Test\System.Threading.Tasks.Dataflow\BroadcastBlockTest.cs" />
  56. <Compile Include="Test\System.Threading.Tasks.Dataflow\BufferBlockTest.cs" />
  57. <Compile Include="Test\System.Threading.Tasks.Dataflow\ChooseTest.cs" />
  58. <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionHelperTest.cs" />
  59. <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionTest.cs" />
  60. <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowBlockTest.cs" />
  61. <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowMessageHeaderTest.cs" />
  62. <Compile Include="Test\System.Threading.Tasks.Dataflow\EncapsulateTest.cs" />
  63. <Compile Include="Test\System.Threading.Tasks.Dataflow\ExecutionBlocksTest.cs" />
  64. <Compile Include="Test\System.Threading.Tasks.Dataflow\GreedyTest.cs" />
  65. <Compile Include="Test\System.Threading.Tasks.Dataflow\InvalidArgumentsTest.cs" />
  66. <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlock`3Test.cs" />
  67. <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlockTest.cs" />
  68. <Compile Include="Test\System.Threading.Tasks.Dataflow\OptionsTest.cs" />
  69. <Compile Include="Test\System.Threading.Tasks.Dataflow\OutputAvailableTest.cs" />
  70. <Compile Include="Test\System.Threading.Tasks.Dataflow\PropagateCompletionTest.cs" />
  71. <Compile Include="Test\System.Threading.Tasks.Dataflow\ReceivingTest.cs" />
  72. <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformBlockTest.cs" />
  73. <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformManyBlockTest.cs" />
  74. <Compile Include="Test\System.Threading.Tasks.Dataflow\WriteOnceBlockTest.cs" />
  75. <Compile Include="Test\TestScheduler.cs" /> </ItemGroup>
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. <PropertyGroup>
  84. <PreBuildEvent>
  85. </PreBuildEvent>
  86. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  87. </PostBuildEvent>
  88. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  89. </PostBuildEvent>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  93. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  94. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  95. <Name>corlib\corlib-net_4_5</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Threading.Tasks.Dataflow\System.Threading.Tasks.Dataflow-net_4_5.csproj">
  98. <Project>{19831BAF-44E6-4F3E-B46E-B1BD09398232}</Project>
  99. <Name>System.Threading.Tasks.Dataflow\System.Threading.Tasks.Dataflow-net_4_5</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  102. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  103. <Name>System.Core\System.Core-net_4_5</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System\System-net_4_5-2.csproj">
  106. <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
  107. <Name>System\System-net_4_5-2</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Folder Include="Properties\" />
  112. </ItemGroup>
  113. </Project>