Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System-tests-net_4_5.csproj
index 8a57393181732e409ca253c8330824230a24eab9..a0f05a64c7e169232c03ebedee470be950eac915 100644 (file)
@@ -7,7 +7,7 @@
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
-    <NoWarn>1699,1595,618,219,67,169,612</NoWarn>\r
+    <NoWarn>1699,618,219,67,169,612</NoWarn>\r
     <OutputPath>.\</OutputPath>\r
     <NoStdLib>true</NoStdLib>\r
     \r
     <AssemblyName>System_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,1595,618,219,67,169,612</NoWarn>\r
+    <NoWarn>1699,618,219,67,169,612</NoWarn>\r
     <Optimize>false</Optimize>\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
@@ -28,8 +31,9 @@
     <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,1595,618,219,67,169,612</NoWarn>\r
+    <NoWarn>1699,618,219,67,169,612</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
    <Compile Include="Test\System.CodeDom\CodeVariableReferenceExpressionTest.cs" />
    <Compile Include="Test\System.CodeDom.Compiler\CodeGeneratorFromTypeTestBase.cs" />
    <Compile Include="Test\System.CodeDom.Compiler\CodeGeneratorOptionsTest.cs" />
+   <Compile Include="Test\System.CodeDom.Compiler\CodeGeneratorGenerateFromCompileUnitTest.cs" />
    <Compile Include="Test\System.CodeDom.Compiler\CodeGeneratorTest.cs" />
    <Compile Include="Test\System.CodeDom.Compiler\CodeGeneratorTestBase.cs" />
    <Compile Include="Test\System.CodeDom.Compiler\ExecutorTest.cs" />
    <Compile Include="Test\System.Configuration\SettingsPropertyTest.cs" />
    <Compile Include="Test\System.Configuration\SettingsPropertyValueCollectionTest.cs" />
    <Compile Include="Test\System.Configuration\SettingsPropertyValueTest.cs" />
+   <Compile Include="Test\System.Diagnostics\DebugTest.cs" />
    <Compile Include="Test\System.Diagnostics\DelimitedListTraceListenerTest.cs" />
    <Compile Include="Test\System.Diagnostics\EventLogTest.cs" />
    <Compile Include="Test\System.Diagnostics\StopwatchTest.cs" />
    <Compile Include="Test\System.Net\WebProxyTest.cs" />
    <Compile Include="Test\System.Net\WebRequestTest.cs" />
    <Compile Include="Test\System.Net\WebClientTest.cs" />
+   <Compile Include="Test\System.Net\WebClientTestAsync.cs" />
    <Compile Include="Test\System.Net\WebUtilityTest.cs" />
    <Compile Include="Test\System.Net.Configuration\ConnectionManagementSectionTest.cs" />
    <Compile Include="Test\System.Net.Configuration\HttpWebRequestElementTest.cs" />
    <Compile Include="Test\System.Net.Sockets\SocketTest.cs" />
    <Compile Include="Test\System.Net.Sockets\SocketAsyncEventArgsTest.cs" />
    <Compile Include="Test\System.Net.Sockets\UdpClientTest.cs" />
+   <Compile Include="Test\System.Net.Sockets\SocketAsyncTest.cs" />
    <Compile Include="Test\System.Net.Mail\LinkedResourceTest.cs" />
    <Compile Include="Test\System.Net.Mail\AttachmentCollectionTest.cs" />
    <Compile Include="Test\System.Net.Mail\MailAddressCollectionTest.cs" />
    <Compile Include="Test\System.Net.Mime\ContentDispositionTest.cs" />
    <Compile Include="Test\System.Net.Mime\ContentTypeTest.cs" />
    <Compile Include="Test\System.Net.NetworkInformation\PhysicalAddressTest.cs" />
+   <Compile Include="Test\System.Net.Security\SslStreamTest.cs" />
    <Compile Include="Test\System.Runtime.Versioning\FrameworkNameTest.cs" />
    <Compile Include="Test\System.Security.Cryptography\AsnEncodedDataTest.cs" />
    <Compile Include="Test\System.Security.Cryptography\OidCollectionTest.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\PublicKeyTest.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\X500DistinguishedNameTest.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509BasicConstraintsExtensionTest.cs" />
+   <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Cert20Test.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2Test.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509CertificateCollectionTest.cs" />
    <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2CollectionTest.cs" />
     <PreBuildEvent></PreBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-        <Reference Include="mscorlib.dll">
+    <Reference Include="mscorlib.dll">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>mscorlib.dll</HintPath>
     </Reference>
       <SpecificVersion>False</SpecificVersion>
       <HintPath>System.Data</HintPath>
     </Reference>
+    <Reference Include="System.Xml.dll">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>System.Xml.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Core.dll">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>System.Core.dll</HintPath>
+    </Reference>
     <Reference Include="System.Configuration">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>System.Configuration</HintPath>