System.Threading.Tasks.Dataflow-net_4_5.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.Threading.Tasks.Dataflow</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="..\..\build\common\Consts.cs" />
  45. <Compile Include="..\..\build\common\Locale.cs" />
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  47. <Compile Include="Assembly\AssemblyInfo.cs" />
  48. <Compile Include="System.Threading.Tasks.Dataflow\BroadcastOutgoingQueue.cs" />
  49. <Compile Include="System.Threading.Tasks.Dataflow\NullTargetBlock.cs" />
  50. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueueBase.cs" />
  51. <Compile Include="System.Threading.Tasks.Dataflow\OutputAvailableBlock.cs" />
  52. <Compile Include="System.Threading.Tasks.Dataflow\PredicateBlock.cs" />
  53. <Compile Include="System.Threading.Tasks.Dataflow\SendBlock.cs" />
  54. <Compile Include="System.Threading.Tasks.Dataflow\BatchedJoinBlock.cs" />
  55. <Compile Include="System.Threading.Tasks.Dataflow\BatchedJoinBlock`3.cs" />
  56. <Compile Include="System.Threading.Tasks.Dataflow\DataflowLinkOptions.cs" />
  57. <Compile Include="System.Threading.Tasks.Dataflow\ExecutingMessageBox.cs" />
  58. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlockOptions.cs" />
  59. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageHeader.cs" />
  60. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageStatus.cs" />
  61. <Compile Include="System.Threading.Tasks.Dataflow\ExecutionDataflowBlockOptions.cs" />
  62. <Compile Include="System.Threading.Tasks.Dataflow\GroupingDataflowBlockOptions.cs" />
  63. <Compile Include="System.Threading.Tasks.Dataflow\IDataflowBlock.cs" />
  64. <Compile Include="System.Threading.Tasks.Dataflow\IPropagatorBlock.cs" />
  65. <Compile Include="System.Threading.Tasks.Dataflow\IReceivableSourceBlock.cs" />
  66. <Compile Include="System.Threading.Tasks.Dataflow\ISourceBlock.cs" />
  67. <Compile Include="System.Threading.Tasks.Dataflow\ITargetBlock.cs" />
  68. <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />
  69. <Compile Include="System.Threading.Tasks.Dataflow\JoinTarget.cs" />
  70. <Compile Include="System.Threading.Tasks.Dataflow\MessageBox.cs" />
  71. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueue.cs" />
  72. <Compile Include="System.Threading.Tasks.Dataflow\NameHelper.cs" />
  73. <Compile Include="System.Threading.Tasks.Dataflow\PassingMessageBox.cs" />
  74. <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
  75. <Compile Include="System.Threading.Tasks.Dataflow\ActionBlock.cs" />
  76. <Compile Include="System.Threading.Tasks.Dataflow\BatchBlock.cs" />
  77. <Compile Include="System.Threading.Tasks.Dataflow\BroadcastBlock.cs" />
  78. <Compile Include="System.Threading.Tasks.Dataflow\BufferBlock.cs" />
  79. <Compile Include="System.Threading.Tasks.Dataflow\ChooserBlock.cs" />
  80. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlock.cs" />
  81. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock.cs" />
  82. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock`3.cs" />
  83. <Compile Include="System.Threading.Tasks.Dataflow\ObservableDataflowBlock.cs" />
  84. <Compile Include="System.Threading.Tasks.Dataflow\ObserverDataflowBlock.cs" />
  85. <Compile Include="System.Threading.Tasks.Dataflow\PropagatorWrapperBlock.cs" />
  86. <Compile Include="System.Threading.Tasks.Dataflow\ReceiveBlock.cs" />
  87. <Compile Include="System.Threading.Tasks.Dataflow\TargetCollection.cs" />
  88. <Compile Include="System.Threading.Tasks.Dataflow\TransformBlock.cs" />
  89. <Compile Include="System.Threading.Tasks.Dataflow\TransformManyBlock.cs" />
  90. <Compile Include="System.Threading.Tasks.Dataflow\WriteOnceBlock.cs" />
  91. </ItemGroup>
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. <PropertyGroup>
  100. <PreBuildEvent></PreBuildEvent>
  101. </PropertyGroup>
  102. <ItemGroup>
  103. <Reference Include="mscorlib.dll">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>mscorlib.dll</HintPath>
  106. </Reference>
  107. <Reference Include="mscorlib.dll">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>mscorlib.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Core.dll">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>System.Core.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.dll">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>System.dll</HintPath>
  118. </Reference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Folder Include="Properties\" />
  122. </ItemGroup>
  123. </Project>