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:
authorDeepak Shankargouda <deshank@microsoft.com>2016-07-21 04:38:03 +0300
committerGitHub <noreply@github.com>2016-07-21 04:38:03 +0300
commitc912d26b0a848477db0362ab4e00bb0e71e0273a (patch)
treeaf799ce71c1d38c65875a9301a817983134597ca /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parentdc9c565b5d720f1a626c960b1b38968f6b55f61d (diff)
Moving Perf tests to their own csprojs (#10192)
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.csproj6
1 files changed, 0 insertions, 6 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 21ec6362e9..20fd187aa1 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -8,7 +8,6 @@
<RootNamespace>System.Collections.NonGeneric.Tests</RootNamespace>
<AssemblyName>System.Collections.NonGeneric.Tests</AssemblyName>
<ProjectGuid>{EE95AE39-845A-42D3-86D0-8065DBE56612}</ProjectGuid>
- <IncludePerformanceTests>true</IncludePerformanceTests>
<NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -55,11 +54,6 @@
<Compile Include="$(CommonTestPath)\System\Diagnostics\DebuggerAttributes.cs">
<Link>Common\System\Diagnostics\DebuggerAttributes.cs</Link>
</Compile>
- <!-- Performance Tests -->
- <Compile Include="Performance\Perf.HashTable.cs" />
- <Compile Include="$(CommonTestPath)\System\PerfUtils.cs">
- <Link>Common\System\PerfUtils.cs</Link>
- </Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\pkg\System.Collections.NonGeneric.pkgproj">