Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / corlib / corlib-tests-net_2_0.csproj
index 0d4b62688d2d7db46fbc567f3be556b1ac04ea4f..be775da29b057078cd94af849d06808b24c9dbde 100644 (file)
     <AssemblyName>corlib_test_net_2_0</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</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>612,618,1699,168,219,618,672</NoWarn>\r
@@ -28,6 +31,7 @@
     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>612,618,1699,168,219,618,672</NoWarn>\r
     <Optimize>true</Optimize>\r
    <Compile Include="Test\System.Threading\MutexCas.cs" />
    <Compile Include="Test\System.Threading\ThreadCas.cs" />
    <Compile Include="Test\System.Threading\WaitHandleCas.cs" />
+   <Compile Include="Test\System.Threading.Tasks\ConcurrentExclusiveSchedulerPairTest.cs" />
    <Compile Include="Test\System.Threading.Tasks\TaskTest.cs" />
    <Compile Include="Test\System.Threading.Tasks\Task_T_Test.cs" />
    <Compile Include="Test\System.Threading.Tasks\TaskSchedulerTest.cs" />