Merge pull request #556 from jack-pappas/ipproto-patch
[mono.git] / mcs / class / System.Threading.Tasks.Dataflow / System.Threading.Tasks.Dataflow-tests-net_4_5.csproj
index 3006647ec2bfa104b1566bb7e1bcc9a65229651b..3443c94eeba7dec5142bfda22fb74d626177aaa2 100644 (file)
@@ -5,22 +5,21 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{F87B162C-A83C-45FD-8FED-FFFB1E4C002C}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Threading.Tasks.Dataflow-tests-net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>MonoTests</RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Threading.Tasks.Dataflow_test_net_4_5</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-    <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlockTest.cs" />\r
+    <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />\r
+    <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />\r
+    <Compile Include="Test\AssertEx.cs" />\r
+    <Compile Include="Test\Blocks.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\ActionBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchBlockTest.cs" />\r
     <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlock`3Test.cs" />\r
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowMessageHeaderTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionHelperTest.cs" />
-   <Compile Include="System.Threading.Tasks.Dataflow\CompletionHelper.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\ActionBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\BroadcastBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\BufferBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlock`3Test.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformManyBlockTest.cs" />
-   <Compile Include="Test\System.Threading.Tasks.Dataflow\WriteOnceBlockTest.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\BatchedJoinBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\BoundedCapacityTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\BroadcastBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\BufferBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\ChooseTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionHelperTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\CompletionTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\DataflowMessageHeaderTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\EncapsulateTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\ExecutionBlocksTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\GreedyTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\InvalidArgumentsTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlock`3Test.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\JoinBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\OptionsTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\OutputAvailableTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\PropagateCompletionTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\ReceivingTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\TransformManyBlockTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks.Dataflow\WriteOnceBlockTest.cs" />\r
+    <Compile Include="Test\TestScheduler.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_4_5/System.Threading.Tasks.Dataflow.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Core.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Core.dll</HintPath>
-    </Reference>
-    <Reference Include="nunit.framework" />
-\r
+    <Reference Include="..\lib\net_4_5\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Threading.Tasks.Dataflow\System.Threading.Tasks.Dataflow-net_4_5.csproj">\r
+      <Project>{D7EDCA7E-F61D-4D8A-8540-B0DDAED8A927}</Project>\r
+      <Name>System.Threading.Tasks.Dataflow\System.Threading.Tasks.Dataflow-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">\r
+      <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>\r
+      <Name>System.Core\System.Core-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
+      <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>\r
+      <Name>System\System-net_4_5-2</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>