System.Threading.Tasks.Dataflow-net_4_5.csproj 6.9 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>{C1445A71-BF0F-4604-B54F-E83B1EA0F38B}</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>
  15. </RootNamespace>
  16. <AssemblyName>System.Threading.Tasks.Dataflow</AssemblyName>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
  20. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <NoWarn>1699</NoWarn>
  27. <Optimize>false</Optimize>
  28. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <NoWarn>1699</NoWarn>
  37. <Optimize>true</Optimize>
  38. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  42. </PropertyGroup>
  43. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  44. <ItemGroup>
  45. <Compile Include="..\..\build\common\Consts.cs" />
  46. <Compile Include="..\..\build\common\Locale.cs" />
  47. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  48. <Compile Include="Assembly\AssemblyInfo.cs" />
  49. <Compile Include="System.Threading.Tasks.Dataflow\AsyncExecutingMessageBox.cs" />
  50. <Compile Include="System.Threading.Tasks.Dataflow\BroadcastOutgoingQueue.cs" />
  51. <Compile Include="System.Threading.Tasks.Dataflow\ExecutingMessageBoxBase.cs" />
  52. <Compile Include="System.Threading.Tasks.Dataflow\NullTargetBlock.cs" />
  53. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueueBase.cs" />
  54. <Compile Include="System.Threading.Tasks.Dataflow\OutputAvailableBlock.cs" />
  55. <Compile Include="System.Threading.Tasks.Dataflow\PredicateBlock.cs" />
  56. <Compile Include="System.Threading.Tasks.Dataflow\SendBlock.cs" />
  57. <Compile Include="System.Threading.Tasks.Dataflow\BatchedJoinBlock.cs" />
  58. <Compile Include="System.Threading.Tasks.Dataflow\BatchedJoinBlock`3.cs" />
  59. <Compile Include="System.Threading.Tasks.Dataflow\DataflowLinkOptions.cs" />
  60. <Compile Include="System.Threading.Tasks.Dataflow\ExecutingMessageBox.cs" />
  61. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlockOptions.cs" />
  62. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageHeader.cs" />
  63. <Compile Include="System.Threading.Tasks.Dataflow\DataflowMessageStatus.cs" />
  64. <Compile Include="System.Threading.Tasks.Dataflow\ExecutionDataflowBlockOptions.cs" />
  65. <Compile Include="System.Threading.Tasks.Dataflow\GroupingDataflowBlockOptions.cs" />
  66. <Compile Include="System.Threading.Tasks.Dataflow\IDataflowBlock.cs" />
  67. <Compile Include="System.Threading.Tasks.Dataflow\IPropagatorBlock.cs" />
  68. <Compile Include="System.Threading.Tasks.Dataflow\IReceivableSourceBlock.cs" />
  69. <Compile Include="System.Threading.Tasks.Dataflow\ISourceBlock.cs" />
  70. <Compile Include="System.Threading.Tasks.Dataflow\ITargetBlock.cs" />
  71. <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />
  72. <Compile Include="System.Threading.Tasks.Dataflow\JoinTarget.cs" />
  73. <Compile Include="System.Threading.Tasks.Dataflow\MessageBox.cs" />
  74. <Compile Include="System.Threading.Tasks.Dataflow\OutgoingQueue.cs" />
  75. <Compile Include="System.Threading.Tasks.Dataflow\NameHelper.cs" />
  76. <Compile Include="System.Threading.Tasks.Dataflow\PassingMessageBox.cs" />
  77. <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
  78. <Compile Include="System.Threading.Tasks.Dataflow\ActionBlock.cs" />
  79. <Compile Include="System.Threading.Tasks.Dataflow\BatchBlock.cs" />
  80. <Compile Include="System.Threading.Tasks.Dataflow\BroadcastBlock.cs" />
  81. <Compile Include="System.Threading.Tasks.Dataflow\BufferBlock.cs" />
  82. <Compile Include="System.Threading.Tasks.Dataflow\ChooserBlock.cs" />
  83. <Compile Include="System.Threading.Tasks.Dataflow\DataflowBlock.cs" />
  84. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock.cs" />
  85. <Compile Include="System.Threading.Tasks.Dataflow\JoinBlock`3.cs" />
  86. <Compile Include="System.Threading.Tasks.Dataflow\ObservableDataflowBlock.cs" />
  87. <Compile Include="System.Threading.Tasks.Dataflow\ObserverDataflowBlock.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\TargetCollection.cs" />
  91. <Compile Include="System.Threading.Tasks.Dataflow\TransformBlock.cs" />
  92. <Compile Include="System.Threading.Tasks.Dataflow\TransformManyBlock.cs" />
  93. <Compile Include="System.Threading.Tasks.Dataflow\WriteOnceBlock.cs" />
  94. </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>
  104. </PreBuildEvent>
  105. </PropertyGroup>
  106. <ItemGroup>
  107. <Reference Include="mscorlib.dll">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>mscorlib.dll</HintPath>
  110. </Reference>
  111. <Reference Include="mscorlib.dll">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>mscorlib.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Core.dll">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>System.Core.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.dll">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>System.dll</HintPath>
  122. </Reference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Folder Include="Properties\" />
  126. </ItemGroup>
  127. </Project>