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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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>{19831BAF-44E6-4F3E-B46E-B1BD09398232}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Threading.Tasks.Dataflow</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="..\Mono.Parallel\Mono.Threading\AtomicBoolean.cs" />
  50. <Compile Include="Assembly\AssemblyInfo.cs" />
  51. <Compile Include="System.Threading.Tasks.Dataflow\ActionBlock.cs" />
  52. <Compile Include="System.Threading.Tasks.Dataflow\AsyncExecutingMessageBox.cs" />
  53. <Compile Include="System.Threading.Tasks.Dataflow\BatchBlock.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\BroadcastBlock.cs" />
  57. <Compile Include="System.Threading.Tasks.Dataflow\BroadcastOutgoingQueue.cs" />
  58. <Compile Include="System.Threading.Tasks.Dataflow\BufferBlock.cs" />
  59. <Compile Include="System.Threading.Tasks.Dataflow\ChooserBlock.cs" />
  60. <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />
  61. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlock.cs" />
  62. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlockOptions.cs" />
  63. <Compile Include="System.Threading.Tasks.Dataflow\DataflowLinkOptions.cs" />
  64. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageHeader.cs" />
  65. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageStatus.cs" />
  66. <Compile Include="System.Threading.Tasks.Dataflow\ExecutingMessageBox.cs" />
  67. <Compile Include="System.Threading.Tasks.Dataflow\ExecutingMessageBoxBase.cs" />
  68. <Compile Include="System.Threading.Tasks.Dataflow\ExecutionDataflowBlockOptions.cs" />
  69. <Compile Include="System.Threading.Tasks.Dataflow\GroupingDataflowBlockOptions.cs" />
  70. <Compile Include="System.Threading.Tasks.Dataflow\IDataflowBlock.cs" />
  71. <Compile Include="System.Threading.Tasks.Dataflow\IPropagatorBlock.cs" />
  72. <Compile Include="System.Threading.Tasks.Dataflow\IReceivableSourceBlock.cs" />
  73. <Compile Include="System.Threading.Tasks.Dataflow\ISourceBlock.cs" />
  74. <Compile Include="System.Threading.Tasks.Dataflow\ITargetBlock.cs" />
  75. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock.cs" />
  76. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock`3.cs" />
  77. <Compile Include="System.Threading.Tasks.Dataflow\JoinTarget.cs" />
  78. <Compile Include="System.Threading.Tasks.Dataflow\MessageBox.cs" />
  79. <Compile Include="System.Threading.Tasks.Dataflow\NameHelper.cs" />
  80. <Compile Include="System.Threading.Tasks.Dataflow\NullTargetBlock.cs" />
  81. <Compile Include="System.Threading.Tasks.Dataflow\ObservableDataflowBlock.cs" />
  82. <Compile Include="System.Threading.Tasks.Dataflow\ObserverDataflowBlock.cs" />
  83. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueue.cs" />
  84. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueueBase.cs" />
  85. <Compile Include="System.Threading.Tasks.Dataflow\OutputAvailableBlock.cs" />
  86. <Compile Include="System.Threading.Tasks.Dataflow\PassingMessageBox.cs" />
  87. <Compile Include="System.Threading.Tasks.Dataflow\PredicateBlock.cs" />
  88. <Compile Include="System.Threading.Tasks.Dataflow\PropagatorWrapperBlock.cs" />
  89. <Compile Include="System.Threading.Tasks.Dataflow\ReceiveBlock.cs" />
  90. <Compile Include="System.Threading.Tasks.Dataflow\SendBlock.cs" />
  91. <Compile Include="System.Threading.Tasks.Dataflow\TargetCollection.cs" />
  92. <Compile Include="System.Threading.Tasks.Dataflow\TransformBlock.cs" />
  93. <Compile Include="System.Threading.Tasks.Dataflow\TransformManyBlock.cs" />
  94. <Compile Include="System.Threading.Tasks.Dataflow\WriteOnceBlock.cs" /> </ItemGroup>
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. <PropertyGroup>
  103. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  104. </PreBuildEvent>
  105. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  106. </PreBuildEvent>
  107. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  108. </PostBuildEvent>
  109. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  110. </PostBuildEvent>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  114. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  115. <Name>corlib-net_4_5</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
  118. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  119. <Name>System.Core-net_4_5</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="../System/System-net_4_5.csproj">
  122. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  123. <Name>System-net_4_5</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Folder Include="Properties\" />
  128. </ItemGroup>
  129. </Project>