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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-07-12 13:25:37 +0300
committerGitHub <noreply@github.com>2016-07-12 13:25:37 +0300
commit6c86a907590110638cbfa38b3a2922dca6d6056e (patch)
treed4f9c8ea75ef026a367a055eb615a1f9f927c23a /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parent66ffd16dea775e702f775f0156ba426e014e525c (diff)
Add back IHashCodeProvider/CaseInsensitiveHashCodeProvider to System.Collections.NonGeneric (#9967)
* Add back IHashCodeProvider/CaseInsensitiveHashCodeProvider to System.Collections.NonGeneric This support is only for compatibility, but even though it's been obsoleted for a long time, it still shows up with a surprisingly high amount of usage. I've ported them from desktop.
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj')
-rw-r--r--src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index e4b18d43f6..c0dc131bc4 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -37,6 +37,7 @@
</Compile>
<Compile Include="ArrayListTests.cs" />
<Compile Include="ArrayList\ArrayList.IList.Tests.cs" />
+ <Compile Include="CaseInsensitiveHashCodeProviderTests.cs" />
<Compile Include="Hashtable\Hashtable.Values.Tests.cs" />
<Compile Include="Hashtable\Hashtable.Keys.Tests.cs" />
<Compile Include="Hashtable\Hashtable.IDictionary.Tests.cs" />