Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b2bc847

Browse files
committed
removing obsolete porjects
1 parent a129ae1 commit b2bc847

File tree

7 files changed

+0
-473
lines changed

7 files changed

+0
-473
lines changed

tests/build.proj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\targeting_pack_ref\targeting_pack_ref.csproj" />
2727
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\test_dependencies\test_dependencies.csproj" />
2828
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\test_runtime\test_runtime.csproj" />
29-
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+roslyn\benchmark+roslyn.csproj" />
30-
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+serialize\benchmark+serialize.csproj" />
31-
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark\benchmark.csproj" />
32-
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+intrinsic\benchmark+intrinsic.csproj" />
33-
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\performance\performance.csproj" />
3429
</ItemGroup>
3530

3631
<Target Name="BuildTargetingPack" AfterTargets="BatchRestorePackages" Condition="$(__SkipTargetingPackBuild) != 'true'">

tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj

Lines changed: 0 additions & 102 deletions
This file was deleted.

tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj

Lines changed: 0 additions & 99 deletions
This file was deleted.

tests/src/JIT/config/benchmark/benchmark.csproj

Lines changed: 0 additions & 117 deletions
This file was deleted.

tests/src/dirs.proj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
<DisabledProjects Include="Common\external\external.csproj" />
2626
<DisabledProjects Include="Common\PerfHarness\PerfHarness.csproj" />
2727
<DisabledProjects Include="GC\Performance\Framework\GCPerfTestFramework.csproj" />
28-
<DisabledProjects Include="JIT\config\**" />
29-
<DisabledProjects Include="Performance\performance.csproj" />
3028
<DisabledProjects Include="Performance\Scenario\JitBench\unofficial_dotnet\JitBench.csproj" /> <!-- no official build support for SDK-style netcoreapp2.0 projects -->
3129
<DisabledProjects Include="Loader\classloader\generics\regressions\DD117522\Test.csproj" />
3230
<DisabledProjects Include="Loader\classloader\generics\GenericMethods\VSW491668.csproj" /> <!-- issue 5501 -->

0 commit comments

Comments
 (0)