Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System-tests-net_2_0.csproj')
-rw-r--r--mcs/class/System/System-tests-net_2_0.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/mcs/class/System/System-tests-net_2_0.csproj b/mcs/class/System/System-tests-net_2_0.csproj
index ab4d0dab0f1..43c9d910fcf 100644
--- a/mcs/class/System/System-tests-net_2_0.csproj
+++ b/mcs/class/System/System-tests-net_2_0.csproj
@@ -7,7 +7,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
<OutputType>Library</OutputType>
- <NoWarn>1699,1595,618,219,67,169,612</NoWarn>
+ <NoWarn>1699,618,219,67,169,612</NoWarn>
<OutputPath>.\</OutputPath>
<NoStdLib>true</NoStdLib>
@@ -20,7 +20,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <NoWarn>1699,1595,618,219,67,169,612</NoWarn>
+ <NoWarn>1699,618,219,67,169,612</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -29,7 +29,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>1699,1595,618,219,67,169,612</NoWarn>
+ <NoWarn>1699,618,219,67,169,612</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -274,6 +274,7 @@
<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" />
@@ -286,6 +287,7 @@
<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" />
@@ -303,6 +305,7 @@
<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" />