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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2021-10-22 18:08:13 +0300
committerGitHub <noreply@github.com>2021-10-22 18:08:13 +0300
commit4b0be566c9262c1b405bae008bdf22d31cb43cda (patch)
tree9e7f8547f156a2cf5c80980b8bb799ded1495e67 /src/tests
parentad506766bfb9187d58ca205d2972f2f60fa0a62d (diff)
Simplify runtime test projects (#60724)
* CLRTestPriority of zero is the default, so don't specify it in test project files * Remove default CLRTestKind of BuildAndRun from test project files
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj1
-rw-r--r--src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj1
-rw-r--r--src/tests/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToType.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj1
-rw-r--r--src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj1
-rw-r--r--src/tests/CoreMangLib/system/environment/environment_version.csproj2
-rw-r--r--src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj1
-rw-r--r--src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj1
-rw-r--r--src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj1
-rw-r--r--src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj1
-rw-r--r--src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj1
-rw-r--r--src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj1
-rw-r--r--src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj1
-rw-r--r--src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj1
-rw-r--r--src/tests/CoreMangLib/system/span/RefStructWithSpan.csproj1
-rw-r--r--src/tests/CoreMangLib/system/span/SlowTailCallArgs.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeEquals1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeEquals2.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeGetHashCode.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeGetType1.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeGetType2.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj1
-rw-r--r--src/tests/CoreMangLib/system/type/TypeToString.csproj1
-rw-r--r--src/tests/GC/Regressions/Github/runtime_32848/runtime_32848.csproj1
-rw-r--r--src/tests/GC/Regressions/v3.0/25252/25252.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_10.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_100.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_101.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_102.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_103.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_104.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_105.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_106.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_107.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_108.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_109.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_11.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_110.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_111.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_112.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_113.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_114.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_116.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_117.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_118.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_119.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_12.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_120.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_121.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_122.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_123.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_124.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_125.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_126.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_127.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_128.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_129.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_13.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_130.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_131.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_132.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_133.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_134.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_135.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_136.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_137.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_138.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_139.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_14.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_140.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_141.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_142.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_143.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_144.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_145.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_146.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_147.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_148.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_149.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_15.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_150.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_151.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_152.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_153.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_155.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_156.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_157.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_158.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_159.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_16.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_160.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_161.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_162.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_163.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_164.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_165.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_166.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_167.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_168.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_169.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_17.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_170.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_171.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_172.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_173.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_174.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_175.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_176.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_177.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_178.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_179.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_18.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_180.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_181.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_182.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_183.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_184.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_185.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_186.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_187.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_188.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_189.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_19.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_190.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_191.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_192.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_193.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_194.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_195.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_196.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_197.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_198.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_199.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_2.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_20.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_200.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_201.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_202.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_203.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_204.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_205.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_206.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_207.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_208.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_209.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_21.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_210.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_211.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_212.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_213.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_214.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_215.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_216.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_217.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_218.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_219.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_22.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_220.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_221.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_222.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_223.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_224.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_225.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_226.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_227.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_228.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_229.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_23.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_230.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_231.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_232.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_233.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_234.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_235.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_236.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_237.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_238.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_239.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_24.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_240.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_241.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_242.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_243.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_244.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_245.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_246.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_247.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_248.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_249.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_25.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_250.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_251.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_252.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_253.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_254.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_255.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_256.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_257.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_258.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_259.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_26.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_260.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_261.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_262.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_263.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_264.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_265.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_266.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_267.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_268.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_269.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_27.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_270.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_271.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_272.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_273.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_274.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_275.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_276.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_277.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_278.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_279.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_28.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_280.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_282.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_283.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_284.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_285.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_286.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_287.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_288.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_289.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_29.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_290.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_291.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_292.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_293.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_294.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_295.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_296.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_297.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_298.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_299.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_3.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_30.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_300.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_301.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_302.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_303.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_304.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_306.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_307.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_308.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_309.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_31.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_310.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_311.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_312.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_313.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_314.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_315.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_316.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_317.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_318.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_319.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_32.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_320.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_321.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_323.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_324.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_325.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_326.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_327.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_328.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_329.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_33.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_330.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_331.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_332.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_333.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_334.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_335.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_336.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_337.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_338.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_339.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_34.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_340.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_341.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_342.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_343.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_344.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_345.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_346.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_347.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_348.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_349.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_35.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_351.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_352.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_353.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_354.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_355.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_356.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_357.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_358.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_359.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_36.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_360.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_361.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_363.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_364.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_365.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_366.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_367.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_368.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_369.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_37.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_370.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_371.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_372.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_373.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_374.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_375.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_376.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_377.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_378.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_379.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_38.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_380.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_381.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_382.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_383.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_384.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_385.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_386.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_387.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_388.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_39.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_390.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_391.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_392.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_393.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_394.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_395.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_396.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_397.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_398.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_399.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_4.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_40.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_400.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_401.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_402.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_403.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_404.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_405.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_406.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_407.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_408.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_409.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_41.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_410.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_411.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_412.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_413.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_414.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_415.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_416.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_417.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_418.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_419.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_42.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_421.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_422.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_423.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_424.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_425.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_426.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_427.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_428.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_429.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_43.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_430.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_431.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_432.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_44.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_45.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_46.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_47.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_48.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_49.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_5.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_50.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_51.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_52.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_53.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_54.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_55.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_56.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_57.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_58.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_59.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_6.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_60.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_62.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_63.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_64.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_65.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_66.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_67.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_68.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_69.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_7.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_70.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_71.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_72.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_73.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_74.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_75.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_76.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_77.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_78.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_79.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_8.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_80.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_83.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_84.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_85.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_86.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_87.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_88.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_89.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_9.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_90.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_91.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_92.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_93.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_94.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_95.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_96.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_97.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_98.csproj1
-rw-r--r--src/tests/GC/Scenarios/GCSimulator/GCSimulator_99.csproj1
-rw-r--r--src/tests/GC/Stress/Framework/ReliabilityFramework.csproj2
-rw-r--r--src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj1
-rw-r--r--src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj1
-rw-r--r--src/tests/JIT/Methodical/Boxing/boxunbox/KeepAliveBoxOpt.csproj1
-rw-r--r--src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj1
-rw-r--r--src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj1
-rw-r--r--src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj1
-rw-r--r--src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj1
-rw-r--r--src/tests/JIT/Methodical/int64/misc/longmul.ilproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.csproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.csproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/Runtime_43391/Runtime_43391.csproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/Runtime_45557/Runtime_45557.csproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/Runtime_46239/Runtime_46239.csproj1
-rw-r--r--src/tests/JIT/Regression/JitBlue/Runtime_46529/Runtime_46529.csproj1
-rw-r--r--src/tests/JIT/opt/CSE/GitHub_16065a.csproj1
-rw-r--r--src/tests/JIT/opt/CSE/GitHub_16065b.csproj1
-rw-r--r--src/tests/JIT/opt/CSE/NarrowStore.csproj1
-rw-r--r--src/tests/JIT/opt/Devirtualization/generic_noinline.csproj1
-rw-r--r--src/tests/JIT/opt/LocAlloc/inloop.csproj1
-rw-r--r--src/tests/JIT/opt/LocAlloc/localloc.csproj1
-rw-r--r--src/tests/JIT/opt/OptimizeBools/optboolsreturn.csproj1
-rw-r--r--src/tests/JIT/opt/Types/Equality.csproj1
-rw-r--r--src/tests/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj2
-rw-r--r--src/tests/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj1
-rw-r--r--src/tests/Loader/CollectibleAssemblies/ByRefLocals/ByRefLocals.csproj4
-rw-r--r--src/tests/Loader/CollectibleAssemblies/ByRefLocals/SpanAccessor.csproj3
-rw-r--r--src/tests/Loader/CollectibleAssemblies/ByRefLocals/Unloaded.csproj3
-rw-r--r--src/tests/Loader/CollectibleAssemblies/Statics/Accessor.csproj3
-rw-r--r--src/tests/Loader/CollectibleAssemblies/Statics/CollectibleStatics.csproj4
-rw-r--r--src/tests/Loader/CollectibleAssemblies/Statics/Unloaded.csproj3
-rw-r--r--src/tests/Loader/ContextualReflection/ContextualReflection.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/assemblybugs/102140/test.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/assemblybugs/203962w/client.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/assemblybugs/37910/Ii.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj1
-rw-r--r--src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj1
-rw-r--r--src/tests/Loader/classloader/Casting/castclasspointer.ilproj1
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github44533.csproj1
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.csproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj4
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj2
-rw-r--r--src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj2
-rw-r--r--src/tests/Loader/classloader/DictionaryExpansion/DictionaryExpansion.csproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase0.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase1.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase3.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase4.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase5.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase6.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj1
-rw-r--r--src/tests/Loader/classloader/InterfaceFolding/TestCase7.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/generics_override1.ilproj2
-rw-r--r--src/tests/Loader/classloader/MethodImpl/override_override1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/self_override1.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/self_override2.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/self_override3.ilproj1
-rw-r--r--src/tests/Loader/classloader/MethodImpl/self_override5.ilproj1
-rw-r--r--src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj1
-rw-r--r--src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj1
-rw-r--r--src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj1
-rw-r--r--src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj1
-rw-r--r--src/tests/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj2
-rw-r--r--src/tests/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj1
-rw-r--r--src/tests/Loader/classloader/Statics/Misc/LiteralStatic.ilproj2
-rw-r--r--src/tests/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj2
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj2
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj2
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj1
-rw-r--r--src/tests/Loader/classloader/TypeInitialization/backpatching/test1.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/13362/Github13362.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/misc/case10.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj1
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj2
-rw-r--r--src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/VSW491668.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/arity01.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001a.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001b.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001d.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001e.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001f.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001g.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001h.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001i.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method001j.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method003.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method005.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method006.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method007.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method008.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method009.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method010.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method011.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method012.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method013.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method014.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method015.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/GenericMethods/method016.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param01.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param03.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param04.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param05.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param06.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param07.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Negative/param08.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/CuriouslyRecurringThroughInterface.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01a_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01a_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01b_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02a_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02a_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02b_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class01_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class01_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class02_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct01_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct01_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct02_auto.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct02_seq.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Negative002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Negative004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Positive007.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Positive008.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Positive009.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Layout/Specific/Positive010.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Misc/TestWithManyParams.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Delegates/Lib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/CastClass001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/CastClass004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst003.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst005.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/IsInst006.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Lib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox002.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox003.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox005.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/Unbox006.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/varlib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/IL/vsw543506.csproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Interfaces/NoVarianceCheckForStaticMethods.ilproj2
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Lib.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Lib2.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Method001.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Method002.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Method003.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Methods/Method004.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/109968/test.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/123712/repro123712.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/137310/test137310.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/334376/b334376.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/341477/Test.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/433497/vsw433497.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/448208/b448208.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/515341/vsw515341.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/536564/vsw536564.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/DD117522/Test.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/dd95372/dd95372.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj2
-rw-r--r--src/tests/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj1
-rw-r--r--src/tests/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj2
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/576621/test.ilproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/592026/test.ilproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj1
-rw-r--r--src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj1
-rw-r--r--src/tests/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj1
-rw-r--r--src/tests/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj1
-rw-r--r--src/tests/Loader/classloader/nesting/Tests/nesting4.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/Tests/nesting63.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/Tests/nesting7.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/VSW491577.csproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/exec16.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/exec3.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/nesting16.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/nesting18.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/nesting3.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/nesting31.ilproj1
-rw-r--r--src/tests/Loader/classloader/nesting/coreclr/nesting4.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/101904/test.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/139056/Foo.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/144257/vsw144257.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/163172/MethodImplFinal.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/181424/test5.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/208900/bug.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/226741/test3.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/245191/nullenum1000.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/347422/b347422.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/359519/test359519.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/405223/vsw405223.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/421439/RefX1.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/421439/Test.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/421439/ValX1.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/429802/BarImpl.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/429802/CMain.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/429802/MyBar.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/440935/Bar.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/440935/Foo.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/440935/Test.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/451034/LoadType.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/451034/Type.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/452707/b452707.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/523654/test532654_b.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/583649/Type_Class42.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/583649/vsw583649.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/91888/pumpFromCctor.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj2
-rw-r--r--src/tests/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/GitHub_41571/GitHub_41571.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/GitHub_42047/GitHub_42047.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/GitHub_45600/GitHub_45600.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/dd116295/dd116295.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dd52/dd52.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dd52/test.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_398410/utility.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_403582/genmeth.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_403582/gentype.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj2
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Case1.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Case2.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Case3.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Case4.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Library1.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_897464/Test.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/vsw111021/main.csproj1
-rw-r--r--src/tests/Loader/classloader/regressions/vsw188290/vsw188290.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj1
-rw-r--r--src/tests/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj2
-rw-r--r--src/tests/Loader/classloader/regressions/vsw531159/vsw531159.csproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj2
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj2
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/M10/Acceptance/Case1.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/M10/Acceptance/Case2.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/M10/Acceptance/Case3.csproj1
-rw-r--r--src/tests/Loader/classloader/v1/M10/Acceptance/Case4.csproj1
-rw-r--r--src/tests/Loader/lowlevel/regress/105736/Exception.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0041/expl_double_1.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0044/nullable.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0046/istype.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0075/LargeArrayTest.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0080/delete_next_card_table.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0099/AboveStackLimit.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0211/genrecur.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0416/hello.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0487/test.csproj1
-rw-r--r--src/tests/Regressions/coreclr/0582/csgen.1.csproj1
-rw-r--r--src/tests/Regressions/coreclr/1514/InterlockExchange.csproj1
-rw-r--r--src/tests/Regressions/coreclr/15241/genericcontext.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/15647/interfacestatics.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/15650/interfacecctor.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/15827/nonvirtualcall.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16064/methodimpl.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16123/ambiguousconstraint.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16354/notimplemented.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16355/boring.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16355/variance.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/16371/ptrarray.csproj1
-rw-r--r--src/tests/Regressions/coreclr/16775/sharedinterfacemethod.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/1770/autolayoutsize.csproj1
-rw-r--r--src/tests/Regressions/coreclr/20452/twopassvariance.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/20616/UnicodeBug.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/22021/consumer.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/22386/debug3.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/22407/abstractcalls.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/22728/createdelegate.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/22728/debug15.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/25057/byref.csproj1
-rw-r--r--src/tests/Regressions/coreclr/44465/tst.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/72162/Test72162.csproj1
-rw-r--r--src/tests/Regressions/coreclr/9414/readonlyPrefix.csproj2
-rw-r--r--src/tests/Regressions/coreclr/GitHub_11611/Test11611.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_12224/Test12224.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_13394/test13394.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_1674/GitHub_1674.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_16833/Test16833.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_22348/Test22348.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_22888/test22888.csproj2
-rw-r--r--src/tests/Regressions/coreclr/GitHub_22888/test22888resources.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_24524/test24524.ilproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_24701/test24701.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_27937/Test27937.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_34094/Test34094.csproj2
-rw-r--r--src/tests/Regressions/coreclr/GitHub_35000/test35000.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_41674/genericldtoken.ilproj2
-rw-r--r--src/tests/Regressions/coreclr/GitHub_43763/test43763.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_45037/test45037.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_45053/test45053.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_45082/test45082.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_45929/test45929.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_47007/test47007.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_49826/test49826.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_49982/test49982.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_54719/test54719.csproj1
-rw-r--r--src/tests/Regressions/coreclr/GitHub_7685/Test7685.csproj1
-rw-r--r--src/tests/Regressions/coreclr/Runtimelab_578/arr.ilproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTestWithMcj.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff_R2r.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn_R2r.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff_R2r.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn_R2r.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/McjRecorderTimeoutBeforeStop.csproj1
-rw-r--r--src/tests/baseservices/TieredCompilation/TieredVtableMethodTests.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj2
-rw-r--r--src/tests/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj1
-rw-r--r--src/tests/baseservices/compilerservices/modulector/runmoduleconstructor.csproj1
-rw-r--r--src/tests/baseservices/exceptions/AccessViolationException/AVException01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/AccessViolationException/AVException02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/AccessViolationException/AVException03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions04.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions05.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions06.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions07.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/GenericExceptions08.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter001.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter002.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter003.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter004.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter005.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter006.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter007.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter008.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter009.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter010.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter011.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter012.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter013.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter014.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter015.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter016.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter017.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/TypeParameter018.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch04.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch05.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch06.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch07.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch08.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch09.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/nested-try-catch10.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally-struct01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally-struct02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally-struct03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-finally03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct04.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct05.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct06.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct07.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct08.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch-struct09.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch04.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch05.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch06.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch07.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch08.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-catch09.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault-struct01.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault-struct02.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault-struct03.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault01.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault02.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-fault03.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-filter-finally01.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-filter-finally02.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-filter-struct02.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-filter02.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally-struct01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally-struct02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally-struct03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally02.csproj1
-rw-r--r--src/tests/baseservices/exceptions/generics/try-finally03.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/v1.0/15266.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/v1.0/19896.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj1
-rw-r--r--src/tests/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj1
-rw-r--r--src/tests/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj1
-rw-r--r--src/tests/baseservices/exceptions/simple/ArrayInit.csproj1
-rw-r--r--src/tests/baseservices/exceptions/simple/HardwareEh.csproj1
-rw-r--r--src/tests/baseservices/exceptions/simple/ParallelCrash.csproj1
-rw-r--r--src/tests/baseservices/exceptions/simple/fault.ilproj1
-rw-r--r--src/tests/baseservices/exceptions/simple/finally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/stackoverflow/stackoverflow.csproj1
-rw-r--r--src/tests/baseservices/exceptions/stackoverflow/stackoverflow3.csproj1
-rw-r--r--src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj2
-rw-r--r--src/tests/baseservices/exceptions/unittests/Baadbaad.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/BaseClass.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/GoryManagedPresent.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/GoryNativePast.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/InnerFinally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/Pending.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/Recurse.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/RecursiveRethrow.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/RecursiveThrowNew.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/RethrowAndFinally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/ReturnFromCatch.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/StrSwitchFinally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/ThrowInCatch.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/ThrowInFinally.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj1
-rw-r--r--src/tests/baseservices/exceptions/unittests/TryCatchInFinally.csproj1
-rw-r--r--src/tests/baseservices/mono/runningmono.csproj1
-rw-r--r--src/tests/baseservices/multidimmarray/rank1array.ilproj1
-rw-r--r--src/tests/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj1
-rw-r--r--src/tests/baseservices/threading/coverage/OSThreadId/osthreadid.csproj2
-rw-r--r--src/tests/baseservices/threading/currentculture/CultureChangeSecurity.csproj1
-rw-r--r--src/tests/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj1
-rw-r--r--src/tests/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj1
-rw-r--r--src/tests/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj1
-rw-r--r--src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj1
-rw-r--r--src/tests/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj1
-rw-r--r--src/tests/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit02.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit07.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit08.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit09.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit10.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit11.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit12.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit13.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/EnterExit14.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/TryEnter01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/TryEnter03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/TryEnter04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/TryEnter05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/Monitor/TryEnter06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread02.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread07.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread08.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread09.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread10.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread11.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread12.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread13.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread14.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread15.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread16.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread17.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread18.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread19.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread20.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread21.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread22.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread23.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread24.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread25.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread27.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread28.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread29.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/thread30.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread02.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread07.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread08.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread09.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread10.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread11.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread12.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread13.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread14.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread15.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread16.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread17.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread18.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread19.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread20.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread21.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread22.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread24.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread25.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread26.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread27.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread28.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread29.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/WaitCallback/thread30.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread02.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread07.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread08.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread09.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread10.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread11.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread12.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread13.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread14.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread16.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread17.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread18.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread19.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread20.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread21.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread22.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread23.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread24.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread25.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread26.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread27.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread28.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/syncdelegate/GThread30.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread01.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread02.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread03.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread04.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread05.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread06.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread07.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread08.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread09.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread10.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread11.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread12.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread13.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread14.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread15.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread16.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread17.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread18.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread19.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread20.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread21.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread22.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread23.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread24.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread25.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread26.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread27.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread28.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread29.csproj1
-rw-r--r--src/tests/baseservices/threading/generics/threadstart/GThread30.csproj1
-rw-r--r--src/tests/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj1
-rw-r--r--src/tests/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj1
-rw-r--r--src/tests/baseservices/threading/interlocked/exchange/ExchangeInt.csproj1
-rw-r--r--src/tests/baseservices/threading/interlocked/exchange/ExchangeLong.csproj1
-rw-r--r--src/tests/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/enter/EnterNull.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/exit/ExitNull.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/pulse/PulseNull.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/pulseall/PulseAllNull.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj1
-rw-r--r--src/tests/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj1
-rw-r--r--src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj1
-rw-r--r--src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj1
-rw-r--r--src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj1
-rw-r--r--src/tests/baseservices/threading/paramthreadstart/ThreadStartNull.csproj1
-rw-r--r--src/tests/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj1
-rw-r--r--src/tests/baseservices/threading/regressions/576463/576463.csproj1
-rw-r--r--src/tests/baseservices/threading/regressions/6906/6906.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/ThreadStatic01.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/ThreadStatic02.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/ThreadStatic03.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/ThreadStatic05.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/ThreadStatic06.csproj1
-rw-r--r--src/tests/baseservices/threading/threadstatic/threadstatic08.csproj1
-rw-r--r--src/tests/profiler/common/profiler_common.csproj1
-rw-r--r--src/tests/profiler/elt/slowpathcommon.csproj1
-rw-r--r--src/tests/profiler/elt/slowpatheltenter.csproj2
-rw-r--r--src/tests/profiler/elt/slowpatheltleave.csproj2
-rw-r--r--src/tests/profiler/eventpipe/eventpipe.csproj2
-rw-r--r--src/tests/profiler/eventpipe/eventpipe_readevents.csproj2
-rw-r--r--src/tests/profiler/eventpipe/reverse_startup.csproj2
-rw-r--r--src/tests/profiler/gc/gc.csproj2
-rw-r--r--src/tests/profiler/gc/gcallocate.csproj2
-rw-r--r--src/tests/profiler/gc/gcbasic.csproj2
-rw-r--r--src/tests/profiler/multiple/multiple.csproj2
-rw-r--r--src/tests/profiler/rejit/rejit.csproj2
-rw-r--r--src/tests/profiler/transitions/transitions.csproj2
-rw-r--r--src/tests/profiler/unittest/getappdomainstaticaddress.csproj2
-rw-r--r--src/tests/profiler/unittest/inlining.csproj2
-rw-r--r--src/tests/profiler/unittest/metadatagetdispenser.csproj2
-rw-r--r--src/tests/profiler/unittest/releaseondetach.csproj2
-rw-r--r--src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj2
-rw-r--r--src/tests/readytorun/crossboundarylayout/crossboundarytest/crossboundarytest.csproj1
-rw-r--r--src/tests/readytorun/crossgen2/smoketest.targets3
-rw-r--r--src/tests/readytorun/determinism/crossgen2determinism.csproj2
-rw-r--r--src/tests/readytorun/multifolder/multifolder.csproj2
-rw-r--r--src/tests/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj2
-rw-r--r--src/tests/readytorun/tests/generics.csproj1
-rw-r--r--src/tests/readytorun/tests/genericsload/callgenericctor.csproj1
-rw-r--r--src/tests/readytorun/tests/genericsload/usegenericfield.csproj1
-rw-r--r--src/tests/readytorun/tests/mainv1.csproj1
-rw-r--r--src/tests/readytorun/tests/mainv2.csproj1
-rw-r--r--src/tests/readytorun/tests/newarray.csproj1
-rw-r--r--src/tests/reflection/DefaultInterfaceMethods/Emit.csproj2
-rw-r--r--src/tests/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj2
-rw-r--r--src/tests/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj2
-rw-r--r--src/tests/reflection/GenericAttribute/GenericAttributeMetadata.ilproj1
-rw-r--r--src/tests/reflection/GenericAttribute/GenericAttributeTests.csproj1
-rw-r--r--src/tests/reflection/Modifiers/modifiers.csproj2
-rw-r--r--src/tests/reflection/Modifiers/modifiersdata.ilproj1
-rw-r--r--src/tests/reflection/StaticInterfaceMembers/consumer.csproj2
-rw-r--r--src/tests/reflection/ldtoken/byrefs.ilproj1
-rw-r--r--src/tests/reflection/ldtoken/ldtokenmember.ilproj1
-rw-r--r--src/tests/reflection/ldtoken/modifiers.ilproj1
-rw-r--r--src/tests/reflection/regression/github_25697/25697.csproj1
-rw-r--r--src/tests/reflection/regression/hfa/hfaParam.csproj1
-rw-r--r--src/tests/reflection/regression/manyStackArgs/manyStackArgs.csproj1
-rw-r--r--src/tests/tracing/common/common.csproj1
-rw-r--r--src/tests/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj2
-rw-r--r--src/tests/tracing/eventcounter/eventcounter.csproj2
-rw-r--r--src/tests/tracing/eventcounter/gh53564.csproj2
-rw-r--r--src/tests/tracing/eventcounter/incrementingeventcounter.csproj2
-rw-r--r--src/tests/tracing/eventcounter/incrementingpollingcounter.csproj2
-rw-r--r--src/tests/tracing/eventcounter/pollingcounter.csproj2
-rw-r--r--src/tests/tracing/eventcounter/regression-25709.csproj2
-rw-r--r--src/tests/tracing/eventcounter/regression-46938.csproj2
-rw-r--r--src/tests/tracing/eventcounter/runtimecounters.csproj2
-rw-r--r--src/tests/tracing/eventlistener/EventListenerThreadPool.csproj2
-rw-r--r--src/tests/tracing/eventlistener/eventlistener.csproj2
-rw-r--r--src/tests/tracing/eventpipe/bigevent/bigevent.csproj2
-rw-r--r--src/tests/tracing/eventpipe/buffersize/buffersize.csproj2
-rw-r--r--src/tests/tracing/eventpipe/complus_config/name_config_with_pid.csproj2
-rw-r--r--src/tests/tracing/eventpipe/diagnosticport/diagnosticport.csproj2
-rw-r--r--src/tests/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj2
-rw-r--r--src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj1
-rw-r--r--src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj1
-rw-r--r--src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj1
-rw-r--r--src/tests/tracing/eventpipe/gcdump/gcdump.csproj2
-rw-r--r--src/tests/tracing/eventpipe/pauseonstart/pauseonstart.csproj2
-rw-r--r--src/tests/tracing/eventpipe/processenvironment/processenvironment.csproj2
-rw-r--r--src/tests/tracing/eventpipe/processinfo/processinfo.csproj2
-rw-r--r--src/tests/tracing/eventpipe/processinfo2/processinfo2.csproj2
-rw-r--r--src/tests/tracing/eventpipe/providervalidation/providervalidation.csproj2
-rw-r--r--src/tests/tracing/eventpipe/reverse/reverse.csproj2
-rw-r--r--src/tests/tracing/eventpipe/reverseouter/reverseouter.csproj2
-rw-r--r--src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj2
-rw-r--r--src/tests/tracing/runtimeeventsource/nativeruntimeeventsource.csproj2
-rw-r--r--src/tests/tracing/runtimeeventsource/runtimeeventsource.csproj2
3112 files changed, 8 insertions, 3306 deletions
diff --git a/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj b/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj
index 6c9a7037025..0b05047a21f 100644
--- a/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj
+++ b/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj
@@ -5,7 +5,6 @@
<SkipXunitTrimmerDescriptor>true</SkipXunitTrimmerDescriptor>
<IsTestProject>true</IsTestProject>
<BundleXunitRunner>true</BundleXunitRunner>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<TestFramework>xunit</TestFramework>
<EnableDefaultItems>true</EnableDefaultItems>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
diff --git a/src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj b/src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj
index 36809a80b47..b8a2839e929 100644
--- a/src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj
+++ b/src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj
index 77253540ba9..0d1676469d8 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj
index 2c01c2bbc09..027253a5bfd 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj
index 2c53a9e60b4..106b72b0fe1 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj
index 8d66d7e65e8..98f6d5452fc 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj
index 1ac5e77ba99..2e84b716c1e 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj b/src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj
index 5f60ac594e1..7d035ef53e7 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj b/src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj
index 4768b9bd38f..bf02552fe9a 100644
--- a/src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj
+++ b/src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj b/src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj
index e8539f0823a..a0d2962d4d1 100644
--- a/src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj
+++ b/src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj b/src/tests/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj
index b0843f678c2..b522aedd0fb 100644
--- a/src/tests/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj
+++ b/src/tests/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj b/src/tests/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj
index 3768a4666f5..4117d10ae0e 100644
--- a/src/tests/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj
+++ b/src/tests/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj b/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj
index 739c45f335b..d9dfbbb8fd0 100644
--- a/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj
+++ b/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj b/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj
index 9e9b7113f55..2c7a7abda00 100644
--- a/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj
+++ b/src/tests/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj b/src/tests/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj
index 7fa052d89bf..ad0b01eed5d 100644
--- a/src/tests/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj
+++ b/src/tests/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj b/src/tests/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj
index 3788cf71826..b2445f934f4 100644
--- a/src/tests/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj
+++ b/src/tests/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj
index 9ff91a1b486..c5fedd6a32e 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj
index 7e7617d6912..5ed04c87245 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToType.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToType.csproj
index 9420966e952..6716d604754 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToType.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToType.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj
index f507036d8a3..28d6f53677f 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj
index d11ff2734fa..11d40b3dbb3 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj
index 0f4faecf39d..4a3bbac5b02 100644
--- a/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj
+++ b/src/tests/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/environment/environment_version.csproj b/src/tests/CoreMangLib/system/environment/environment_version.csproj
index ab2ab4d1971..229bba512ae 100644
--- a/src/tests/CoreMangLib/system/environment/environment_version.csproj
+++ b/src/tests/CoreMangLib/system/environment/environment_version.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="environment_version.cs" />
diff --git a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj
index d4ce782c4ae..43877969888 100644
--- a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj
+++ b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj
index 348bd24182d..9a5e95f19fb 100644
--- a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj
+++ b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj
index 9665cbf7401..07348ff33a4 100644
--- a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj
+++ b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj
index e7df13142e9..ee5e55053da 100644
--- a/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj
+++ b/src/tests/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj b/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj
index f528979ec5c..ef48a3b1efe 100644
--- a/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj
+++ b/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj b/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj
index c15212a8002..706c65efec3 100644
--- a/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj
+++ b/src/tests/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj b/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj
index c5f5c995480..b0ee06e708b 100644
--- a/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj
+++ b/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj b/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj
index 95b1546fa11..d26d70fdd7c 100644
--- a/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj
+++ b/src/tests/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/span/RefStructWithSpan.csproj b/src/tests/CoreMangLib/system/span/RefStructWithSpan.csproj
index d84ad99ec79..1344cd97eef 100644
--- a/src/tests/CoreMangLib/system/span/RefStructWithSpan.csproj
+++ b/src/tests/CoreMangLib/system/span/RefStructWithSpan.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- Secondary threads with infinite loop prevent unloading -->
diff --git a/src/tests/CoreMangLib/system/span/SlowTailCallArgs.csproj b/src/tests/CoreMangLib/system/span/SlowTailCallArgs.csproj
index 64744618f41..d4dfb41b788 100644
--- a/src/tests/CoreMangLib/system/span/SlowTailCallArgs.csproj
+++ b/src/tests/CoreMangLib/system/span/SlowTailCallArgs.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj
index 0965dc13a1f..24eb1d6e1c8 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj
index cba0af4c1fb..d526efb2e10 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj
index 4d70f03ce52..2e6cb0115ab 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj
index ba3b9874f99..a292e743e37 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj
index 25d1ccd5a97..9ac3c990f9a 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj
index a575a03b7b1..096234ce4eb 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj
index 05b03446280..6d38e7ae212 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj
index 82568587aec..c4e331c551d 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj
index e802af21b0f..7be557b6256 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj
index 71f8956ce6f..17b107b9ea5 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj
index b557d8ab59b..5e2eaaf006f 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj
index 8e63ca56943..57f718d1a8e 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj
index e09b36e80a3..3f29c1a0ddb 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj
index bf6d025b111..e8901e9d01c 100644
--- a/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj
+++ b/src/tests/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeEquals1.csproj b/src/tests/CoreMangLib/system/type/TypeEquals1.csproj
index 849f6112a13..1b409baa7b7 100644
--- a/src/tests/CoreMangLib/system/type/TypeEquals1.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeEquals1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeEquals2.csproj b/src/tests/CoreMangLib/system/type/TypeEquals2.csproj
index b1f647e8ba2..262962006c1 100644
--- a/src/tests/CoreMangLib/system/type/TypeEquals2.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeEquals2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeGetHashCode.csproj b/src/tests/CoreMangLib/system/type/TypeGetHashCode.csproj
index d1a05abacf6..fbb5b0d7475 100644
--- a/src/tests/CoreMangLib/system/type/TypeGetHashCode.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeGetHashCode.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeGetType1.csproj b/src/tests/CoreMangLib/system/type/TypeGetType1.csproj
index 7412af2f899..217ee4fd29b 100644
--- a/src/tests/CoreMangLib/system/type/TypeGetType1.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeGetType1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeGetType2.csproj b/src/tests/CoreMangLib/system/type/TypeGetType2.csproj
index e5dd7692607..1dec6411d64 100644
--- a/src/tests/CoreMangLib/system/type/TypeGetType2.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeGetType2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj b/src/tests/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj
index db6001c2bd7..f9e7a10e0e7 100644
--- a/src/tests/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/CoreMangLib/system/type/TypeToString.csproj b/src/tests/CoreMangLib/system/type/TypeToString.csproj
index fece143bd2f..05f35cb6422 100644
--- a/src/tests/CoreMangLib/system/type/TypeToString.csproj
+++ b/src/tests/CoreMangLib/system/type/TypeToString.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/GC/Regressions/Github/runtime_32848/runtime_32848.csproj b/src/tests/GC/Regressions/Github/runtime_32848/runtime_32848.csproj
index 9732b0b4978..570644f1dbc 100644
--- a/src/tests/GC/Regressions/Github/runtime_32848/runtime_32848.csproj
+++ b/src/tests/GC/Regressions/Github/runtime_32848/runtime_32848.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/GC/Regressions/v3.0/25252/25252.csproj b/src/tests/GC/Regressions/v3.0/25252/25252.csproj
index f46b4ff6c3f..831db8723c3 100644
--- a/src/tests/GC/Regressions/v3.0/25252/25252.csproj
+++ b/src/tests/GC/Regressions/v3.0/25252/25252.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator.csproj
index 33704a18cf8..ce8384b20aa 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_10.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_10.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_10.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_10.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_100.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_100.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_100.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_100.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_101.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_101.csproj
index 2f64ced8488..16fa93acf5d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_101.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_101.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_102.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_102.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_102.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_102.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_103.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_103.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_103.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_103.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_104.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_104.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_104.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_104.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_105.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_105.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_105.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_105.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_106.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_106.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_106.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_106.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_107.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_107.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_107.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_107.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_108.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_108.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_108.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_108.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_109.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_109.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_109.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_109.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_11.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_11.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_11.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_11.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_110.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_110.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_110.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_110.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_111.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_111.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_111.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_111.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_112.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_112.csproj
index 96fbaf99a01..217f0b8caef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_112.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_112.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_113.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_113.csproj
index 012217c8a59..732ea33d94a 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_113.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_113.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_114.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_114.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_114.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_114.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_116.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_116.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_116.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_116.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_117.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_117.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_117.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_117.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_118.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_118.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_118.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_118.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_119.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_119.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_119.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_119.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_12.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_12.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_12.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_12.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_120.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_120.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_120.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_120.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_121.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_121.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_121.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_121.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_122.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_122.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_122.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_122.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_123.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_123.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_123.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_123.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_124.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_124.csproj
index 7617b8089b0..6c6876d6e1d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_124.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_124.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_125.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_125.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_125.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_125.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_126.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_126.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_126.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_126.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_127.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_127.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_127.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_127.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_128.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_128.csproj
index 711766a98ab..b0fb31cf838 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_128.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_128.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_129.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_129.csproj
index 76994b5d0a7..0e60d37078f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_129.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_129.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_13.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_13.csproj
index 5d8be716981..e6d15db6f7d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_13.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_13.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_130.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_130.csproj
index 5be171beb1b..8a563193417 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_130.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_130.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_131.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_131.csproj
index e4d61fd6f03..6aa9fe10144 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_131.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_131.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_132.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_132.csproj
index 53b80676098..4eb695ba035 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_132.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_132.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_133.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_133.csproj
index d99ed85f28c..9c4022688f3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_133.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_133.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_134.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_134.csproj
index c273564157b..fc3550fac2d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_134.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_134.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_135.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_135.csproj
index 134d01e2a54..a2293322822 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_135.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_135.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_136.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_136.csproj
index 65c33b9943e..252636b9c0e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_136.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_136.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_137.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_137.csproj
index df66dfc0565..3c8b85eaec0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_137.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_137.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_138.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_138.csproj
index dc728944247..fb5d36313ff 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_138.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_138.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_139.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_139.csproj
index 302b3e173fd..a60182e748c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_139.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_139.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_14.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_14.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_14.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_14.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_140.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_140.csproj
index 302b3e173fd..a60182e748c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_140.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_140.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_141.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_141.csproj
index 492cbabb12e..4825707b5cf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_141.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_141.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_142.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_142.csproj
index 492cbabb12e..4825707b5cf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_142.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_142.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_143.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_143.csproj
index 783b49694bf..8410246a7fe 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_143.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_143.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_144.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_144.csproj
index 03caef334c4..b66edd59fef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_144.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_144.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_145.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_145.csproj
index e30ddb55da8..32bf4b23959 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_145.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_145.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_146.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_146.csproj
index 66884f1147b..0cbd24fac60 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_146.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_146.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_147.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_147.csproj
index 4770a278213..cae1c71f82d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_147.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_147.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_148.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_148.csproj
index 4bd15ba529c..c9a11eb87d3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_148.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_148.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_149.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_149.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_149.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_149.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_15.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_15.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_15.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_15.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_150.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_150.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_150.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_150.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_151.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_151.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_151.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_151.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_152.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_152.csproj
index df8a115294f..c795507f887 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_152.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_152.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_153.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_153.csproj
index 801436c4c3d..6c3a5acaa85 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_153.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_153.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj
index 5b2e977a301..f99364ade24 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_155.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_155.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_155.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_155.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_156.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_156.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_156.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_156.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_157.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_157.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_157.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_157.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_158.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_158.csproj
index d10fb0f5a02..5db0f4f777f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_158.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_158.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_159.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_159.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_159.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_159.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_16.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_16.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_16.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_16.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_160.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_160.csproj
index 874ddd92167..8b2eb367a01 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_160.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_160.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_161.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_161.csproj
index 78d8a62a979..951d78587ae 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_161.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_161.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_162.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_162.csproj
index 556ca15a187..df29f2cfbe4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_162.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_162.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_163.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_163.csproj
index 0144a617fb8..429cbb7030e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_163.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_163.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_164.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_164.csproj
index 80005b7e868..035ff762fd8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_164.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_164.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_165.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_165.csproj
index 64d9d9d1d7a..92add2d1681 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_165.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_165.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_166.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_166.csproj
index aa24282b0a6..ef361dcd354 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_166.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_166.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_167.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_167.csproj
index 4a9bf4edad6..88722ab0d1e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_167.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_167.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_168.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_168.csproj
index a1bbfbc2849..5b286d7ee11 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_168.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_168.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_169.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_169.csproj
index 05b1ed039bc..a8a1f62174b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_169.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_169.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_17.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_17.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_17.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_17.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_170.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_170.csproj
index a1bbfbc2849..5b286d7ee11 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_170.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_170.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_171.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_171.csproj
index ccf5947b113..170e4878583 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_171.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_171.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_172.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_172.csproj
index 7027d52c48d..05c2975c2fd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_172.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_172.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_173.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_173.csproj
index 2b33f72ab9b..4f3cdfaf364 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_173.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_173.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_174.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_174.csproj
index e29e195109b..b395c1362c2 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_174.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_174.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_175.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_175.csproj
index ab959f266cd..efe7bf094a6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_175.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_175.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_176.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_176.csproj
index 32e7ec39e8f..b87ebf58669 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_176.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_176.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_177.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_177.csproj
index 073f7504bd9..40eee68991f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_177.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_177.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_178.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_178.csproj
index de49f603622..30224f9370f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_178.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_178.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_179.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_179.csproj
index a61ae5a3d9b..9db01978222 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_179.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_179.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_18.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_18.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_18.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_18.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_180.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_180.csproj
index 05b1ed039bc..a8a1f62174b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_180.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_180.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_181.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_181.csproj
index c1495acea9b..24cb074db00 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_181.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_181.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_182.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_182.csproj
index da8a2c734ff..e6a0598a30c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_182.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_182.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_183.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_183.csproj
index 846ed5c47e6..bfb57687546 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_183.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_183.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_184.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_184.csproj
index 72c3f699b17..eecf2c27846 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_184.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_184.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_185.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_185.csproj
index 2748efc1553..cb3d706ea75 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_185.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_185.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_186.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_186.csproj
index 26349978558..750469f2b02 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_186.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_186.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_187.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_187.csproj
index 84237df997b..37172147c6f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_187.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_187.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_188.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_188.csproj
index e6cf3f76978..1afbe6a9536 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_188.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_188.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_189.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_189.csproj
index d5d0e4912bb..c99bac9dbf4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_189.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_189.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_19.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_19.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_19.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_19.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_190.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_190.csproj
index 701ca4e9e6b..d22c9e1edec 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_190.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_190.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_191.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_191.csproj
index 6aa1933c227..90a399a91d7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_191.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_191.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_192.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_192.csproj
index 028a7274af8..1f1e677c3b8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_192.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_192.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_193.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_193.csproj
index 6f16ab50e5b..16c09eba39a 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_193.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_193.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_194.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_194.csproj
index 544f1a4cd54..8843efd52ab 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_194.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_194.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_195.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_195.csproj
index 16a515e8a76..b35d6318c92 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_195.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_195.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_196.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_196.csproj
index 65c33b9943e..252636b9c0e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_196.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_196.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_197.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_197.csproj
index 7617b8089b0..6c6876d6e1d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_197.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_197.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_198.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_198.csproj
index 783b49694bf..8410246a7fe 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_198.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_198.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_199.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_199.csproj
index 0144a617fb8..429cbb7030e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_199.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_199.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_2.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_2.csproj
index 5d8be716981..e6d15db6f7d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_2.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_2.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_20.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_20.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_20.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_20.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_200.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_200.csproj
index 2a14642c32d..dfdfc5ecafb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_200.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_200.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_201.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_201.csproj
index cd06c16f640..4fc77a8eab7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_201.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_201.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_202.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_202.csproj
index 9edde8a13e9..905f7e4d09e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_202.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_202.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_203.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_203.csproj
index df8a115294f..c795507f887 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_203.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_203.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_204.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_204.csproj
index 7027d52c48d..05c2975c2fd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_204.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_204.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_205.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_205.csproj
index ba37efeb969..891b2bf3a6d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_205.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_205.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_206.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_206.csproj
index 3bde7d8ba78..1219a4b9b3e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_206.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_206.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_207.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_207.csproj
index 494dccb6cb9..8a564b15f49 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_207.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_207.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_208.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_208.csproj
index 96fbaf99a01..217f0b8caef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_208.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_208.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_209.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_209.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_209.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_209.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_21.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_21.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_21.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_21.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_210.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_210.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_210.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_210.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_211.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_211.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_211.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_211.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_212.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_212.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_212.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_212.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_213.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_213.csproj
index d7c170c45da..e61cb540e37 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_213.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_213.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_214.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_214.csproj
index 5d8be716981..e6d15db6f7d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_214.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_214.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_215.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_215.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_215.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_215.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_216.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_216.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_216.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_216.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_217.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_217.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_217.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_217.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_218.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_218.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_218.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_218.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_219.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_219.csproj
index 2e377b97486..ed474b6538d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_219.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_219.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_22.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_22.csproj
index eec4ad57fdc..715ac63a114 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_22.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_22.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_220.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_220.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_220.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_220.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_221.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_221.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_221.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_221.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_222.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_222.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_222.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_222.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_223.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_223.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_223.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_223.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_224.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_224.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_224.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_224.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_225.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_225.csproj
index 5d8be716981..e6d15db6f7d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_225.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_225.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_226.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_226.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_226.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_226.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_227.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_227.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_227.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_227.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_228.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_228.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_228.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_228.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_229.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_229.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_229.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_229.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_23.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_23.csproj
index 3836d973d32..20420ba553e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_23.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_23.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_230.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_230.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_230.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_230.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_231.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_231.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_231.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_231.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_232.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_232.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_232.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_232.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_233.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_233.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_233.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_233.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_234.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_234.csproj
index eec4ad57fdc..715ac63a114 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_234.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_234.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_235.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_235.csproj
index 3836d973d32..20420ba553e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_235.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_235.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_236.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_236.csproj
index 2a14642c32d..dfdfc5ecafb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_236.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_236.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_237.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_237.csproj
index 759b9164b2b..4bdf431302f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_237.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_237.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_238.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_238.csproj
index 27cfb2a286c..17a2650cab9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_238.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_238.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_239.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_239.csproj
index 276f9334e8b..c3f88d32f43 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_239.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_239.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_24.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_24.csproj
index 2a14642c32d..dfdfc5ecafb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_24.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_24.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_240.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_240.csproj
index 52fc21955e8..857c592d703 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_240.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_240.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_241.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_241.csproj
index dc840d315bf..90199fcd95b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_241.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_241.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_242.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_242.csproj
index ee226f0d7f2..e0efb180dd9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_242.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_242.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_243.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_243.csproj
index 540b1a9d9df..b491ac432cc 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_243.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_243.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_244.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_244.csproj
index 15bb7a391f0..847303fe1ad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_244.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_244.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_245.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_245.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_245.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_245.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_246.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_246.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_246.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_246.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_247.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_247.csproj
index 1a466dc33f6..bc9bc6b04d5 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_247.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_247.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_248.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_248.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_248.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_248.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_249.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_249.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_249.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_249.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_25.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_25.csproj
index 759b9164b2b..4bdf431302f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_25.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_25.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_250.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_250.csproj
index 5cf8c40cf9a..43da1be8007 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_250.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_250.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_251.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_251.csproj
index 36209bc834d..4765e324467 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_251.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_251.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_252.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_252.csproj
index 31dd15f343b..3859771e657 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_252.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_252.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_253.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_253.csproj
index 46a10a2a757..1e0f8720f6b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_253.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_253.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_254.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_254.csproj
index 8d5cf4e0558..e41f006ee39 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_254.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_254.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_255.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_255.csproj
index 011b15061d5..40ed93b6d01 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_255.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_255.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_256.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_256.csproj
index 7e1bbc546d4..36619651755 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_256.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_256.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_257.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_257.csproj
index e62c4b71764..f8fb5e0bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_257.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_257.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_258.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_258.csproj
index 1a466dc33f6..bc9bc6b04d5 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_258.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_258.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_259.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_259.csproj
index 43de53613af..cb5f9e3b5bd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_259.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_259.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_26.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_26.csproj
index 27cfb2a286c..17a2650cab9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_26.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_26.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_260.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_260.csproj
index 01166ccac90..1b886eab8a7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_260.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_260.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_261.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_261.csproj
index c6d9edcf8b7..62c0bbdc3c4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_261.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_261.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_262.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_262.csproj
index 26d778ffb7b..f3679eef199 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_262.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_262.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_263.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_263.csproj
index 7787a4ad30b..df54670cb75 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_263.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_263.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_264.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_264.csproj
index 75e9c9f683e..5453bef1b4f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_264.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_264.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_265.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_265.csproj
index 62bcf96545d..5ad95896dac 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_265.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_265.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_266.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_266.csproj
index 0240c30d865..9292295d322 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_266.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_266.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_267.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_267.csproj
index 3fa4024abb4..f595b74b3d0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_267.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_267.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_268.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_268.csproj
index d4587eefbcd..58cccbd98e8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_268.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_268.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_269.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_269.csproj
index 9e14c74fafe..ee8143e5c68 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_269.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_269.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_27.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_27.csproj
index 276f9334e8b..c3f88d32f43 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_27.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_27.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_270.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_270.csproj
index 586733243df..d6ee9582cbb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_270.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_270.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_271.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_271.csproj
index 6c95efb6694..f9c66d50d0d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_271.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_271.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_272.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_272.csproj
index d7adc5ab953..da0c3043b03 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_272.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_272.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_273.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_273.csproj
index d78442ca4f3..7c7d87e31c7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_273.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_273.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_274.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_274.csproj
index b7c01e65479..4e3c3e6ca20 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_274.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_274.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_275.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_275.csproj
index 6ffbbc85cd1..00765a2c3fa 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_275.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_275.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_276.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_276.csproj
index 80aa9896a80..27503553f41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_276.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_276.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_277.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_277.csproj
index 270438c10bb..3e74d561282 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_277.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_277.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_278.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_278.csproj
index 9851e49b713..b51e59c3422 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_278.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_278.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_279.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_279.csproj
index 0336802ae1c..a0356cfbe66 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_279.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_279.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_28.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_28.csproj
index 52fc21955e8..857c592d703 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_28.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_28.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_280.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_280.csproj
index 9e14c74fafe..ee8143e5c68 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_280.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_280.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
index 48ab9301064..fdb115c099f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_282.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_282.csproj
index 956d9a900bb..66e202d9310 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_282.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_282.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_283.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_283.csproj
index 60f29c59d54..8914756f89f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_283.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_283.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_284.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_284.csproj
index e3c3ac60e6a..86a520ef958 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_284.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_284.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_285.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_285.csproj
index d6b98226a9b..47f344a6d87 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_285.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_285.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_286.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_286.csproj
index 67ab6bd8241..397ec6a9bbf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_286.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_286.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_287.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_287.csproj
index c80f863766f..c8654d87580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_287.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_287.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_288.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_288.csproj
index a7d236a7352..a020a20d3de 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_288.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_288.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_289.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_289.csproj
index 11504d1021c..80a049367c0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_289.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_289.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_29.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_29.csproj
index dc840d315bf..90199fcd95b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_29.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_29.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_290.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_290.csproj
index e8e4d61c691..a2a8e965b95 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_290.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_290.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_291.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_291.csproj
index d39657c9aff..46954d4ea86 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_291.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_291.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_292.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_292.csproj
index 58c7cf143b5..cb721ba4070 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_292.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_292.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_293.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_293.csproj
index 98300d3b03f..c0702165212 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_293.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_293.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_294.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_294.csproj
index fec6f45e201..fd51fea2f3b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_294.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_294.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_295.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_295.csproj
index 24e9aca2c8a..02d055ad96e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_295.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_295.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_296.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_296.csproj
index 7466d4ba659..4dda389ae1b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_296.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_296.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_297.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_297.csproj
index 903cbccb46f..82d42a9b6c1 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_297.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_297.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_298.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_298.csproj
index 8c5f01813d0..cb7af9521fa 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_298.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_298.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_299.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_299.csproj
index f098dac86a1..c3649cc9a71 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_299.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_299.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_3.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_3.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_3.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_3.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_30.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_30.csproj
index ee226f0d7f2..e0efb180dd9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_30.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_30.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_300.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_300.csproj
index 8af962a65f8..c40f321bc56 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_300.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_300.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_301.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_301.csproj
index 59c324471cc..8eefdc73d09 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_301.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_301.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_302.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_302.csproj
index 5f5c5aa3618..c29514605f3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_302.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_302.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_303.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_303.csproj
index 6ec4122cdbb..405cfff88b1 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_303.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_303.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_304.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_304.csproj
index 99f6bf75943..e876cb99b51 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_304.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_304.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
index 041dda8372d..f06f6071242 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_306.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_306.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_306.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_306.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_307.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_307.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_307.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_307.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_308.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_308.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_308.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_308.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_309.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_309.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_309.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_309.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_31.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_31.csproj
index 540b1a9d9df..b491ac432cc 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_31.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_31.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_310.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_310.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_310.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_310.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_311.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_311.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_311.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_311.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_312.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_312.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_312.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_312.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_313.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_313.csproj
index 2f64ced8488..16fa93acf5d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_313.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_313.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_314.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_314.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_314.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_314.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_315.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_315.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_315.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_315.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_316.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_316.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_316.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_316.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_317.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_317.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_317.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_317.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_318.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_318.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_318.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_318.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_319.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_319.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_319.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_319.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_32.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_32.csproj
index 15bb7a391f0..847303fe1ad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_32.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_32.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_320.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_320.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_320.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_320.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_321.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_321.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_321.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_321.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_323.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_323.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_323.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_323.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_324.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_324.csproj
index 96fbaf99a01..217f0b8caef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_324.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_324.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_325.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_325.csproj
index 012217c8a59..732ea33d94a 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_325.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_325.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_326.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_326.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_326.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_326.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_327.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_327.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_327.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_327.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_328.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_328.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_328.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_328.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_329.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_329.csproj
index c20fb461662..63e5c005b2c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_329.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_329.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_33.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_33.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_33.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_33.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_330.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_330.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_330.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_330.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_331.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_331.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_331.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_331.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_332.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_332.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_332.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_332.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_333.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_333.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_333.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_333.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_334.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_334.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_334.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_334.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_335.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_335.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_335.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_335.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_336.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_336.csproj
index 7617b8089b0..6c6876d6e1d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_336.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_336.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_337.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_337.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_337.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_337.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_338.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_338.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_338.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_338.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_339.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_339.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_339.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_339.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_34.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_34.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_34.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_34.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_340.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_340.csproj
index 711766a98ab..b0fb31cf838 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_340.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_340.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_341.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_341.csproj
index 76994b5d0a7..0e60d37078f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_341.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_341.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_342.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_342.csproj
index 5be171beb1b..8a563193417 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_342.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_342.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_343.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_343.csproj
index e4d61fd6f03..6aa9fe10144 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_343.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_343.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_344.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_344.csproj
index 53b80676098..4eb695ba035 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_344.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_344.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_345.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_345.csproj
index d99ed85f28c..9c4022688f3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_345.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_345.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_346.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_346.csproj
index c273564157b..fc3550fac2d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_346.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_346.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_347.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_347.csproj
index 134d01e2a54..a2293322822 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_347.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_347.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_348.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_348.csproj
index 65c33b9943e..252636b9c0e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_348.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_348.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_349.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_349.csproj
index df66dfc0565..3c8b85eaec0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_349.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_349.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_35.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_35.csproj
index 1a466dc33f6..bc9bc6b04d5 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_35.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_35.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
index dc728944247..fb5d36313ff 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_351.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_351.csproj
index 302b3e173fd..a60182e748c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_351.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_351.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_352.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_352.csproj
index 302b3e173fd..a60182e748c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_352.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_352.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_353.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_353.csproj
index 492cbabb12e..4825707b5cf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_353.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_353.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_354.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_354.csproj
index 492cbabb12e..4825707b5cf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_354.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_354.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_355.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_355.csproj
index 783b49694bf..8410246a7fe 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_355.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_355.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_356.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_356.csproj
index 03caef334c4..b66edd59fef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_356.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_356.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_357.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_357.csproj
index e30ddb55da8..32bf4b23959 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_357.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_357.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_358.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_358.csproj
index 66884f1147b..0cbd24fac60 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_358.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_358.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_359.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_359.csproj
index 4770a278213..cae1c71f82d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_359.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_359.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_36.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_36.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_36.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_36.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_360.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_360.csproj
index 4bd15ba529c..c9a11eb87d3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_360.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_360.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_361.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_361.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_361.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_361.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_363.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_363.csproj
index 5cb8d3822db..cdf3450e7b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_363.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_363.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_364.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_364.csproj
index df8a115294f..c795507f887 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_364.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_364.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_365.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_365.csproj
index 801436c4c3d..6c3a5acaa85 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_365.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_365.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_366.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_366.csproj
index 5b2e977a301..f99364ade24 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_366.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_366.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_367.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_367.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_367.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_367.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_368.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_368.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_368.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_368.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_369.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_369.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_369.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_369.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_37.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_37.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_37.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_37.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_370.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_370.csproj
index d10fb0f5a02..5db0f4f777f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_370.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_370.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_371.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_371.csproj
index f04a81cbbf7..1271794bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_371.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_371.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_372.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_372.csproj
index 874ddd92167..8b2eb367a01 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_372.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_372.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_373.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_373.csproj
index 78d8a62a979..951d78587ae 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_373.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_373.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_374.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_374.csproj
index 556ca15a187..df29f2cfbe4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_374.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_374.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_375.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_375.csproj
index 0144a617fb8..429cbb7030e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_375.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_375.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_376.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_376.csproj
index 80005b7e868..035ff762fd8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_376.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_376.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_377.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_377.csproj
index 64d9d9d1d7a..92add2d1681 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_377.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_377.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_378.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_378.csproj
index aa24282b0a6..ef361dcd354 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_378.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_378.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_379.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_379.csproj
index 4a9bf4edad6..88722ab0d1e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_379.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_379.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_38.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_38.csproj
index 5cf8c40cf9a..43da1be8007 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_38.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_38.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_380.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_380.csproj
index a1bbfbc2849..5b286d7ee11 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_380.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_380.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_381.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_381.csproj
index 05b1ed039bc..a8a1f62174b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_381.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_381.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_382.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_382.csproj
index a1bbfbc2849..5b286d7ee11 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_382.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_382.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_383.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_383.csproj
index ccf5947b113..170e4878583 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_383.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_383.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_384.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_384.csproj
index 7027d52c48d..05c2975c2fd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_384.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_384.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_385.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_385.csproj
index 2b33f72ab9b..4f3cdfaf364 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_385.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_385.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_386.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_386.csproj
index e29e195109b..b395c1362c2 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_386.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_386.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_387.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_387.csproj
index ab959f266cd..efe7bf094a6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_387.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_387.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_388.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_388.csproj
index 32e7ec39e8f..b87ebf58669 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_388.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_388.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
index 073f7504bd9..40eee68991f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_39.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_39.csproj
index 36209bc834d..4765e324467 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_39.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_39.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_390.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_390.csproj
index de49f603622..30224f9370f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_390.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_390.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_391.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_391.csproj
index a61ae5a3d9b..9db01978222 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_391.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_391.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_392.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_392.csproj
index 05b1ed039bc..a8a1f62174b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_392.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_392.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_393.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_393.csproj
index c1495acea9b..24cb074db00 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_393.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_393.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_394.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_394.csproj
index da8a2c734ff..e6a0598a30c 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_394.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_394.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_395.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_395.csproj
index 846ed5c47e6..bfb57687546 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_395.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_395.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_396.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_396.csproj
index 72c3f699b17..eecf2c27846 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_396.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_396.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_397.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_397.csproj
index 2748efc1553..cb3d706ea75 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_397.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_397.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_398.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_398.csproj
index 26349978558..750469f2b02 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_398.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_398.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_399.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_399.csproj
index 84237df997b..37172147c6f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_399.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_399.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_4.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_4.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_4.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_4.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_40.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_40.csproj
index 31dd15f343b..3859771e657 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_40.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_40.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_400.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_400.csproj
index e6cf3f76978..1afbe6a9536 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_400.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_400.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_401.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_401.csproj
index d5d0e4912bb..c99bac9dbf4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_401.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_401.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_402.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_402.csproj
index 701ca4e9e6b..d22c9e1edec 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_402.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_402.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_403.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_403.csproj
index 6aa1933c227..90a399a91d7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_403.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_403.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_404.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_404.csproj
index 028a7274af8..1f1e677c3b8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_404.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_404.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_405.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_405.csproj
index 6f16ab50e5b..16c09eba39a 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_405.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_405.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_406.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_406.csproj
index 544f1a4cd54..8843efd52ab 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_406.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_406.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_407.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_407.csproj
index 16a515e8a76..b35d6318c92 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_407.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_407.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_408.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_408.csproj
index 65c33b9943e..252636b9c0e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_408.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_408.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_409.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_409.csproj
index 7617b8089b0..6c6876d6e1d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_409.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_409.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_41.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_41.csproj
index 46a10a2a757..1e0f8720f6b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_41.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_41.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_410.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_410.csproj
index 783b49694bf..8410246a7fe 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_410.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_410.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_411.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_411.csproj
index 0144a617fb8..429cbb7030e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_411.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_411.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_412.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_412.csproj
index 2a14642c32d..dfdfc5ecafb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_412.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_412.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_413.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_413.csproj
index cd06c16f640..4fc77a8eab7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_413.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_413.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_414.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_414.csproj
index 9edde8a13e9..905f7e4d09e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_414.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_414.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_415.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_415.csproj
index df8a115294f..c795507f887 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_415.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_415.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_416.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_416.csproj
index 7027d52c48d..05c2975c2fd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_416.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_416.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_417.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_417.csproj
index ba37efeb969..891b2bf3a6d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_417.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_417.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_418.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_418.csproj
index 3bde7d8ba78..1219a4b9b3e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_418.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_418.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_419.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_419.csproj
index 494dccb6cb9..8a564b15f49 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_419.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_419.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_42.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_42.csproj
index 8d5cf4e0558..e41f006ee39 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_42.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_42.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
index 96fbaf99a01..217f0b8caef 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_421.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_421.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_421.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_421.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_422.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_422.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_422.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_422.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_423.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_423.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_423.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_423.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_424.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_424.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_424.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_424.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_425.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_425.csproj
index 6d6301694fd..d101ecc98cd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_425.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_425.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.1 -dw 0.0 -f</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_426.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_426.csproj
index 826c77e9983..6407dd583b7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_426.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_426.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_427.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_427.csproj
index 3af1996bf8f..774c3cae784 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_427.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_427.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_428.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_428.csproj
index 99f5959f828..1fda87c5d1d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_428.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_428.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.0 -f</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_429.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_429.csproj
index 72dea60b19d..d1c6748423a 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_429.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_429.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.1 -f</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_43.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_43.csproj
index 011b15061d5..40ed93b6d01 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_43.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_43.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_430.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_430.csproj
index 11504d1021c..80a049367c0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_430.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_430.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_431.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_431.csproj
index d1ba5a05313..a5acd74f5dd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_431.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_431.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_432.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_432.csproj
index 4770a278213..cae1c71f82d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_432.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_432.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_44.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_44.csproj
index 7e1bbc546d4..36619651755 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_44.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_44.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_45.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_45.csproj
index e62c4b71764..f8fb5e0bcf9 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_45.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_45.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_46.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_46.csproj
index 1a466dc33f6..bc9bc6b04d5 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_46.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_46.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_47.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_47.csproj
index 43de53613af..cb5f9e3b5bd 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_47.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_47.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_48.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_48.csproj
index 01166ccac90..1b886eab8a7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_48.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_48.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_49.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_49.csproj
index c6d9edcf8b7..62c0bbdc3c4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_49.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_49.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_5.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_5.csproj
index 1b21ec03455..ec129185c9b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_5.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_5.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_50.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_50.csproj
index 26d778ffb7b..f3679eef199 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_50.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_50.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_51.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_51.csproj
index 7787a4ad30b..df54670cb75 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_51.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_51.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_52.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_52.csproj
index 75e9c9f683e..5453bef1b4f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_52.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_52.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_53.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_53.csproj
index 62bcf96545d..5ad95896dac 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_53.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_53.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_54.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_54.csproj
index 0240c30d865..9292295d322 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_54.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_54.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_55.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_55.csproj
index 3fa4024abb4..f595b74b3d0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_55.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_55.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_56.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_56.csproj
index d4587eefbcd..58cccbd98e8 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_56.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_56.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_57.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_57.csproj
index 9e14c74fafe..ee8143e5c68 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_57.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_57.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_58.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_58.csproj
index 586733243df..d6ee9582cbb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_58.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_58.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_59.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_59.csproj
index 6c95efb6694..f9c66d50d0d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_59.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_59.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_6.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_6.csproj
index 4c3e01e436e..8c178b85b41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_6.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_6.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_60.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_60.csproj
index d7adc5ab953..da0c3043b03 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_60.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_60.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
index d78442ca4f3..7c7d87e31c7 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_62.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_62.csproj
index b7c01e65479..4e3c3e6ca20 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_62.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_62.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_63.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_63.csproj
index 6ffbbc85cd1..00765a2c3fa 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_63.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_63.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_64.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_64.csproj
index 80aa9896a80..27503553f41 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_64.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_64.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_65.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_65.csproj
index 270438c10bb..3e74d561282 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_65.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_65.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_66.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_66.csproj
index 9851e49b713..b51e59c3422 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_66.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_66.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_67.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_67.csproj
index 0336802ae1c..a0356cfbe66 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_67.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_67.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_68.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_68.csproj
index 9e14c74fafe..ee8143e5c68 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_68.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_68.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_69.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_69.csproj
index 48ab9301064..fdb115c099f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_69.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_69.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_7.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_7.csproj
index 2e377b97486..ed474b6538d 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_7.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_7.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_70.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_70.csproj
index 956d9a900bb..66e202d9310 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_70.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_70.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_71.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_71.csproj
index 60f29c59d54..8914756f89f 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_71.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_71.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_72.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_72.csproj
index e3c3ac60e6a..86a520ef958 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_72.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_72.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_73.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_73.csproj
index d6b98226a9b..47f344a6d87 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_73.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_73.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_74.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_74.csproj
index 67ab6bd8241..397ec6a9bbf 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_74.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_74.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_75.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_75.csproj
index c80f863766f..c8654d87580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_75.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_75.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_76.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_76.csproj
index a7d236a7352..a020a20d3de 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_76.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_76.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_77.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_77.csproj
index 11504d1021c..80a049367c0 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_77.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_77.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_78.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_78.csproj
index e8e4d61c691..a2a8e965b95 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_78.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_78.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_79.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_79.csproj
index d39657c9aff..46954d4ea86 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_79.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_79.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_8.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_8.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_8.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_8.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_80.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_80.csproj
index 58c7cf143b5..cb721ba4070 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_80.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_80.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
index fec6f45e201..fd51fea2f3b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_83.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_83.csproj
index 24e9aca2c8a..02d055ad96e 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_83.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_83.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_84.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_84.csproj
index 7466d4ba659..4dda389ae1b 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_84.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_84.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_85.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_85.csproj
index 903cbccb46f..82d42a9b6c1 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_85.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_85.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_86.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_86.csproj
index 8c5f01813d0..cb7af9521fa 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_86.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_86.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_87.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_87.csproj
index f098dac86a1..c3649cc9a71 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_87.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_87.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_88.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_88.csproj
index 8af962a65f8..c40f321bc56 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_88.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_88.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_89.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_89.csproj
index 59c324471cc..8eefdc73d09 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_89.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_89.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_9.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_9.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_9.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_9.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_90.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_90.csproj
index 5f5c5aa3618..c29514605f3 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_90.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_90.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_91.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_91.csproj
index 6ec4122cdbb..405cfff88b1 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_91.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_91.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_92.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_92.csproj
index 99f6bf75943..e876cb99b51 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_92.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_92.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_93.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_93.csproj
index 041dda8372d..f06f6071242 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_93.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_93.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_94.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_94.csproj
index 779db315bc4..680c47a0580 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_94.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_94.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_95.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_95.csproj
index a4f12d0d4f5..353666ecce6 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_95.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_95.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_96.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_96.csproj
index 405e1ef3c4b..ebee5c68bdb 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_96.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_96.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_97.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_97.csproj
index 80f06f2e633..c8b5e796aad 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_97.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_97.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_98.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_98.csproj
index fe5f4929ae2..4df028c29f4 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_98.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_98.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_99.csproj b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_99.csproj
index f68af2aea62..86b9029fb32 100644
--- a/src/tests/GC/Scenarios/GCSimulator/GCSimulator_99.csproj
+++ b/src/tests/GC/Scenarios/GCSimulator/GCSimulator_99.csproj
@@ -5,7 +5,6 @@
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/GC/Stress/Framework/ReliabilityFramework.csproj b/src/tests/GC/Stress/Framework/ReliabilityFramework.csproj
index 9bc97a11e40..e7632c7fdd3 100644
--- a/src/tests/GC/Stress/Framework/ReliabilityFramework.csproj
+++ b/src/tests/GC/Stress/Framework/ReliabilityFramework.csproj
@@ -1,11 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestExecutionArguments>-unittest</CLRTestExecutionArguments>
<GenerateRunScript>false</GenerateRunScript>
<IsLongRunningGCTest>true</IsLongRunningGCTest>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="DetourHelpers.cs" />
diff --git a/src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.ilproj b/src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.ilproj
index 36bd563485b..a6b9c395621 100644
--- a/src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.ilproj
+++ b/src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj
index ab208980834..95351a71c98 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj
index ca0982693df..2920927f3c1 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj
index 191bb09523a..15121d46d37 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj
index 5e8c0aed782..0aea26ed9dd 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj
index b0a46391cdb..ed539faa5b7 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj
index 8d689526c4d..c8a22f58fcc 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj
index a3b92f67f70..9ae487e9e14 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj
index ededde0d346..45340cfa3cb 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RestorePackages>true</RestorePackages>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/Methodical/Boxing/boxunbox/KeepAliveBoxOpt.csproj b/src/tests/JIT/Methodical/Boxing/boxunbox/KeepAliveBoxOpt.csproj
index 9de967e13e9..9dc98caff81 100644
--- a/src/tests/JIT/Methodical/Boxing/boxunbox/KeepAliveBoxOpt.csproj
+++ b/src/tests/JIT/Methodical/Boxing/boxunbox/KeepAliveBoxOpt.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj
index 882dbd5ce4d..f46320c4d37 100644
--- a/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj
+++ b/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj
index 63895dbcfb4..e9add4a6cbd 100644
--- a/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj
+++ b/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj
index 750ade69062..0a1a2646677 100644
--- a/src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj
+++ b/src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj
index 21d4a502b6b..f2be2ec44a3 100644
--- a/src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj
+++ b/src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Methodical/int64/misc/longmul.ilproj b/src/tests/JIT/Methodical/int64/misc/longmul.ilproj
index 2d20f0d42db..b31512ba88b 100644
--- a/src/tests/JIT/Methodical/int64/misc/longmul.ilproj
+++ b/src/tests/JIT/Methodical/int64/misc/longmul.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj b/src/tests/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj
index a02136d9cd3..bcaa593ba81 100644
--- a/src/tests/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj
+++ b/src/tests/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj b/src/tests/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj
index 3605637ece5..e7c67cc80e8 100644
--- a/src/tests/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj
+++ b/src/tests/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj b/src/tests/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj
index 3605637ece5..e7c67cc80e8 100644
--- a/src/tests/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj
+++ b/src/tests/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.csproj
index bc9a22a31ab..8f2c8355c3f 100644
--- a/src/tests/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.csproj
+++ b/src/tests/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.csproj
index adc3b7203ae..f3e1cbd44b4 100644
--- a/src/tests/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.csproj
+++ b/src/tests/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_43391/Runtime_43391.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_43391/Runtime_43391.csproj
index 260db028de3..dc27e30cf7d 100644
--- a/src/tests/JIT/Regression/JitBlue/Runtime_43391/Runtime_43391.csproj
+++ b/src/tests/JIT/Regression/JitBlue/Runtime_43391/Runtime_43391.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_45557/Runtime_45557.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_45557/Runtime_45557.csproj
index f24e83e9abc..3e66101d365 100644
--- a/src/tests/JIT/Regression/JitBlue/Runtime_45557/Runtime_45557.csproj
+++ b/src/tests/JIT/Regression/JitBlue/Runtime_45557/Runtime_45557.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_46239/Runtime_46239.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_46239/Runtime_46239.csproj
index adc3b7203ae..f3e1cbd44b4 100644
--- a/src/tests/JIT/Regression/JitBlue/Runtime_46239/Runtime_46239.csproj
+++ b/src/tests/JIT/Regression/JitBlue/Runtime_46239/Runtime_46239.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_46529/Runtime_46529.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_46529/Runtime_46529.csproj
index de56055fc01..fd5adf62eab 100644
--- a/src/tests/JIT/Regression/JitBlue/Runtime_46529/Runtime_46529.csproj
+++ b/src/tests/JIT/Regression/JitBlue/Runtime_46529/Runtime_46529.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
diff --git a/src/tests/JIT/opt/CSE/GitHub_16065a.csproj b/src/tests/JIT/opt/CSE/GitHub_16065a.csproj
index aada0ec801b..7e17ca512d2 100644
--- a/src/tests/JIT/opt/CSE/GitHub_16065a.csproj
+++ b/src/tests/JIT/opt/CSE/GitHub_16065a.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/opt/CSE/GitHub_16065b.csproj b/src/tests/JIT/opt/CSE/GitHub_16065b.csproj
index 55707cdac5f..2da3f625911 100644
--- a/src/tests/JIT/opt/CSE/GitHub_16065b.csproj
+++ b/src/tests/JIT/opt/CSE/GitHub_16065b.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/opt/CSE/NarrowStore.csproj b/src/tests/JIT/opt/CSE/NarrowStore.csproj
index 463428c2ad3..ea7263b9efd 100644
--- a/src/tests/JIT/opt/CSE/NarrowStore.csproj
+++ b/src/tests/JIT/opt/CSE/NarrowStore.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/JIT/opt/Devirtualization/generic_noinline.csproj b/src/tests/JIT/opt/Devirtualization/generic_noinline.csproj
index 80b62656678..4478172d2f5 100644
--- a/src/tests/JIT/opt/Devirtualization/generic_noinline.csproj
+++ b/src/tests/JIT/opt/Devirtualization/generic_noinline.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/opt/LocAlloc/inloop.csproj b/src/tests/JIT/opt/LocAlloc/inloop.csproj
index 9f0afd33583..05b0fc5fcb8 100644
--- a/src/tests/JIT/opt/LocAlloc/inloop.csproj
+++ b/src/tests/JIT/opt/LocAlloc/inloop.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
diff --git a/src/tests/JIT/opt/LocAlloc/localloc.csproj b/src/tests/JIT/opt/LocAlloc/localloc.csproj
index 08ab04d6373..f31c3978186 100644
--- a/src/tests/JIT/opt/LocAlloc/localloc.csproj
+++ b/src/tests/JIT/opt/LocAlloc/localloc.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
diff --git a/src/tests/JIT/opt/OptimizeBools/optboolsreturn.csproj b/src/tests/JIT/opt/OptimizeBools/optboolsreturn.csproj
index 318a0eb9c3d..5e5fbae5cb8 100644
--- a/src/tests/JIT/opt/OptimizeBools/optboolsreturn.csproj
+++ b/src/tests/JIT/opt/OptimizeBools/optboolsreturn.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/JIT/opt/Types/Equality.csproj b/src/tests/JIT/opt/Types/Equality.csproj
index 4e20e0a771e..d2c1596b56a 100644
--- a/src/tests/JIT/opt/Types/Equality.csproj
+++ b/src/tests/JIT/opt/Types/Equality.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
diff --git a/src/tests/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj b/src/tests/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj
index cc8868ececc..7ccf8f0fea7 100644
--- a/src/tests/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj
+++ b/src/tests/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<RequiresMockHostPolicy>true</RequiresMockHostPolicy>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj b/src/tests/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj
index e8d09c2fbf1..64c2cd4119e 100644
--- a/src/tests/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj
+++ b/src/tests/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/ByRefLocals.csproj b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/ByRefLocals.csproj
index 7cde272f107..c9953e48e97 100644
--- a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/ByRefLocals.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/ByRefLocals.csproj
@@ -2,12 +2,10 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="Unloaded.csproj" />
<ProjectReference Include="SpanAccessor.csproj" />
<Compile Include="ByRefLocals.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/SpanAccessor.csproj b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/SpanAccessor.csproj
index 88e99d96176..c273d63c572 100644
--- a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/SpanAccessor.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/SpanAccessor.csproj
@@ -3,9 +3,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="SpanAccessor.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/Unloaded.csproj b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/Unloaded.csproj
index 6d13ecf2427..792f916e005 100644
--- a/src/tests/Loader/CollectibleAssemblies/ByRefLocals/Unloaded.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/ByRefLocals/Unloaded.csproj
@@ -3,10 +3,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="SpanAccessor.csproj" />
<Compile Include="Unloaded.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/CollectibleAssemblies/Statics/Accessor.csproj b/src/tests/Loader/CollectibleAssemblies/Statics/Accessor.csproj
index 528466d1359..86f4f2d6d34 100644
--- a/src/tests/Loader/CollectibleAssemblies/Statics/Accessor.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/Statics/Accessor.csproj
@@ -3,9 +3,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Accessor.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/CollectibleAssemblies/Statics/CollectibleStatics.csproj b/src/tests/Loader/CollectibleAssemblies/Statics/CollectibleStatics.csproj
index 27b8b2a9ebd..5d18a39f5aa 100644
--- a/src/tests/Loader/CollectibleAssemblies/Statics/CollectibleStatics.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/Statics/CollectibleStatics.csproj
@@ -2,12 +2,10 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="Unloaded.csproj" />
<ProjectReference Include="Accessor.csproj" />
<Compile Include="CollectibleStatics.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/CollectibleAssemblies/Statics/Unloaded.csproj b/src/tests/Loader/CollectibleAssemblies/Statics/Unloaded.csproj
index 4d5f1d847c5..a2c46252aae 100644
--- a/src/tests/Loader/CollectibleAssemblies/Statics/Unloaded.csproj
+++ b/src/tests/Loader/CollectibleAssemblies/Statics/Unloaded.csproj
@@ -3,10 +3,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="Accessor.csproj" />
<Compile Include="Unloaded.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/ContextualReflection/ContextualReflection.csproj b/src/tests/Loader/ContextualReflection/ContextualReflection.csproj
index b92cd9e1639..35166cd9773 100644
--- a/src/tests/Loader/ContextualReflection/ContextualReflection.csproj
+++ b/src/tests/Loader/ContextualReflection/ContextualReflection.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<!-- The test uses AssemblyLoadContext (directly) to load the test assembly and its dependency that's part of the test again.
When the test is loaded into an unloadable context in the runincontext tool, the dependency assembly cannot be found
since it is in a different folder than the runincontext tool. -->
diff --git a/src/tests/Loader/binding/assemblies/assemblybugs/102140/test.csproj b/src/tests/Loader/binding/assemblies/assemblybugs/102140/test.csproj
index a5ba656a8c0..3d3c6346f42 100644
--- a/src/tests/Loader/binding/assemblies/assemblybugs/102140/test.csproj
+++ b/src/tests/Loader/binding/assemblies/assemblybugs/102140/test.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/binding/assemblies/assemblybugs/203962w/client.csproj b/src/tests/Loader/binding/assemblies/assemblybugs/203962w/client.csproj
index f68cf72221e..051246ae976 100644
--- a/src/tests/Loader/binding/assemblies/assemblybugs/203962w/client.csproj
+++ b/src/tests/Loader/binding/assemblies/assemblybugs/203962w/client.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/binding/assemblies/assemblybugs/37910/Ii.csproj b/src/tests/Loader/binding/assemblies/assemblybugs/37910/Ii.csproj
index d1d14414262..325554801b3 100644
--- a/src/tests/Loader/binding/assemblies/assemblybugs/37910/Ii.csproj
+++ b/src/tests/Loader/binding/assemblies/assemblybugs/37910/Ii.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Test unsupported outside of linux -->
<CLRTestTargetUnsupported Condition="'$(TargetOS)' != 'Linux'">true</CLRTestTargetUnsupported>
diff --git a/src/tests/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj b/src/tests/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj
index 7bad3323317..1e7af5d17cc 100644
--- a/src/tests/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj
+++ b/src/tests/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj b/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj
index efc426d53ff..114bd690d4f 100644
--- a/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj
+++ b/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj b/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj
index 6f4363d9ce3..a7eeee0ff34 100644
--- a/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj
+++ b/src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/Casting/castclasspointer.ilproj b/src/tests/Loader/classloader/Casting/castclasspointer.ilproj
index 9689e5195cd..1a4dc870999 100644
--- a/src/tests/Loader/classloader/Casting/castclasspointer.ilproj
+++ b/src/tests/Loader/classloader/Casting/castclasspointer.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="castclasspointer.il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj
index dd92fb4d0eb..7c8baeb6798 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained2.il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj
index 519b717e562..f6a6e713c28 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained2_gm.il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj
index 990ab696ab9..fb95d8b5942 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained3.il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj
index 1387c8d2704..050bb1ccc3b 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained3_gm.il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj
index 6dcc387664b..7e5d20a7a08 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj
index 292114664d0..144d7d9636a 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github44533.csproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github44533.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github44533.csproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github44533.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.csproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.csproj
index aab61d4e449..42c7a9e8ffc 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.csproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj
index e5761bf549a..042fd4166ef 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="non_virtual_calls_to_instance_methods.il" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
index 6903f4819bc..dc8ed623548 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
index 4917eea20c3..42a1c29439d 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj
+++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/DictionaryExpansion/DictionaryExpansion.csproj b/src/tests/Loader/classloader/DictionaryExpansion/DictionaryExpansion.csproj
index 30b0e720dbf..3e62bfd677e 100644
--- a/src/tests/Loader/classloader/DictionaryExpansion/DictionaryExpansion.csproj
+++ b/src/tests/Loader/classloader/DictionaryExpansion/DictionaryExpansion.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj b/src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj
index df9afa8f6d4..b3ba1efbda8 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase0.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase0.ilproj
index 3969d7d11c4..7f2527fce72 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase0.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase0.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj
index 2f3f580646e..dd296d5c72f 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj
index 1f0a28e991f..afa384f136b 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj
index 6e3c56342a1..4259f194a33 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj
index d9e510c83e5..345e6c45837 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase1.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase1.ilproj
index 5dacc62c927..19a7325ca6d 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase1.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase1.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj
index af0d6ccb221..d3654741864 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj
index 3088e469cd6..cbee6c3d00b 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj
index c260c91dc67..6a6ffbaab5b 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj
index 55b7f10a65f..e54a8aac207 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj
index 49adbaf4765..2312a494d80 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj
index 6cfd2034200..ae0f5793288 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj
index edcdf1667de..691ab92dfa4 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj
index 2b1d068a748..4ebce25b049 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj
index c2f219908d5..93d8751c4d5 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase3.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase3.ilproj
index 19b011444c2..de4963b8f67 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase3.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase3.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj
index 804e4350fd1..a3ec8086b58 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj
index 5b60a7c0460..dcc589d70fe 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj
index 93b90e17eeb..695cfe95334 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj
index 4e1dde7ca1d..938ef20faa5 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase4.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase4.ilproj
index 0d390b9ac7a..9f0a49899ef 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase4.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase4.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj
index 0b8188768f2..f7f8358ac19 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj
index 8fdf64143df..c332535a378 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj
index e60ddfce6d5..de90b2e44d6 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj
index 97402fca21f..228469718da 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase5.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase5.ilproj
index fa9f00a597b..e4b8304dd21 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase5.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase5.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj
index 8aa2e932d6e..a4461cf1abb 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj
index 099838b18d0..9d2796bcb3e 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj
index 473712c04c0..040371404a8 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj
index 86d489f2596..64f0fd2889f 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase6.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase6.ilproj
index a15ba4bb390..460173ed353 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase6.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase6.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj
index f5b692350bf..50192e49f2a 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj
index e7f5e0ea223..5525da68d8e 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj
index 42b14b9c1f8..8475476e97d 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj
index b7bce1cab5b..298be6216fc 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/InterfaceFolding/TestCase7.ilproj b/src/tests/Loader/classloader/InterfaceFolding/TestCase7.ilproj
index 1d332166714..f35086ae84a 100644
--- a/src/tests/Loader/classloader/InterfaceFolding/TestCase7.ilproj
+++ b/src/tests/Loader/classloader/InterfaceFolding/TestCase7.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.ilproj
index 921b93a2356..660607f265f 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnitTest.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.ilproj
index 01b74f71e93..712562daee9 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnsupportedScenario1.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.ilproj
index 7e95e6b070b..2c16fe59798 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnsupportedScenario2.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.ilproj
index a182efdb3bb..482d5257fb2 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnsupportedScenario3.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.ilproj
index 20cae0e097a..6d1c8eeacf6 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="ImplicitOverrideSameSigAsDecl.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.ilproj
index 7832fd86e93..44613b60153 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="OverrideSameSigAsDecl.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.ilproj
index cc3de09a7be..b4628fb767c 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="IncompatibleOverride.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.ilproj
index 4fb61666a1e..8cc8160cef3 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AttributeTesting.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest.ilproj
index 2a6c4198b62..919f1b35480 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CompatibleWithTest.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.ilproj
index c4248224974..54eba07b520 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="A.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.ilproj
index 5dafe94b9db..5e3b88c623b 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="B.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.ilproj
index f4c3d16fcfd..810b183c572 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="C.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.ilproj
index 6e3dd6c0bf3..ac80238c1de 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Dictionary.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.ilproj
index 92c1d500858..3964dda5004 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenBaseType.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.ilproj
index b560c1792a2..a9008e13a25 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenDerive1.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.ilproj
index 4c841ecd168..96f81e1a4f3 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenDerive2.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.ilproj
index 4463d91b5ac..7b9893f1878 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenDerive3.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.ilproj
index 28124cdaf40..042dea5fc84 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenRetType.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.ilproj
index 4d2eb180d69..2dd8239a268 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenTestType.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.ilproj
index 6431ad98866..4b69d578445 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenToNonGen1.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.ilproj
index 4b942c58ba0..af17ba26e33 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenToNonGen2.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.ilproj
index b8ad4600c9c..6b22409ceef 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenToNonGen3.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.ilproj
index b15fc7a3cdb..253777f46a9 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenThroughGen1.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.ilproj
index 33147e73fb7..94e555b0f20 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenThroughGen2.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.ilproj
index cc0e7773e55..de020847c38 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenThroughGen3.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.ilproj
index 5a9a6a9848d..57047933989 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenThroughGen4.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.ilproj
index 9f9d5761f55..e1305b133a3 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenericDerived1.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.ilproj
index f6aaa70acbc..9335a694159 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenericDerived2.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.ilproj
index d6f9c874cd5..603395d18cc 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenericDerived3.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.ilproj
index fef53b39e4b..6d533174d5c 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.ilproj
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NonGenericDerived4.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.ilproj
index 8617ffc5cdd..12e42266b8e 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="OverrideMoreDerivedReturn.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.ilproj
index 921b93a2356..660607f265f 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnitTest.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.ilproj
index 1667d3b14ac..e1434ef5e25 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnitTestDelegates.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj
index f745a3e04ee..5fca8b39054 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.ilproj b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.ilproj
index 6dbb26234d3..ee9dc11d5bc 100644
--- a/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnitTest_GVM.il" />
diff --git a/src/tests/Loader/classloader/MethodImpl/generics_override1.ilproj b/src/tests/Loader/classloader/MethodImpl/generics_override1.ilproj
index b2614704d3b..19cb7bf4c26 100644
--- a/src/tests/Loader/classloader/MethodImpl/generics_override1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/generics_override1.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>pdbonly</DebugType>
diff --git a/src/tests/Loader/classloader/MethodImpl/override_override1.ilproj b/src/tests/Loader/classloader/MethodImpl/override_override1.ilproj
index d0e0a080058..142a20a9f56 100644
--- a/src/tests/Loader/classloader/MethodImpl/override_override1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/override_override1.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/self_override1.ilproj b/src/tests/Loader/classloader/MethodImpl/self_override1.ilproj
index c105ebd4612..2052e0c29b4 100644
--- a/src/tests/Loader/classloader/MethodImpl/self_override1.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/self_override1.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/self_override2.ilproj b/src/tests/Loader/classloader/MethodImpl/self_override2.ilproj
index e875f77e594..6108a27785a 100644
--- a/src/tests/Loader/classloader/MethodImpl/self_override2.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/self_override2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/self_override3.ilproj b/src/tests/Loader/classloader/MethodImpl/self_override3.ilproj
index b9bdc6e8f50..be2b81636e5 100644
--- a/src/tests/Loader/classloader/MethodImpl/self_override3.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/self_override3.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/MethodImpl/self_override5.ilproj b/src/tests/Loader/classloader/MethodImpl/self_override5.ilproj
index 024bbe38b12..01b1c014adb 100644
--- a/src/tests/Loader/classloader/MethodImpl/self_override5.ilproj
+++ b/src/tests/Loader/classloader/MethodImpl/self_override5.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj
index 14540d81e37..14f57b6ebd8 100644
--- a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj
+++ b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Test6_FriendPriInterface.il" />
diff --git a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
index 012712c5291..a9994e2393d 100644
--- a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
+++ b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj
index 5c7d484c4fb..0cbde69195d 100644
--- a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj
+++ b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Test6_forwarder.il" />
diff --git a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj
index 0f0c6576b44..e42f820583a 100644
--- a/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj
+++ b/src/tests/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Test6_supplier.il" />
diff --git a/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj b/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj
index 7c666c10c9e..7febeca263d 100644
--- a/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj
+++ b/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="t1.il" />
diff --git a/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj b/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj
index 22675d89626..0943b5f1460 100644
--- a/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj
+++ b/src/tests/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/Statics/Misc/LiteralStatic.ilproj b/src/tests/Loader/classloader/Statics/Misc/LiteralStatic.ilproj
index b2790a4fba1..7abb96f8cb3 100644
--- a/src/tests/Loader/classloader/Statics/Misc/LiteralStatic.ilproj
+++ b/src/tests/Loader/classloader/Statics/Misc/LiteralStatic.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="LiteralStatic.il" />
diff --git a/src/tests/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj b/src/tests/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj
index 444be886f58..1d288cb5c8e 100644
--- a/src/tests/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj
+++ b/src/tests/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj
index 16d38c0405f..4b957f8b5ab 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="HelloWorld.il" />
diff --git a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj
index c303b9e1b78..c172e3fdc9c 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj
index 16d38c0405f..4b957f8b5ab 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="HelloWorld.il" />
diff --git a/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj b/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj
index 07727f1c6ad..99de2e5a75a 100644
--- a/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj
+++ b/src/tests/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj
index 20c4cee6ea9..e8050d4ee26 100644
--- a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj
+++ b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="MyDep.il" />
diff --git a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj
index 27a317b801b..16096426b68 100644
--- a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj
+++ b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="MyDep2.cs" />
diff --git a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj
index 094cd49f916..00515c4a929 100644
--- a/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj
+++ b/src/tests/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="MyDep3.cs" />
diff --git a/src/tests/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj b/src/tests/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj
index dc5d2a50976..ba52f2ae03a 100644
--- a/src/tests/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj
+++ b/src/tests/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj
index 8ebc6d500d9..2414dfdb478 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj
index 8699f899a15..c08ce9ccafe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj
index e83425bf3a6..a2c00d227ba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj
index aa0b6139e26..ae926814b8d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj
index c2c3db66be0..3c20a475cc4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj
index b053fad9fce..af39ad52cd4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj
index 6cc4837c0c4..a3f5f692203 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj
index 46cf0d1db98..8ac52a98ef4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj
index 9147462767a..18b84203be5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj
index 15b0d736f43..2922b721a88 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj
index 8e54ce572fb..8c3ea6f8a7c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj
index a88756f1332..d7755711cd9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj
index c1394d48ae3..6014de26a37 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj
index 82491333869..2bf1a1c8193 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj
index fd16cc01ff9..8d002b6faa7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj
index 564835a961e..f1d69e6d8f8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj
index 5526bcd7842..9dcad3f28fd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj
index 65d1a89391f..4a5b12da7ab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj
index 2da4b01bb69..69535017221 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj
index f2c1298197a..81eccc1d582 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj
index 403b1b62c35..0dca935ad08 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj
index 2b32e888d52..8b55fadca59 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj
index 1eba15d1ded..df849f62949 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj
index 8e68ee70e1a..45a141cf677 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj
index bef540a1d9e..f74ceb9b033 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj
index 9a04c5b5e98..1b737552462 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj
index f9628739d92..6f994e82891 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj
index 970a2b45a4c..956ea3d7ea8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj
index 8196f3c9664..fe6642180e5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj
index 4f6c67688d4..318403cb4cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj
index d77f4504f06..69971328286 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj
index fc108520abc..fb6c8882928 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj
index f6c9eec504a..8a2385d46fe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj
index eea33ff1709..f370dfff44e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj
index 8401709e2e1..f0b9fcdfb55 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj
index fca4f2d0b87..50ffb2925f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj
index cf32257409d..3a5bcdd9762 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj
index 850db2b7501..5a3f6fde2df 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj
index 5c375ed88fc..6831b599d7c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj
index b65256949a5..f0db2d423e0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj
index 660df1290cd..4cab1cb19f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj
index f137884e549..ea3615cd043 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj
index ab52acf9a56..7f7d1f8f7a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj
index 906c1c40c88..26d84a5f01e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj
index e29986d8f48..49e17fd1018 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj
index 478ec100452..b6b5dda150c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj
index a734b03cdbc..115c6eaff29 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj
index 4e6bdfb05ef..f420a434c9c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj
index 359305bc28d..887a3eb4ea8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj
index bdaffddb255..a588c16466a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj
index c33a3de1133..9088d484aa5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj
index 7ea542f2c76..ab7ff60b6d3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj
index eb474f686c2..cc922341200 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj
index b6f3818d7f4..f0e21481493 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj
index c7e592a8304..cbf2bd2736c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj
index 6ca41904008..43eef1fe200 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj
index f1ad302a02b..d1f3a2761a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj
index a62e29e61d8..736babb0ef3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj
index d53b0458a84..fea33948006 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj
index cc5351285b2..7478267d3b2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj
index ab683320800..1112cc5a851 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj
index c3f06a57ea5..5f858db926f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj
index 1ff240ffbf6..1c02a585b70 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj
index aad7afce0a0..5677eca80f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj
index 287ea489b87..087f197462b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj
index 10df63eb2ce..2d4944b4892 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj
index 1fb520b76b9..54d0dc6036e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj
index 0b824d4ba1d..71a91acc1f1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj
index 450651a3b88..53c4893b4de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj
index 23a42a6e080..f4bc64d704c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj
index 72a350190fa..2a3760b4593 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj
index 68461c5317e..582cdff7d7e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj
index 6b58e228699..e1117dc7385 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj
index 25489dd7a61..a5d4c63fdde 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj
index 1efa0557796..ab0b3f90228 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj
index 7bb7a547e5d..2b6a704d24a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj
index afc6d59d911..7c6c402158b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj
index e19b37387e0..eda589d595f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj
index 65e61eaed35..7cd0c19f1e7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj
index 8f64b5f4eec..974d3b222f8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj
index cf111bf3034..11fcebf32fd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj
index 7b02a775d12..73dcf8da615 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj
index 46768a741ee..907ab90b47e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj
index bee10d0413b..58ee6f5fd35 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj
index 3cadc6323b6..b1a1d5883f2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj
index 9063ae61fb2..32465a7d812 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj
index a1675b20ecf..c9f4a46c62f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj
index 6b36d188784..e9317def11f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj
index 22dbe948212..cda91221399 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj
index ffc1bbdecb3..5f2e6dd6042 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj
index ecd9434eada..305231e293b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj
index ec1cfa1f665..6a0e8becec1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj
index f2ea5eadb5e..3da490a31c4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj
index 19aaf8e704c..94ef1cf47a6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj
index 78d87aa1ac0..9dbff9da688 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj
index 5a453dd48f7..25a0bc66d8a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj
index 55942181b8f..e2f1f7dafe8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj
index e2a62b2e6ae..f64fb50049e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj
index c083701798f..f9b8d924d65 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj
index 5e21091c4c0..784617972f3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj
index 2816f3c51f2..00c2fc3ed7d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj
index b2b027dec58..bc31121aef1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj
index 2c8d4117798..4a84cdefb44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj
index 648bdb8a547..d9a76bef162 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj
index 17ec255b8b0..64878a24722 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj
index 563003a95f4..bf0a1939582 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj
index 0f30b5647b1..549d024cc82 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj
index 8afc23d14e7..386d3bb148e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj
index 311f8bf1206..f21d8b1b89d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj
index 3aa91ddb9c0..dbd4d6486cd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj
index cbd11454c7c..1b2375c6a9d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj
index b7a5dd359ce..37e3044c5ae 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj
index b922ead714d..0ccb233fe9b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj
index 6780ceadb3d..443b9fe9a65 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj
index df78ca7c8cd..975e3de2222 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj
index 8ade1da9454..7bbd2169c9f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj
index f77ccd6c577..0ab41994b98 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj
index 87fd2251a3e..727b1d29a52 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj
index e771d23faee..49094ececf7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj
index d88c1bc31fd..bfdcf2e2e3c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj
index 4ae783bcec5..d4003aab51c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj
index f4a4bcb5bc4..d148ce836bd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj
index c96b64cbc1a..49481ccad28 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj
index 94863192eb5..3071fd8a4fe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj
index e778369beec..512c43b015c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj
index a605a8db9b6..1d691d7340b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj
index bcd44113b9c..0f5179be0ba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj
index c75893d4a49..ef5b4c73a6a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj
index 79b396b0e8b..6034abe4380 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj
index 18269a3d076..12fead55995 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj
index 6be7d389910..5841c9b3c85 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj
index 2f1c45a2b6f..93dc2a147db 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj
index 6c210bd8954..3f5a197c6e4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj
index a7c0e6416f0..67135b8f48e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj
index d8891e86f88..08edb950b3d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj
index 19d795b6983..9192f87f767 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj
index 6e196a5141a..297690e70fd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj
index ecf1113a49a..95782e02d70 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj
index 6b3f45ac0af..39c9d609afb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj
index 407de70bf60..56b89b0ea6d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj
index 7f9b5b120e9..9b792557c68 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj
index 4bebce4d897..b120babe073 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj
index db8a6d5ffac..c0ced85709f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj
index 336fb911700..2a28bc4cfb4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj
index fdd0f234a8b..ac2e84fe4e5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj
index 9556ff8e4e0..359cc5270ea 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj
index 0327b920144..82852cb2e56 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj
index abe7ce7273f..72106d098d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj
index a0ea2d93593..ecdf8e324c4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj
index 1aa0f9a6de9..f3a0385a53c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj
index 36a53d0ec3f..215aad88d27 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj
index 4518c6800ea..c1e18ea4ac2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj
index de35aad4611..728a0acffeb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj
index fc1293b41ea..3c23d7bf7f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj
index fb6204997d7..67281835f72 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj
index fffd92ba593..e7b9e64f405 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj
index 54e55b15554..7b64973bc54 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj
index 74ff06ea5f9..f0541c3d356 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj
index bd20111f846..075e71788ab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj
index fe72bef89b4..9fd1807ad49 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj
index 3762cd08aae..e4caa67618f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj
index 091810407e1..666d2726b98 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj
index 6a5a10548b6..cd4eb90bc6f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj
index 632e7d02265..f204f99fca8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj
index a06855cc97c..d9299fb101f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj
index b0a65e7ef24..3f1650095ac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj
index cff2cd48911..832da61296b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj
index 1814e61838b..512d9a16bdd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj
index b4b5c92c0f8..487210fc721 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj
index ae246cd482f..e06880b988e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj
index 14d81ea8642..ada245f02cc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj
index 39991555af3..b5c83aa5174 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj
index d1c027244d8..9e2352e7ad7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj
index 60a660f0996..9f5e1a220a2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj
index d16e86ecc3c..098a1c157c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj
index e3afc02f6c2..b7a65d475b7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj
index 4f9748c7846..5287c1e61a0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj
index ebf5700b5d6..9e4fd001404 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj
index 11c20a34780..f7a1fb80811 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj
index ee1628b77ee..a2a41931515 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj
index 036ae72dd94..c2b4e4d9d43 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj
index 535585bc4a6..c78c8b0f211 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj
index a78329da591..c92dc30bc2a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj
index b9258b73125..2d8ca46b24e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj
index e2a27292dc5..2cc0765a933 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj
index aa92ee74107..b511a008e16 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj
index dbd0c450c9d..ec5b10b9aba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj
index 1d737db6ef7..0f174d59643 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj
index cb2995d497b..01b30c88b46 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj
index bdbf324ed47..8ae4619c6c7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj
index dbf815b64bb..a02c8199e95 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj
index 26ff9f79c83..cda81b10f44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj
index 837cb1ebb45..a7e87bcb6ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj
index 4671843e3a5..4f396af1008 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj
index 8fc1b11d634..6f2499d8bec 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj
index 756f1e08dcf..df27db9dd71 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj
index 32dba48ef2f..118b68a3cc9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj
index 467b07d28d3..ba243cddc39 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj
index 527589ea21c..afaeb4c24ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj
index 74ba19b5d52..a70ab7eb81b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj
index 2348ceaea8f..82910855fca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj
index 9ace39b3aa6..3efcd8eed7c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj
index f151e0ef655..8346c306339 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj
index d998dc4d0e4..d62580b50dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj
index fed1e49459e..52deee1fc57 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj
index 2e09f1f89d2..712e09aef00 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj
index 713663ee527..642a4e7d439 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj
index 29e20886430..bd35ee19750 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj
index 5506309af4e..3e2d3581d25 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj
index 04b9de882dd..d77cf26aaee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj
index 4e136ddd12a..ae0c17acfde 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj
index 2f7f5f2f07e..b88867bafb3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj
index 4b1f4bcc241..696df162651 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj
index fd67b9e5630..60b5a2072a8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj
index 32d8b3d1497..a432f7e4b34 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj
index 8c1b9f01fe2..294da11fb8b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj
index e6ff083e5c7..2a9596a048f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj
index dd7490fe63c..41aa6b71e6c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj
index 1ff55cff402..1697b9bcd57 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj
index 03953c6d2e4..a454ecbb609 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj
index 8af8f7083e1..c962ec6c8fc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj
index e001abbeab5..7ec722ad6ee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj
index 956bffcb424..c8989e76a62 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj
index 47598b64a05..e5f447cda56 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj
index 9e7d8b0258b..b4bba13661f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj
index 83719bcdc12..4ec81a4412d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj
index 91c8989a422..927f9aa788c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj
index 064b2c7b531..556bc2c9046 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj
index b34ce554451..84b2800e9be 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj
index 81f4d71303c..8beb1f5eb6e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj
index d4457b88a55..047c821b647 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj
index eb68101ef90..ab0bebe07e0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj
index cb1f27706ed..1d4f618a5ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj
index f5017b38cfa..13bd85f4923 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj
index 7260611623b..a2d4fc961c6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj
index a45089328b8..f4e4979ee33 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj
index 404dfdd80a2..a11e1764ec5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj
index f2ca708ac8e..b9d409a2dc7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj
index d0c7196ecbc..a30f34e4e44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj
index 9bd10cc251e..0240840ed3d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj
index 0956fa2466a..af69ed65cb6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj
index 0679b5009d9..19521dd801b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj
index 883b618b783..dbe2bf52539 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj
index 98239d3170f..8d4a0e8a5d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj
index e65c24a446e..851ca351ac6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj
index 64a9e66ff7d..b39ea0b2e84 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj
index a31ad80681d..885c7e8ef8b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj
index 43fba0f1652..f33db27c526 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj
index fa4f7b5d93a..7cf871a1631 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj
index fe00d391991..ac4a5c06588 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj
index 519fd153576..a781fea834d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj
index cde922313ef..8e3c45f560a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj
index f183a939eca..ea5ce662222 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj
index 834a831d03b..9d30339f997 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj
index 40293efc726..f72195703c5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj
index 66a2981b720..7373df6709c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj
index 28bf2b815f1..df15c23468c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj
index d9f3b4b1fef..cbd931140cc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj
index 8e8850b5333..e9357ca500a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj
index fa10856cf6b..25ef478f3ff 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj
index f0b191d1683..62a5ded1d9d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj
index b334c3ac9fe..c9c6a071606 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj
index f1b3e2e1233..7fadee23c28 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj
index e8076ce672a..aeb45426e59 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj
index e84df28406c..92c29992fbc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj
index 108a90ae279..b636bef9064 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj
index 9598fc123bf..d74a7bc6d9d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj
index 1f7a3343d42..dad0680fc11 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj
index 87e6fb87d9f..68ff2261d80 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj
index dd5c361e76c..b23653ac924 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj
index abe0ec123c0..85602a4764a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj
index 052095887b1..6f8dd9e85fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj
index 80f1048a7f5..8e8cc5cba5a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj
index 5db8fd831e2..40926742b90 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj
index 30e072b132e..c43b114b3d6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj
index 58881efcd64..7b80da038c3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj
index 7cdc1fe0c9f..1cdd562c140 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj
index 7109945107b..d32378da539 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj
index 8496f346c5e..fd7236213ee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj
index 724ea41f2fa..16ee3fa04a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj
index db1a1255f6b..3907a0df908 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj
index 892ff5ed03d..e1d42322048 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj
index 2bcdbb2b7dc..401586aca9d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj
index 33eea3023c8..ecd465638c5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj
index 02f523ae2b4..793098dcf68 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj
index fde8160ee7f..0fb9fc39412 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj
index c17724f353b..c85d89b120d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj
index 2ec177d3448..6c37b4654d1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj
index 7740731da31..cdc5ce5ce79 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj
index 249533cbe1f..da088bf3da6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj
index 0d449152746..649f49f7c47 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj
index 8efd2701fac..6ee80cdac21 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj
index 0a0518884fc..a2a9c71c76f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj
index 8ef5e7aee31..413b3bfc885 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj
index cfb16347c9e..13f11409a55 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj
index 7d14df84a3d..deb47a20769 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj
index 7fee1944f5e..1f82d3b912e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj
index 4f2e2aac8ea..52a8230b648 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj
index 6e92716f10c..88985654c9a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj
index 2533fefb385..e69b8ee8577 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj
index 50c9c9afccf..355a3b52c50 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj
index a550a1e22e7..7a4fd5c9893 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj
index 38eace46cc2..4598c791853 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj
index 9fdc5f8b4c1..7c29c4b609d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj
index 9db541f0fb4..a027a178812 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj
index 5c6a0fd6ec8..32e344c2b14 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj
index a1e16e55b70..70e9ac4d652 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj
index 59a43a2e153..0198d8ef637 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj
index d5c18acb6f1..8b603d0512a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj
index 80b789df984..0c7d69ae435 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj
index 39946618c76..41dc375e8f2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj
index 50430b918cd..e036ceae65d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj
index dba026f1f3c..76d75e888c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj
index fed11f798fc..1b31cc69b52 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj
index 3d928e3fae2..1be641db785 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj
index f6d2f34d389..a19a33e76c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj
index 0f64795abd7..ec9fee8c78f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj
index a5908ffc342..9079104d875 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj
index 2a09bca1fa9..2565c1d736d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj
index d54c0ea5d9e..29d1cd74ad9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj
index 2201a1ce474..aa47e08339c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj
index 7ab5dde8b55..c76ff38268b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj
index 115c42a16a6..5adf752d1b8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj
index 01721c2069b..ebebb6e2b3a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj
index d2f66c02a38..4db3479517b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj
index f7a6af94c68..9b4d15eb589 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj
index 3c8e8d99600..d613fbfcdf3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj
index 4102034dfe6..d5772aacf30 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj
index 69152a4fdbd..9a22141047a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj
index ec06c9075a6..f3c58f5ce07 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj
index 6409c9ad1d6..40d4ca9822e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj
index a7ec8a36380..561d7db9681 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj
index 02c40ee40c0..ca6dd1167c0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj
index c87c3f595ee..edbf887feb9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj
index d6692ad88e6..76a202acc21 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj
index 23af5baeb22..029300bb6a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj
index 7865285354a..0a4a35154de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj
index bf997897917..98d0ec385a9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj
index a2bc16cfb05..a9c11be2b58 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj
index 6fad60b3e1e..d328b5d7073 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj
index 6ec30e9dcb6..a251c0801b5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj
index 8b1bcfa47f9..62cd6f7b2bf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj
index 14cfff0bff6..d00b52884fc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj
index ce8548fc1f8..993258255cc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj
index 908692269f9..6241d35c05c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj
index 8f5aff64471..066766706ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj
index b4d37a0be8b..8cb9977cb2c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj
index b6463cbc99a..3e66ff4a171 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj
index 0f532bcc683..46f26fa5966 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj
index 1a141cc7229..65d7a4a2aca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj
index 81c3f9a005f..4892b25c0f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj
index c9bf3cad0d4..d1128ca9b89 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj
index b6cc87f6dd5..96bd3a52236 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj
index c46fa724b0e..9e85eaccc88 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj
index 86557e2a319..1ed8889dec8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj
index f64e5c4caed..12b9fd20ffd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj
index 3772822e44f..7f635b62107 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj
index 08e02876723..170d638be70 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj
index ded51c62008..dddac02f25a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj
index f285d50f205..40cfc38c496 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj
index 5e5f34d0cae..5f9ffe3c6dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj
index eccae104fc1..2e8de8b7aec 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj
index 0eae6e6cf1a..a8ef97c0695 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj
index 0a6d6c2d664..3e4fae017c0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj
index 0780c3a4e8a..b705d8e14bc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj
index 57470ea5afb..fa2543fe491 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj
index 4dc5baa4519..5a99bb42412 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj
index 75fc1740c24..de21a1ab202 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj
index 9832f127255..39d10a93437 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj
index 96b5d433d3b..3cd35d81dfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj
index 3e8f5c12462..45b67fdee00 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj
index 9d91a097d95..ab888c9e960 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj
index 9fb278499e4..dc003dbcd5b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj
index 631229acd2f..38d7d7c5463 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj
index eed39769acb..b497cfaa721 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj
index 4568ae61e6f..6658ea66a88 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj
index c309123ab41..fa7b75568a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj
index 8e2739c0139..76e123d1e9d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj
index 63427e14b3d..b65eaa1fb93 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj
index fc518cb200b..59a09e0f8ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj
index dece724c02c..4bdb3f86a1d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj
index 1c79b9bb13d..0c35f633d95 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj
index 9190d3f40c1..4e4c307363e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj
index d518c3565d3..bbdcd347b54 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj
index 02ed82c2d89..52a217e0fb6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj
index 65807eabe22..22154ee82a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj
index a2f311010e1..7fe2d3d7474 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj
index 14614654161..fa14fc72846 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj
index 2ebb1f3ff08..59b8c2b8441 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj
index 36ca061f604..5ce11eb3b81 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj
index ea077547713..8dc7f4f43bc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj
index a638f7a1f4a..5a6488cdf89 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj
index 0697915126b..adfe658071d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj
index dd1f0b126ae..296f4c2d9f8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj
index 38f1da4754c..08ef7ea02d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj
index 1df8b86d284..dfa22b34253 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj
index 4dd48743b7a..e352f1145c7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj
index 8ed597ebed8..248a958e99c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj
index 933ff436440..7dcfecc118d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj
index 4f0bf740195..b0059a32283 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj
index 6bfeb6b8f1f..44fea385803 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj
index 3f45015fd30..89308f74363 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj
index a3c2b98253e..811d8fb6e23 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj
index 8adc27c28f9..4897f18ed13 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj
index a93b7fdada6..16184726238 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj
index 359a3bff668..d4e36d57e3f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj
index e9c23f7b3af..089b41c0e98 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj
index 696f012e372..d877df61ee6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj
index f4f79371b34..9d1f40002ba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj
index 5fced294a33..d42d26609bc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj
index d58a07772d4..454213c5921 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj
index 691250f9c65..6a04ea34c4c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj
index 2a849b8c659..bb0c4526c15 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj
index 446d2bfc16f..5fe4f6ab635 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj
index f5b9e3ba5b4..46e60f81d04 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj
index e5de33fc54a..f0509599242 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj
index 696e6d5fb37..c2ebc782df4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj
index 86140e838d4..de0c64e548f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj
index cecb746bb8d..e5589765ed5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj
index 289034c0fc8..d766f564bbb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj
index b989e4f33fe..dddfe8ac320 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj
index 09568a04631..377567fd550 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj
index 6565564188a..e47cf80f22c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj
index c2c3025dbb7..3d4c22889df 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj
index e4d3a17a425..743bb9f0fda 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj
index 618ae78f6e0..611123f1683 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj
index 621bcf2014a..6b9cc7f7178 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj
index d931574ef29..18830e14da7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj
index 910c3ca7122..ca97ce6fc89 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj
index e2c058067d0..8b6d62c1e66 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj
index dd0ce8fb0ab..01590fb20bb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj
index d665df40c2d..b2c4f2df533 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj
index 41a2eff67ed..1857ab25251 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj
index efc80c34073..78c452896dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj
index 5ddc782b851..8a099ffe4d4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj
index 80543af49ee..56d8b2ff50f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj
index 2742c85feb2..df63fff0fb9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj
index fb19ee179a3..c2bdd759758 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj
index e890f43a38b..8a9134ca755 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj
index 593a8d9fb0d..91fb170dd1e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj
index dfc04a0d846..e66d29d01f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj
index 8d64e8b2623..897d42ab268 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj
index dc3e13dc2f1..e82f4fd778c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj
index 0aa6a832b6d..a31a0e21165 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj
index 805e44c0656..0f50c667b44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj
index b495d9b52a5..bf4516f6e41 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj
index deec2f73d77..b585339d14b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj
index fa36418ebff..26886b93053 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj
index 34ea7f523ad..8e376895d58 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj
index 861021a1d5a..0c9fa721ce7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj
index 611cd20a7c6..0122a92cda8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj
index 12db5f3dab0..719d2c83240 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj
index 6bbe5f0893f..3426c06746b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj
index 1a9ad29b15d..3e6593b7fc1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj
index c892fd5b9fe..494c4a8731d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj
index 7a661101d3b..226b8be1eaa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj
index 915df245ff7..8d483ef8c61 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj
index 1073fc49637..6d07b04b1f4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj
index eecc2842d64..607c1453a49 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj
index be39c4fb839..f70c3e0c0f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj
index d01378a5682..8a94305d60d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj
index b7b85784d71..9d1bb33ebb0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj
index afc8a1ad90f..1d95b350ff5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj
index 3c010d62e3b..1d4b99bd8d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj
index 2a5586b36bb..fb8ad324251 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj
index 85c418d854c..f7801e11acd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj
index c11a4edcadf..bef78328da6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj
index 3752906bf09..df827770d76 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj
index bc582176382..1207df0f24c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj
index 9137e54f982..76bf99adf6c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj
index 279bde0a2d4..06e43825eeb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj
index 36a15b8c155..d8cbce66bbf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj
index 6ad93dbb939..fffb6437af4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj
index 5263f344965..94c4e66ade9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj
index 884793bd9db..8459ccf9b56 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj
index d2ea9d4a50c..bb3a14bc02e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj
index ff63aab0372..fc5bfcd33bd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj
index a4d12cf81f4..6bc7ea21ea8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj
index 086f3367ca7..515fcc2266f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj
index 81ea099e7c3..e617af096bd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj
index 38e8ae77c3d..efb0be95130 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj
index 75afbf2d5dd..329d1d0a0b1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj
index c2a4070b3d1..5ea61fd0581 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj
index b29b6d4e37c..1fe3fb1a522 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj
index 1e4e688e181..c35c7c05b18 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj
index 584c27868a8..abbf77a0baa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj
index 1efa0bfc79e..a4da9c6c13a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj
index 671f39de5af..efd56487db6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj
index 113dde9f993..8fd7160ce97 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj
index 472735bb788..c0e6ceceb99 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj
index c3ac90b5ff2..96f26905454 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj
index 9bd329658e1..d12685694e4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj
index 90c4a97d4fa..9677fff3f9e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj
index 1380dd105fb..b792bc6cda3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj
index f96f235e4d5..d9413f75a78 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj
index 3e071b69fb3..e1a9911d9cd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj
index 4967d690703..4e4e1df970d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj
index 58f5990b993..fbcd63748ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj
index e9bdd594eee..57106cb2f5f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj
index ce801d01248..af51566042d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj
index aa31bc241e2..9f06f91a0f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj
index 2d262d29c41..1a5ea0b867d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj
index 39ad294cfd0..ff6e8fd7d0e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj
index e731b5efdba..662d7b606f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj
index 96721489d9b..c31d8880ba3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj
index e2a33dbef74..13591b95041 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj
index fbfe8273e60..22b4a2c9300 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj
index 00bf8232a95..24d536dedc7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj
index 870c00de178..00b5e8f2bbd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj
index b522d9320db..03829d28597 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj
index ddfa10add3c..c850c493a6a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj
index 3df7e394251..dbd5153d58f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj
index cd301512f5b..69df94b093d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj
index 74b506b67c8..45a6dd30463 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj
index a229c7c1914..307343e4dfa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj
index 220e8b8b85a..7609ec89b1f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj
index c38d693e5a3..67cd2a7a79c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj
index 20ff66f7714..cc6eb4ed7ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj
index 67dcda9a3e3..cb0f1136f71 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj
index 5aa3108ab29..8b6c4207af5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj
index 4d0d5dccfb7..f27c83e5aab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj
index 56293584984..478721a34cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj
index 43c569494cd..ab6c950b367 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj
index ed3b4281279..972ebb749d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj
index 9687b1eefce..fb6c64ed948 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj
index 3c9053f53c8..c5cfccdbb87 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj
index ce82934a020..4ceee0d5376 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj
index 1bb66fef1d1..4d5fff5013b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj
index b30fdc03b01..1a6afa89de0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj
index 99abd54eba9..0b715b519de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj
index 4034ba2a8d1..7d9d6d550c6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj
index 47cadba3094..0380d33565c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj
index 2921806fe9c..7d1fb1d4064 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj
index 3ae0195fc2d..17bab0de215 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj
index cb5c0642aec..37ec36ca739 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj
index d343ed162ba..de2febb6844 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj
index d8d78f8053b..89790e516f8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj
index 07b1f06c530..7ac7a1a9891 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj
index ae747deab45..8f6d4db3edc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj
index 7ae0d3e0586..babef79fc2c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj
index 213dd08242a..5af467773e4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj
index de27e767ac9..0afd92f6d23 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj
index 4cac8dea111..d4e4fd6f6f9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj
index 17cd3492672..616eb459dce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj
index d3ac19f2749..0b7ba8f8940 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj
index 096d2905326..f65566303b7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj
index febcd0d159c..822ad5cd744 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj
index 0fdc5ca766d..5a76a777dfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj
index 6538a6170db..2bc66a46133 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj
index ad9d3577559..3a38313fa82 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj
index a2afdde35d9..19c3b326833 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj
index 3c6bf8a195e..bb9bd59fe3e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj
index c558e9b3a6b..bdc7046920f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj
index 58457e4992f..12e8aa11843 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj
index 086ade20117..fe8175a1b3b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj
index 202cab309d3..79d40237f0c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj
index 07fecc506d3..778fc0dbe26 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj
index 34047753586..b76d10edf3b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj
index ccc959e9226..a57ae250a02 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj
index 3767a8ab593..309d0d80ece 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj
index acffbfbe4b0..25c18e46135 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj
index 694d5174e13..be26bc8356a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj
index ec00d7d4d7b..5df8f3d2e45 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj
index e86ecc1b240..31fa9fb11ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj
index bd162254786..65868eebae4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj
index 86588ff82fb..f95708b7d44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj
index 8a03ea7fef0..0359ef2fa97 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj
index 13108a69cbd..f0b01f187f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj
index d4794cc78a6..b0e79fd03bc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj
index 940d5a325e7..731fc311418 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj
index cf398029ac5..9eeb4180425 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj
index 2eabde4a66d..dbfcaebd09c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj
index d896af1613c..c38c757b156 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj
index 438376e2543..c6407393591 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj
index a5b802a9dae..76679438140 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj
index 74528413d94..aaf4e953715 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj
index e36883365c6..1bb8a12182f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj
index f615db1d1a8..ec407afe8f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj
index 62c427217a5..ed77ca7ace9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj
index ad8139871b2..968a22fe72f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj
index 844caded103..cd9776659ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj
index 9dc3cfb60ff..39e899a82a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj
index 68dae9ce947..cd11cc96e9e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj
index 47110e5434a..d1ad0ccb482 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj
index 2c8b69db4e3..25599c74ebb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj
index 8df02451df9..fbf2d5c3aef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj
index 6e4e1d9df4b..6dfef7b4fd3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj
index dc01c1dc02b..bd8c8164d62 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj
index 0719ca26b2c..115d797b508 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj
index 5eb3dbebfb5..efcf03024c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj
index 7f6b5a726f6..98954af3936 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj
index 493d94fb84a..becba85e260 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj
index 118b2d425c7..3698159bee1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj
index 06c74342591..e507dc034e9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj
index 4a090c08405..9b74ab21a06 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj
index 690ab03912f..d5beba5b865 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj
index fd6b74fb299..1488a3d0f7c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj
index 23ad1e797d2..d521fc84d49 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj
index 063b10d688b..bb969a2208f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj
index 7b9069eea24..90ec4e9f78d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj
index 3fa93bb72ad..4e4f93cd9d2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj
index 3e45d99e280..b1888335b7b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj
index 8aab31ab869..2d90438d2a7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj
index 0932e7aedfe..543f90a6c4e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj
index 0f839634af9..637889eaf9c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj
index a4efb87c859..4fa2898f35b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj
index a4154d2e431..4c482285da6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj
index 228f9af5d9d..8531ce8fad1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj
index 8a45aebcf48..2b7a1ebf750 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj
index b83d7a8e638..a5788602bec 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj
index 35d575fc1a8..4261678951e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj
index e34ec6836e9..ce2a9154b2a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj
index 90414a55eb2..f26471fa632 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj
index 0df75d812ff..fa7e8c093af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj
index a75c72e151a..ff68d09d553 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj
index 2c8548f331e..ea63b6eb9a0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj
index c7433af8e33..c883e48b285 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj
index e6f9810b9f0..36ae4b78bc4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj
index 2f2627aa7dc..2f7a3921935 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj
index 4e872f94990..bed23624f1b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj
index 46c41157aa4..9f403ea3220 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj
index d623ea7456a..a4912c91bcc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj
index ff6f1271503..feecbf2b397 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj
index 9f7ed9add2e..752039e2868 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj
index f6ce03352e5..446172a37e6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj
index 49accf31c99..ef8a9b8f6fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj
index 609af9a6072..504bcbf2a33 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj
index 1d5d9ef60b5..41efa4a168e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj
index 18a56bca925..0038e45de94 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj
index 9e3408c8336..1f7a8d4ef74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj
index 0d85a9fc9be..08cc768dcef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj
index 3b6d5aa211c..c49fc0a5b0e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj
index 33b34ae2d1c..65958ab65d9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj
index a1072885eb8..332c816a2b3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj
index f9bca42ad11..e3c16d831d1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj
index cd4de309e53..2fa03fb3f9b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj
index 95b362df535..92bd6292db8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj
index e489f3fd799..36d7ea490a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj
index 1f59d678b0a..e79251678d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj
index eafd241f599..ff314ca226b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj
index 2c454c55a14..4a3d843c53d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj
index 37b42138a6d..f3063d80da6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj
index 1df194ac267..13688c7d056 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj
index ef3392643ea..f4228a97c04 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj
index 1ea4973dd9f..bb94ccde23e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj
index 72d0b3889ce..f0bff2668bd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj
index cb7e5ecbd9f..57b7ace41b9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj
index 8406eca890e..09a3bd13285 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj
index 185054f9166..6b082150e1c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj
index 570eceeda4d..a5e0431ba7d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj
index cee135ceccf..068351ba543 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj
index a6ec39a3d4e..5bacb3b94d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj
index f898a4756ea..44d105168f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj
index 5ba7b397f1f..4a3c35c0890 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj
index 104447b7bb7..ee59296c339 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj
index a11ae8b9818..ff70d5dcae8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj
index 8b03a218455..4af53e27fdf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj
index de26cbf816a..7a33f78677d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj
index db82b9c3233..4e9e7d5ef73 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj
index 6385cb3e3b2..37a6dcd2335 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj
index f33331172fc..4cdd711fd74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj
index 585fb88f43b..3a1c75fb5d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj
index 385cda31eb3..27a06cb0b9c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj
index 4063c53d06a..1c6917ae560 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj
index bc4a43ff765..4c46e84a5ac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj
index 368968a4be5..fe2fe9dd430 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj
index 4d38406f201..0671cea51b2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj
index 11b3d2cbe68..41790955044 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj
index 3d00502ce48..3e881d05ae6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj
index bc8436e4c8c..dbe094d0ba5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj
index 83e9eae43bd..54ac0032365 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj
index 51bbe1e0e38..c5acea77b1a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj
index 83385c93b3f..1c202de305b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj
index 3bc96b0e211..2f4de09012d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj
index 95691bbccd3..9aa57439290 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj
index 7679dfb64c9..f24831ce07a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj
index 2382b460e7f..efe0e4f9a62 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj
index f9e5da6c00c..81aff875987 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj
index 6c131c98f6e..05cb0b3d9ab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj
index 80dda1da690..693fb2fd16f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj
index a8ba98f163e..c4f15bc94cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj
index 2d3547f8bed..1725cd9a25a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj
index 88a304490a2..e1931949692 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj
index 9b4f992d68f..35fc9050c58 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj
index 158aaeb2c47..3d50396cb55 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj
index b3c6bf596a2..92c0fb25b45 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj
index c6542bd2c80..e54e5d64afb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj
index 4b4f3c4c396..b6862f1d129 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj
index 3a101fa9c95..ca12892ea3f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj
index fc69fb4ccb0..900bb1ba1b9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj
index 923a0b01914..8629b24119e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj
index f3d3afeb324..dd6c33e07d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj
index 587a3777ca8..560df620c01 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj
index 2afee7df3e7..1a7b8668585 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj
index 047b1e90e81..e70e90ee9ca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj
index ae22912f14d..43a18a1d4fc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj
index cdc194892d2..821aa7eebd6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj
index f5fcb39fa4a..2d6a8acb92c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj
index 539f166a601..174e67c8293 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj
index cb8e4e15e6d..ca21d580830 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj
index bca2c25c04a..9fc092b569d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj
index 90923b200c0..75e5d068187 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj
index 99a1b3b973e..7b06c1d951c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj
index de6406376b7..8aadf98d3b6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj
index 6034d78abf2..604f8744e6e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj
index 13a4437ce8c..0fc3a4f8b2a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj
index abc97a0744b..12596c9bfbc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj
index 7e7c921a0ed..705f1dbacce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj
index 0ff5cebe66a..6d484e857e3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj
index 42536647208..76172aec0ce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj
index 79776e9c441..78b84a7de1c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj
index 217f09435ec..525c5c6f2d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj
index 31b484f5397..183d2d5138c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj
index 09e2e2278f7..6ec1bcce4a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj
index 7324b52b429..32a05e954e9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj
index cf450e75ba7..58488c13174 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj
index 55e86b6ff66..4a088ff6068 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj
index d2cbf884acc..155458d90b9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj
index a44cbe1a3b8..fa641f9bab4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj
index ca4a5d5090f..f42c0df15ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj
index 84217745059..ac964d7f065 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj
index 9e58de24bb0..bc3d0fabb4f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj
index dedfdc8e8ca..c0d81338f6d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj
index 6bedf743d50..82cebb9e76e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj
index 91a8f157e97..84b86237ccf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj
index e8e6320bcdf..dc044505b7d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj
index 3173ad801f4..8693e8743ee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj
index d6e9cb80af5..02337850c48 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj
index a98ef361166..f24630489d3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj
index cd58d61ee35..19996141e0d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj
index 723d386d392..b4d8d94a621 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj
index 3821818a57b..2860b369cfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj
index 36eb1a77ed4..581bd4ad43e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj
index 6178f3c5122..31ce9d7eef1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj
index efb68bb4112..28db8c58283 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj
index 52e7c450a8f..83282a3a816 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj
index 7a285f32492..1a11fb0ca80 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj
index 46f67edcfb1..e8ea3e6590d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj
index 01a5db1527f..d95a5bb6e3c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj
index 48a2b9c42cf..cf24fa7f882 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj
index 10e05f7566f..806b10ce09d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj
index 6e454bd0e44..e4b78bd8c4f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj
index 75222a998a2..8a07025b4af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj
index eae0367112b..3c48b973eb3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj
index a0a72f3d5f5..79d0f1ddcb6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj
index 23ad0d5bb6a..ff1cdd2f5e5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj
index 7d75367ffbb..c5d28093471 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj
index 4fbbecf5915..7785bbe936c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj
index 58674d2c37e..7c2ac17db93 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj
index 31951084c3d..fb462ec5f5c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj
index 9d13442c485..7375defcaa3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj
index 91172e70250..49a7c02b3cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj
index b51a288e450..dcb362fd165 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj
index 89795986cfb..5372b1ffe67 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj
index caeaf741277..aec822357fe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj
index 76c49e4fa63..256b33e25e0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj
index 6c52aa5ff98..f645b21c3f7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj
index 84d88649df7..1aa23ac2a95 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj
index 120045fe4e8..6afe66028aa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj
index 4a89ee2d20b..07bcdef13f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj
index 60a497dc999..143a8b5315e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj
index a1e25601265..496cc5b35ff 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj
index 924faed4639..fd0bfca7bce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj
index 097d632eb32..de2fe611097 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj
index 762abb9390e..31394deab05 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj
index 80715026b27..c7e68fdeb50 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj
index 9cfe39389f8..a2313942a25 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj
index 0fb0ead6d85..a614a1e7925 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj
index 1c972f5c043..fb9909d7cc7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj
index 9aac55d6dfd..a4207bc1cd2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj
index ab968d77d71..d1a6f601e4c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj
index fd264a53045..013b32ce1b6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj
index 58acf3c42f0..d3422018290 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj
index 3d38dbbcfe1..36f4a35595c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj
index 233e473231f..85aac0d2d64 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj
index 26b9733a375..29f76130a9f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj
index 4259bf6ec5a..a313498ddc6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj
index 3f011dc198f..96a40bde1e8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj
index 0a66b8c91c9..81d5e7bd138 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj
index 376a2cd6933..6f83a3ddd1d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj
index e27ae7e642c..d90eabd4337 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj
index 5987d02c253..285f9177118 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj
index 5910e0f1f36..a5028dcbace 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj
index 9b727f74c39..b6f0f60819b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj
index 766c782c458..0595985fd22 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj
index 4cfac6ee013..81dd5aa9f08 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj
index f00c3065019..366d8565b49 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj
index f9a72d0557c..1159fb48834 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj
index d54de55c94e..1f5b309ba20 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj
index dff49e774e6..a4e0c54226e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj
index 5b83063d19a..1a2aca50731 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj
index 7e1e5896fa1..bb02da31d8d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj
index c59c86afdaa..28ee06a74e6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj
index bc03fafe7df..0994ea469d4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj
index 0dbcaf68795..1ae201b6ea9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj
index 737f6fe22f8..33d436d3d23 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj
index e1533811626..ffc246d11e9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj
index 4de876378da..276c11ad21d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj
index 4e32cb9f374..a87a9be511c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj
index f04e53c84bf..78c8602ce1a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj
index 3608bfb5fea..5e8c4ffba51 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj
index 47187dcc968..0940849c55e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj
index 8127b284073..f6416bc6a54 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj
index 1dc149a1205..a145edd38c7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj
index 0a673a57d7b..47d2190a53c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj
index 87d09a85961..52de3334f42 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj
index bc85c719237..29159f67f8a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj
index df8a3cba3b3..f47b1e9efcd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj
index c8da6e2fc5e..25156163922 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj
index 249115c89ff..97735ba42c1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj
index 1c9273da609..d95ecc87829 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj
index aca4f21bf08..5b3af1caba8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj
index 2d128585a84..0464cfc77ae 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj
index 4f585a76084..0bce535fbdc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj
index a50a49cf525..e4b6a7529d0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj
index b331a6c1b1c..a2400517e0c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj
index 851b904105d..5996c694bd0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj
index a3653b7da44..39debc4b58d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj
index c83e993c733..3eea30b52f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj
index 864069f7861..500f78d21c5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj
index ab283ed79a6..136ed3936e0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj
index 9e3da96d7e7..be81076c915 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj
index ff4e2ad621c..1c58a62ee41 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj
index bbf3289131c..6508b8d156a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj
index 8703c6fea59..0e21c554b95 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj
index 34f9dcea03c..7d4034aa155 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj
index b95dbc6f81b..095b3bd0205 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj
index 994e1e17b33..dabb500a805 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj
index 0291ba57ea4..b1980486b1c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj
index d14a2180bce..3941d9f3f21 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj
index 0b6adc6c0d8..a0376ee62a0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj
index a7c5b19c3dc..2b1b762d3ea 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj
index 1692fa1cb2e..ae90551bd0d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj
index f52cb275067..06d0170f063 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj
index 23059b21fc4..4214ff0e06b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj
index 5fe5e304b7c..3f1f7f718b3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj
index 68e87bbff2a..0823980865f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj
index e70668be9c8..6311f7d1d91 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj
index 5f73c1184bf..d74fbf45276 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj
index 2bbdd97db8a..a17517899dd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj
index 650326e6438..2ac37382343 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj
index 82d05964328..ae8b346837b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj
index ddcc9de723e..da9a345eb57 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj
index 28bd0466a25..1375b6831c2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj
index 68b16e3d3c2..938d5fd04b0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj
index 595a8ca35b3..0a2f491dfce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj
index 08b9d6415e6..2ed0eec33ce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj
index dd614050392..616c979da70 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj
index c8f6ec081cc..7fbe7b02a18 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj
index 22a085cdce4..fda7d3b349e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj
index 23cad052ac8..38b6c71dbf3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj
index a6e9ce23328..36851072bfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj
index f745161556b..013a613bb89 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj
index 8d8d7989a19..6b06a11d869 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj
index 7c008d5d09f..bd0cdfce962 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj
index f2545fa8bf7..89fb2d0382e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj
index 63a152fca28..1b15549b09d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj
index bab5cfe68e3..934adfe857e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj
index 6eb159fa471..a4600abb928 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj
index 3065e4b713f..74312db29e2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj
index 077f569caec..05a270b5d42 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj
index 9e8110dd7e8..ad4dcb4e2b1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj
index f8394949dc4..de5a850a342 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj
index 82c64d2827a..7240714fa37 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj
index 82d0174aebc..9408a8a9ba3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj
index 04db50e10ad..5118ef7b65b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj
index ebf0ecfcbc7..9b3688d61e2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj
index 3a22cd2205c..55dc4534544 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj
index 02a3a51741b..a395292a791 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj
index bf61dc6593e..b094b419f52 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj
index ee2c9ad8d10..79a2621f08b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj
index c200fc7aba1..1a2b43a12df 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj
index 319351a91b0..c6556bd24d6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj
index 34e7d157cb6..c39f0d64aaa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj
index 84b9a3bb40b..2082fb7d2bc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj
index 7d5baa0c568..69e4866cdd2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj
index 997b58cbbb1..9adaba97a1a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj
index 246d7cff532..fa180372302 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj
index 5ed9d6d9744..f3e983499a9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj
index bbf97ee5ac6..c0e1858bb2b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj
index cb7ee6a02d1..e7080670f82 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj
index d84c3a227ca..6e31869ccb3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj
index 5e8f5940839..84e46e69905 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj
index b725bf9b97b..bfc4a7c1cf2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj
index 3991ca956b4..44741f4ca54 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj
index 0b48f1619ca..e7a77128824 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj
index fe7c448d8c9..847c1cdf336 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj
index 0d615fd7063..036d107cf41 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj
index 480ce11d6c4..19b0c89f0ab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj
index af16a500750..83b6ec6253c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj
index eba98126f45..7b05b3cb333 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj
index 4c0de68b33a..a6d29f52ecf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj
index f9199a2c447..e5187461169 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj
index dfae659a4bc..65d70512c66 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj
index 7f356ae5a7a..c159391782e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj
index e77d14338b6..43add662f53 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj
index 64b33c90761..a0dea2c4c20 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj
index 3882980c272..05bfee31c87 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj
index 1061bd9176f..eae159433d9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj
index de9804e1bb8..38990ec097b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj
index 635afe88f82..6ab23e5a84f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj
index ef759dafcbd..9e286d501e3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj
index 29b6d514214..8c66c61d7a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj
index fd90c0250b9..4ada4fcdfba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj
index b9b19e10292..7a9c9c987cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj
index 17a695a557f..001f7107390 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj
index 72566ec0100..f5f83952ad5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj
index 489d9a633ed..9050a1b79af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj
index 9bc209ceb98..7521b863099 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj
index c389e7500c9..5189200b38e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj
index 3df6ea656c9..380a060041e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj
index 1b599f10906..b7be7300389 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj
index 953b1938a85..6afa7964701 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj
index 1b7ab02f110..2a66d5af411 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj
index c6bf75af28d..84b940cdb70 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj
index ab8d10f2522..ee092d5cd94 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj
index 046230b4eb3..cdc27fd20a0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj
index a075b957da0..117d35dc896 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj
index dc201674417..0df1621bad6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj
index eb5cf378834..fd7f29e37aa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj
index c9795f6f4f2..92462f81bd8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj
index 795f9e34b4e..91b9396a79d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj
index 337bb83e489..da4ac2b418b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj
index 5e96484a7a3..bcf24e31b85 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj
index b739d0224c9..24a88be58c0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj
index fb35d54ff54..cdad2884d6d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj
index d68d47f5b91..9c4ae5447dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj
index 54a6a49c1bf..ba91e19be38 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj
index 74eda94ff1a..050c08514a8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj
index 6f2c34c2c9e..b0eb7283701 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj
index d73d71e4427..314557ed9c0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj
index d4784ecc657..db50536fb0f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj
index 699f65639de..dba27408956 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj
index 43c5c4ae9d9..60a37148652 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj
index 3d900ef05af..f465c764e7f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj
index a41c7714a69..377d40f0820 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj
index fe46c0cfef1..a2b50f75ea0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj
index 29fee88ebda..5b0b0138721 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj
index 9bd579cc1dc..08892b479ab 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj
index 7dda6349bb9..877a22ce992 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj
index 75ef85764fa..ea4a111da83 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj
index 91986444566..370b539b68e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj
index 0eac582a49c..afbbfabc0af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj
index 3bfe755ecbd..83a12cd5b4e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj
index 1fce24d90f9..4f7304a9f71 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj
index cf10b290c12..cd0a75b1f42 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj
index 0b6f894dcde..6817dfcf694 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj
index daf9d21cd7d..d4123089b47 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj
index 2040171fc4a..5c3536704dd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj
index 806647464c1..4513a4a87a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj
index 9e3018890f2..931f3652eeb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj
index d35f8cbb273..275203d38f7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj
index f840c6df4e4..1b8e0957e9c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj
index cf4865e41ff..3327db0b635 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj
index e7407c6968a..edb194cc084 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj
index 722ad2ad687..53451a99746 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj
index 520e2714c2d..5e552f13426 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj
index e0db2960905..02fc81bc6dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj
index 77f287cb413..9960674866f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj
index becfa9ff29d..e09766e4617 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj
index 288283dedd3..f42e3865c1d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj
index 7eb66fe99a1..03f46bc854e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj
index 890e4ceccc3..ed239edbc61 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj
index 422198b9ded..b362ec9a6ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj
index 0f1f6a2e2c2..89cb0345ceb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj
index 326c4fba355..79a168d4bee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj
index 29ed98715ea..f7067986dc0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj
index 588b1f6e7c3..7c2242dfa16 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj
index ac7d2e46818..a77ffd9a45e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj
index 7f1a0cf01f7..c05eef78f34 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj
index 301c033c76e..d2df5676147 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj
index 004cd1b68a5..41d37e20920 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj
index 5a94a777ac6..6818d09f8f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj
index 7396f0b661c..25b86b8109f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj
index 2bcf4c5b341..b2266c0a9a8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj
index a3e87874687..40e3481ba17 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj
index c2703f731cd..03f7f617ca0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj
index bd005d356a5..e6d666fabda 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj
index 3a45841bb41..b79bd6708ac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj
index 63a579bc2cc..387cb99df1d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj
index d3cdd768d0e..dac78f1a6ac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj
index a7bb9da99b8..abc144e8aa7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj
index e8e9c970507..7289ae9f61d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj
index 80fed4677b6..1bde2981e5d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj
index 562aaaf0f4d..4931e5a2659 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj
index ef97761768b..b2910a171c4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj
index e3caeed738d..2e9ad1f5c48 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj
index 6c3af75fa24..0b1bca4cc37 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj
index ba8cde074e7..2055960de73 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj
index 27bc4b915cb..03191501016 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj
index eb98991fd49..9f453143e9e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj
index 36578fd4d28..ad57711a5dd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj
index 25a7cefc8e4..d916de7b347 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj
index 7c1bf54dc5d..37c4db45c64 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj
index 04396102947..fbb085e557e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj
index 073331ce43f..9b48866e5fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj
index b178e70686d..f778b6e257f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj
index 0fbff712045..285b8fca21c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj
index efefe09c556..a3932dd495d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj
index b4b2fe86494..ba3fce2015a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj
index efa1002f535..62b9a621cba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj
index 89113c5a31f..8668a19fe5f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj
index ebeea19d6ed..e0623c1c72d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj
index 66883469de0..247c3ebcb30 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj
index ccce03acca8..d761496914d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj
index 6f3dda115f0..362be7fbc74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj
index d89b68ceb01..b2954dec7f4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj
index d5c97917bc7..d47f68ffc54 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj
index bbaa111c8b3..f79eb8886b5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj
index 288aed55204..95fc99fcd89 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj
index 8db46af030b..fbd354df381 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj
index db36d7f1b25..a723cb71857 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj
index 5482edaa5b4..bbcf73fa7c9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj
index cb40a952c27..cadc75497f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj
index 83476d99932..be050b396e0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj
index 206e31ce90b..c5d3f10222b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj
index a0e750c8dfa..7192c636785 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj
index 7f0a4ab72f3..db83c62bd2d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj
index 0943652f261..58f7c171ff9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj
index 9996754fae2..04279c5e3ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj
index 0ee2fe0b971..e5bb5fcf874 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj
index 80001be81ca..0d5675f66e6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj
index f4f08116a4c..b793f3cefed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj
index 53942061a0d..4b372596abc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj
index 1dbefd5976d..0c3cdfe2ad7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj
index 193d4166bf8..f346853743d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj
index 295b82dadba..311bb2d127b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj
index 03b961605bc..7613bf4627f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj
index ab75e5b07b8..9313c218a61 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj
index ba11de19110..51cddd138b3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj
index db3524a6831..151749e4aec 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj
index 752bc3df8c4..0aae48c1500 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj
index 4be8304028e..cb58eb21603 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj
index 6ccf9df0e91..c18498fa910 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj
index 7c59ed4a66f..351362f0f37 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj
index 411a45befe7..01c2fbe4b96 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj
index 6dda6cde92b..058f9d38bd4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj
index 8a28ecde2c6..f86a8bdd20d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj
index 1ff5b8049f5..4e3e7b4e06b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj
index ee0aba80935..004410145ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj
index aa226f9bb29..890fd18ccf2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj
index 3934ff8e85b..540ec2f5192 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj
index 8e8ef5d38fa..d78d9c5d554 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj
index 7aa4a126b58..0ce23fa52ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj
index 9fd3a706e9a..f1cb12bef81 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj
index 9fa5d8113cc..b476014925c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj
index 9d9b790144e..7b99d68f107 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj
index 41ac3b30d70..fd0f524f120 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj
index 6ea6cccf2cf..8830d235093 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj
index f028a46ee45..b4cd3b3050c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj
index 978a6371753..25ac5a4b17c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj
index a6b253587f3..3e21caeec04 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj
index 3551d1aa867..ae996ed8a71 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj
index 260fdf87e56..2146659d4ba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj
index 3def58b2017..5789ce41957 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj
index f412e96682b..380363adb00 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj
index c7ca82a2684..bf8475003e1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj
index 3537a858947..50047552327 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj
index 6dad89e134e..f50873706d4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj
index 52bf9bdc0ed..9002114a870 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj
index 3171f42e855..cfe67b507fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj
index 061988675a2..616b60dd9f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj
index 622537b5ecb..f99d0355e5a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj
index 5fe1f24fcf8..73bfe231cfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj
index 0be2e7a3d08..c9491e4ac6f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj
index c1c83781131..8a14f5982a0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj
index 33b7c9ad351..fb74f432fac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj
index 8f32652e377..5bab7def738 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj
index e38aa3428a8..cffe74ab72c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj
index d9812250f30..a780c58f3fe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj
index a6a2cbff6da..ee0818a1217 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj
index 04c2dac2cd8..f4374e33285 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj
index e52eda1ee28..66d7882a9a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj
index 2f456de6117..24bd51baf2f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj
index bd6ef1750b9..cb339b5b9b4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj
index 69894c36ff6..523346d25d0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj
index 5cb7ae524f7..6f4cf865e05 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj
index d25ded791f9..11e23323fb6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj
index f7c52391083..7378c29c675 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj
index 4971e2ae951..d2234f69e4c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj
index 334f499a69f..6c126762de6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj
index acd935637e8..068887202f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj
index 400717f09e5..7bbb2007a0d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj
index 4c3ac484cbf..11e63d4b150 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj
index 01b82073638..844b3c43e4e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj
index f89395fc22c..d3f2c1e70b1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj
index 17c623e9376..3e2b70ffafd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj
index 8e725a6dd29..2efb9bd88f9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj
index 80320e0bb61..a9049ca4b1f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj
index c1f7aa6ce23..4dddff4e762 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj
index 6274e990463..8870e31ee24 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj
index c2546d724c2..0994c5b4b08 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj
index 3e8e7ac0760..06a84a2d851 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj
index b7dcb072dd1..9ada288c77c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj
index 683f3a13b27..ce0ca281441 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj
index 2ab63429a9c..e4750c9a83c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj
index c754e6eb09e..17ec78a85f5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj
index 57aa4153222..e559e8ac8d3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj
index 4ef8b3a0b86..e1ed6f375ba 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj
index 6ba53ccdead..8761df6e2a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj
index a8080d3b69a..c3590c6376c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj
index bdc6d727084..4d8a980e0a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj
index 1c17fa0c47e..964ab89b874 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj
index 0035ce44a12..0b45236dc0f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj
index bb85002b96b..6b518d56dc9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj
index 9cd5ee0ae02..8227bb61ada 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj
index 37f1d023cea..a751882fc3d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj
index f5ed1d62d03..33aeb18fd9b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj
index dbc69329487..c29c9db6013 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj
index 9c434bb8c96..ec811e1b0a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj
index 8cab7c69385..9c43073f237 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj
index e8d7aa78375..d9d7eb0473e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj
index 01e3ae87595..700727f000b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj
index f8ac43d25d4..37dfbd82a44 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj
index 39e69eb8e23..05b94c69047 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj
index c386a883bbb..affe415039c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj
index 8fa71104649..c88cf9a5ac6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj
index 0485c6b3ea3..d9446f377bd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj
index 403819c5005..0b2d9faf2f7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj
index 9a18b8a1b11..6f9caad0c43 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj
index aa9ae0d5321..0d1004bfe19 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj
index 4ffe6a66c1a..a066cf79a8e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj
index 995aad3cca1..803f9f9cbae 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj
index bac02f0da06..986ef47606a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj
index 989b1e2c7df..23a8c7d3238 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj
index c6a5720c820..dd659f75695 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj
index c325da42655..58ea4754272 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj
index 3766fadb9de..530bf728448 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj
index bb4cc94afe1..e121dc527fb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj
index 79dd6a1c45b..cbe8840008d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj
index 63345c53b45..aa45e8399e7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj
index c730e8777ff..9cbc72d3b76 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj
index 5584d9abadc..9f3554f64dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj
index 529c1afe6dd..4bca2b19e9f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj
index 47c6bfaf311..af5e6ebbb50 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj
index 81212d7c001..7e3fbc969ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj
index 5cb9f2a9d11..b03a3729b51 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj
index 5099fd82f51..9fef3845e2b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj
index 1f2141437ec..881e1ec9628 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj
index e840535c3ed..840df62d137 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj
index 0a52e0eb990..32d59ce7c86 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj
index d4ea9e898d5..9bf210139b4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj
index 3ba1f664bac..7806a2018eb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj
index 2f4426a49f3..af70dbe67da 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj
index d32bf8b4286..21ed5554e74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj
index bcabdaa5ce1..91679d9393a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj
index 329cc6b7aa8..41f334dab03 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj
index 6e8cd7e2f00..dcc7b9b6173 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj
index eb177e0e818..e3fa6bc1caa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj
index 5e16717d4fe..d8e621f610c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj
index bfb9b613eeb..c79d35415e6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj
index d3edb5b3645..d1c50788feb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj
index b6cac33384f..76e367ec052 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj
index a780f396cc9..5ed895a9973 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj
index 59176496c46..6802633e699 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj
index 3a63201d0ce..0b551139c8e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj
index 1265a6c5aa2..e101da021af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj
index 750c4b201f8..98f925c8e28 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj
index 6d5f94a0b9b..54d2ac7f5f2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj
index 3b108cea922..1f3948ad1d1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj
index c68b0aee08a..473d2d49575 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj
index 292f263cbdb..cacaa7541d2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj
index ed4f6ad4ba9..5f1ba381eca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj
index 9127ded55c6..42f55a810dc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj
index f9f1e1a931d..d579507fb76 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj
index 87210988497..f0e3318e6f8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj
index bc06907a793..01a9a3da4d0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj
index 777bced639e..8cfef07f741 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj
index 51e300979d9..db1db2c51d5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj
index 006fb215316..34903845ea3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj
index 54730273b98..9f0d745c402 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj
index f8b99e64423..36b1a6d3ffd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj
index bcf62905c98..3ab8613d06a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj
index c3e1f32c3de..f4ed3d2548a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj
index 0475ce69a52..64f697bb7da 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj
index f99c6c4b732..2d27ff446c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj
index d897fcc4de0..5af3f453bbd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj
index 2fc01bb404f..10952322c40 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj
index 2d5c08c656b..ebcb8c87080 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj
index a1a2d065fa3..1b7846a3213 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj
index 7ba2e80cc53..b4febf79670 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj
index c1343fefcc5..b8ae743ec27 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj
index 5db3c6bee92..6f9c1baf962 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj
index d58169c35e2..d6fea8d1702 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj
index e7eda025708..e782233ddca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj
index 9c5942c1fa2..3b91a46ce42 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj
index 59ab225456c..edfa8b9a681 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj
index 06ae55846f4..19e0a29db9f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj
index 580e8cdebe9..13b64d4a14e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj
index ad73a42d065..935b385c8c3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj
index 732968dd824..b220ffd85c1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj
index f1bdc8e26cd..a9b1ee604c2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj
index 981dff3bf44..6da66719671 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj
index ffa731d2067..64a475cec01 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj
index 7660f1573d5..8ab66bdc91c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj
index 15a6bccd63f..6efe1888a5e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj
index 337aac960b4..076491585e2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj
index 6166a41076f..fb0c597f25a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj
index c61a2df235a..050a72cbf45 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj
index 61f28345039..400c70fc69f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj
index 2cc676f30d6..d2623a8039d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj
index c619c8833e9..df5e795f561 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj
index 17f45a8bfeb..6a652e70164 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj
index 16272cac248..22e6a20aa11 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj
index b6a22374b5c..ccd846a4b0f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj
index b63cc56b51b..a1e91835215 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj
index 27c399e6cfa..c684211ca74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj
index 7dd25b4b5b8..9e572121ac0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj
index 7279e6985ce..529d54685fc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj
index 649932242e3..786de8233f3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj
index a20193742c5..3273ebf7f78 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj
index 7699fc14042..3b41f6f073a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj
index 1e994104dae..3db1045fb5a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj
index cedd0cc2583..1e36e0035e4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj
index fd72b9e11eb..85f682be787 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj
index 098495f2c32..6455fcccb09 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj
index b2501aeb705..14fa1a50ae3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj
index 9d49ac9697f..ee272248057 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj
index f4854ce8557..6575329607d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj
index e8e501e9dfd..8a8f1429845 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj
index b4e5d885b6c..fd093de52de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj
index d6b263aa16d..8631d4b40b0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj
index ec2b34077ef..1217ee59278 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj
index a41931bd7a2..8e02f437657 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj
index 1de3133499d..6b461ebbce3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj
index 444495ecd70..a788f77d5ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj
index 9287aa733dc..a386760600d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj
index 8b43214a3c8..66a5f011900 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj
index fd752274306..85124db3019 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj
index 73e251eccbe..35f4d1b30d7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj
index 64e9a47c025..5cd6e6a6c62 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj
index 7eefb302a17..0254b5d8528 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj
index c8d3a36bad3..92ebc4d7cf9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj
index 674cdbc7db6..4376a80976d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj
index 4acd68ba4d4..c5b2dcd1b4f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj
index 8a87c80343a..2ab1ae37d99 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj
index c6c9ccdf544..3bba97bae04 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj
index fd1941388e7..63d7e1b4380 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj
index 368de5edb62..c49d9e2c98d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj
index 24f8e14a35a..e7006496985 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj
index ebc37d26dde..90bc1eaf08f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj
index c3a4e78bfdd..aacd886cfc9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj
index ae69d773054..453f18881e9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj
index f4418e5a1a2..a59f275a190 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj
index 5d704a035d7..b2fe5f7abd1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj
index 84e48304b53..74c823343da 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj
index 4a354b1ee4e..725aac7d8ee 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj
index 876783979b2..cbe6db34deb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj
index 10dda7f4187..ba463a11a2f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj
index 1e4bfbadc99..ffde0384e72 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj
index 868d8b1ef5d..968fa299f13 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj
index 6ede205ac26..8884c42b5db 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj
index efdbaf69530..2ff6bcf4583 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj
index dac5e1e0a85..e3214eabec3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj
index 9da7df181a6..3bce777bd91 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj
index 67ef1dd5696..0fbd075b3c4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj
index 3de1dfebda7..7e3b5f64f8e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj
index 82c31ef0861..bbb78c67b05 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj
index e4ba1c2733b..46bb7d2beca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj
index 567fc99080e..4eeb17ac5fb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj
index 9739f1be4e7..523b79c5d9b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj
index 33333111b6a..fc5027deaa6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj
index 19998f38d65..94f2dd09ef5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj
index a2239b16724..be841f2504b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj
index b5b05cceffb..f9d8af6b209 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj
index b8d361c73cc..a0b9e6f5ea9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj
index 6525ef8421d..8555bf9080c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj
index 2738211c73e..cc90f3cf8f9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj
index f7415f10dda..81635cad6fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj
index a0998b85438..f0b34a9b2df 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj
index 75f3a85b819..281472bb865 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj
index d37061e7610..b30c8296fb0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj
index 5d79700b60d..eea79dc422d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj
index 68a72cd52d5..424994de0a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj
index 8855d196315..1c7c50d1f85 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj
index 0948d92cb83..eff6c8d28f4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj
index a2fd958c3a2..b3b5c1e1b63 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj
index ff907ddd83e..0777d4cb8bf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj
index ae22b8f130e..8c7ce702804 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj
index 64cf1ef7726..e47e22c2d86 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj
index 79669c864f4..7c0875c41e9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj
index a786fc2dc14..c04f5fdefaa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj
index 246662048f8..ec7dad9efb8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj
index 64aee00b3f7..8f9a11ba785 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj
index f601d23874a..b496a8e2589 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj
index 9fe53864ef7..a6ba56aa4cc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj
index 02ddc2e92c1..54385fff103 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj
index 6832b0de16c..32dd75b29e1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj
index a474bad1fcd..91c266acee6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj
index f913201ff9b..7d7765295c8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj
index d28bf5121d4..987bebbaf19 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj
index 5a23a84f6e8..74e69eb72e4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj
index 4c7228850b5..4896feb56bb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj
index d61e8841d05..de7a6caddff 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj
index 67689e463e8..2d51674d464 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj
index 72b5359d252..631ff78ba59 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj
index 1e42bd5d5ae..67753e8b891 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj
index b1699a808a2..bee5b665a84 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj
index 446ea684363..40b5bc155a1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj
index c7680bcb5fa..1f005d1a111 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj
index 8ab6305ce4c..4d0748bbb2b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj
index 733afcd589b..921c157549d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj
index 57fd9e95962..746087622d9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj
index 0e96f61eb7e..20ce5c48478 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj
index 62bb212f3c2..47ea8bd1824 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj
index 423a9225afb..97c61722a99 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj
index 358d53e3a6e..d29b6b1b8d7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj
index 702c74d37d3..f3dec96ea23 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj
index 315df3f90db..dd95fe35d43 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj
index 084f02d1be1..f342aa6cb0e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj
index 2d1696584c5..4113f7ae31b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj
index 529269cca29..40d49236029 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj
index 7057cd64212..ae960a40703 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj
index 1e61d8e0ca1..980d114b80f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj
index 23f56ea11aa..b365a16d38d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj
index 20a878532d0..3b8b3b44e74 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj
index 66edf70eaca..9602df201e1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj
index bbdbd50bbd9..6c325c2714f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj
index 5252150f3a6..7995be4eb6e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj
index 949a84809de..f954d88ea2d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj
index a9c1f99df2e..714e4b24893 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj
index 15f10a140c5..6c10279da97 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj
index 5becaac4f7d..c25adafb5de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj
index 87def814ea2..b09345b6177 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj
index 64d9003ed79..e9e7b2e1e2d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj
index ec276a4229d..1fa4d773693 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj
index b6eebc6b940..e2b163738f6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj
index e39e31a972a..19619a92136 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj
index 8d9e2209275..b2d2baca72b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj
index c42547848f3..62bef64d125 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj
index 9a4dea7a125..ee3777cd3ef 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj
index 96359c396a9..e0d6996e217 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj
index 15e0fc9facb..ceb7fb2af39 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj
index 9bb25b83577..9d4279cc5eb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj
index cf3225402ad..552abc86cf1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj
index 11e86e0839f..3d69810eba4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj
index 37c7a1330e2..17bff6690b7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj
index b6340eca633..e6b1fb4659b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj
index 3f5c3a9ed6d..6accd5ee7f9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj
index 7127096948c..4e1106e42fc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj
index 78b6ac9206b..ca2e3b747fd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj
index 702b9a23651..c2fe1dc57f1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj
index 62eeefcdead..214956458d8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj
index 6cf32c96ed8..bafce5693fe 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj
index 39cd41838d1..578ec8ef376 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj
index 50e6dce6390..85a47cc1fc1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj
index 40719096f45..cce70be59d3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj
index 4b04b8aa39a..3e442be4522 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj
index 6b27a89122c..7194e9b3822 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj
index 0c226e69e6f..4ffea903bad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj
index 0503ea260c3..90022044f5b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj
index cdfa8feb9ee..f37f58348b9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj
index a73c2b6c0e7..29ddc74543b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj
index e3b250bc190..93ce9a1ecb9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj
index c095344bcb2..bda68303cfd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj
index c676674b574..459ac7ceb97 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj
index 89ca93547b0..1b096553337 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj
index d0a30e29476..a58ddad3c90 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj
index 6046a875ab3..ec386c7aa0b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj
index bf3b37f0961..9e06b6f946e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj
index 9ffadc26448..7bde5cdb6de 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj
index dda0dab0dd8..df8c1607c5c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj
index eb3a9c511da..36e9149150d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj
index 00b59a758db..86e3fcb78ae 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj
index d1268ba6c07..edd3d6e3317 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj
index c51e55dcf37..326ec766af3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj
index 087f7e30979..01205e48659 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj
index 6150a2d681d..c4fd4e90797 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj
index fa7fc400ef7..08d5dfcf81d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj
index 67038620057..cb9e6969bbb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj
index 24696762089..fb20dcd6751 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj
index 71f0dc6a4a7..31c27536fc8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj
index 70e4758ca14..30829d97193 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj
index ee179024c5b..45aec30d85d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj
index eb9b692ba04..e6a9ee4f3ec 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj
index 8a46a3b9ea4..151ccd8bf8a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj
index 83af57422ac..a500bccd583 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj
index d62c74b5f01..2127bac56ac 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj
index ccf9560527d..68d3a76b6aa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj
index 96451886e41..266e4f3663c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj
index 9fd996ee824..4ea60f71474 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj
index 3b04878ffcb..b317e285148 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj
index a735227f664..5b73ec8fe93 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj
index ccd1998550f..1c7d8fa0c77 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj
index 843432aad02..c696ec126ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj
index cc7ed43702e..d40a42082a3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj
index f258c57752d..7558d9bcc00 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj
index 9804871c7e9..c1a584ca3e6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj
index 0210f50100f..5622b4ad185 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj
index d05f76a2f0a..b496ce734ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj
index 94926e1ea0a..7fed13b27cd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj
index 4ee81894dd6..0c9d7a77c3c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj
index 47b87a49660..5a67d4e932e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj
index 98e14f2496b..714276d734a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj
index 0b30d06f44b..3db940fd808 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj
index 57c4b217eea..da504f9fb21 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj
index 075cd16076a..fa0fa84c26e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj
index 4778006633a..eb0c505880e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj
index 7abee78d9c1..f9c0c6018bb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj
index f61ac2d7e84..bf86cef19e5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj
index 04b1a87d4c8..147bad3940d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj
index 31f96618ad5..264819960ea 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj
index ee725e58d29..2ea10353914 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj
index 2722565990e..01c3464adda 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj
index 13a66fb9c5b..628581a49a7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj
index e81b6dfc67e..3adde06cb0a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj
index 77fc7ead716..7ad252aeeca 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj
index f1115280ab0..5d58e0f27a5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj
index 9ccd2bb8ca9..143883b8dfb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj
index 1f22ef19496..f0dd7abaad0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj
index 89c9496109d..c934f6a29ed 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj
index f20c62ca720..077882dd1fa 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj
index f836584cf05..6aa452ccb09 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj
index 6f8fa3a4b2f..a8c97090cf3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj
index 6cf7c77974a..522f6fe098f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj
index b65afe96d5c..71f607dd70c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj
index a45f742e422..2ba1c3ee98b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj
index f4262e96822..313be0c53e8 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj
index b3ca5c23faa..6b81219e2d7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj
index 0e7a91ae426..9f66e1de865 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj
index 716c5722a54..a7b39ea72a6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj
index 32a8438a721..c58feba87b5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj
index 0f1788490fc..0c4cae6d954 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj
index c627930ffe2..355e01ecc7c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj
index b75b395743a..4e87920044d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj
index 2a335944d63..64b80e007cf 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj
index 3344f08df4f..255149199d6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj
index bdeeb04856f..1a51b32c270 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj
index 7e64bdccea2..76cc9d28ab4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj
index 22891174122..848d38f935b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj
index 61263e7f3da..ce97e8400f2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj
index f849ac6fcc4..512760276b4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj
index 52a55a3e355..8f195ed891d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj
index 31af7450ec0..ae9c45321cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj
index 11c50580273..43d19f467a4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj
index f44156ead6c..4d7834cdf28 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj
index 74c57d52bbc..c9ec4cf3624 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj
index d9249a36684..9037c98e122 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj
index 3f8badcccba..6f54d8a65b6 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj
index 49995aeb995..7e253589ca5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj
index 5d51e8e70fd..3fb212f9549 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj
index 4c3c656509e..186b9177b85 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj
index ea4a832997d..20813c79f92 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj
index 50ffb952f98..0db7ab63b92 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj
index 83c43d474ab..656b89a960e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj
index ea02dc09eea..207fab40b4b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj
index bfa2f3267a8..a89e7b559af 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj
index 6a51d850b75..1394954337e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj
index 55a2d1247c9..7645b810c39 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj
index cbfd5c01104..22dd62b2b76 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj
index 447b5e5bb9a..449c4f2f2d0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj
index 1503c73c6c4..5ae0d660a1e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj
index 13e452fb665..3d1b39db12d 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj
index 912035ca8ec..48ea90cb4cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj
index 3ed914b8c77..cbe17973b08 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj
index 4250a8d656f..a7e9a06339c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj
index eb7258f675d..ae5fd7a6850 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj
index 33aabe621e4..b054ccf4871 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj
index 5aae21b15ac..79cdf134242 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj
index 0647ce28318..cb8ed19d11b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj
index a8c93c4bb1d..ecea26d2b8e 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj
index ac45635426f..cb5a77dde10 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj
index bf647478f20..59b4ed18776 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj
index ac2c14546b3..2ce0a29b6d1 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj
index f678addcadf..2d59992b8f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj
index 1fbabf902f7..64e8587bde4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj
index fa30c4bd081..3eb880aa7ad 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj
index 06352dbfdb1..ee891e4a07a 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj
index abbdfd194ee..d04f394b1c0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj
index aed70656bfc..4f36ab3144f 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj
index bed39f50525..a073046c656 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj
index 35c6f033ef8..3fa7f9b5bfc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj
index a4575922067..f152ed1cfcd 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj
index 86cfce1dd75..d23c4198e10 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj
index 519383def09..ab208e129f0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj
index 698b4284b3c..154e0b5fb47 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj
index 4c05fb27546..a4fd0161bc3 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj
index e8cffba001c..5ec0c2ca2a2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj
index 17b9bd308d6..96439a662cb 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj
index 52731ef9a1e..6c9105f816c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj
index 172f15b34af..c3975cdb348 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj
index fa644441f26..16a19636ef0 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj
index 7aad0df51e4..23aaa8cdde5 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj
index 42550080088..078e86ecd98 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj
index a07686251cc..7f8f7a63f5b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj
index df794a12234..382946d84b4 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj
index 934ba17bf87..d53aed3c9e2 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj
index 33f51f97691..006e827bcbc 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj
index c1f320334a2..1a03698a0ce 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj
index df1ceb36697..c33d9a2fe72 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj
index a105246abac..21a97a69136 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj
index 17d49ffa22a..d3a43fb4ec7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj
index cfba60bcb69..029d3a9f84b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj
index 5a1e755a21a..8a41e35857b 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj
index 7676f024ca8..64b69f6281c 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj
index ef70aa07dbe..2f82de5a4a9 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj
index 38e27d9cfac..3dd1fd0af77 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj
index 36698fd3aac..b237683ebe7 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj
index 6b7ff2d066d..d0136174a60 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj
index c1dca509abf..6e44be07a03 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj
index bf4f80eba3a..e3dc8f6f374 100644
--- a/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj
+++ b/src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj
index 32eb1eae7a2..ffc79c56c82 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj
index 22c16939b6a..3f261b9baec 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowInlinedStatic.cs" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj
index 49750089aa9..cd5a15ebb07 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowLDFTNStaticMethod.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj
index 8ef0dfb2b1b..e55c36efb3d 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowMethodAccess.cs" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj
index cdc4a072e43..a6875b1a08f 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowStaticField.cs" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj
index bd4b2580c3a..53c2edf494d 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowStaticFieldBFI.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj
index 77aeb93a323..14f33b8ed9f 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj
index 55c533069ee..9b322860a77 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="TypeLoadInitExcep.cs" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj
index 395dd2cb49a..aa0644bccab 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="TypeLoadInitExcepBFI.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj
index 522866596db..2195020d1b9 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UntrustedCodeBFI.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj
index 60e98f79331..9df43dd5b27 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj
index cdd7d093320..e19e868fcb1 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CircularCctorFourThreadsBFI.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj
index 4617305d599..e7143d85914 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj
index 3a3de1008df..8f0bf586381 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj
index 8bc200934e0..785d41eeeb3 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj
index bc7c1a60b49..aee6cdf46f6 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj
index 75e093a369b..20ed1f8c042 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj
index 9cf362a93df..006fb861ec0 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj b/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj
index bd4b2580c3a..53c2edf494d 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CctorThrowStaticFieldBFI.il" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj b/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj
index 54d768a6afd..e364896f377 100644
--- a/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CircularCctorThreeThreads03.cs" />
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj
index 5dd17a67aed..35b5a01c871 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj
index 4a0be498583..a4bb4735ae4 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj
index 57d8b934cf2..55c3bd37025 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj
index 41f944aa408..8608bb42276 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj
index 357172304a5..aedf1740678 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj b/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj
index 8ececd9ee66..62efca3004f 100644
--- a/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj
index 9d0ea5dc962..474f4b270dc 100644
--- a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj
index 2c204b283fa..4b5cf73fb3c 100644
--- a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj
index 77df4922288..e533c1402d1 100644
--- a/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/TypeInitialization/backpatching/test1.csproj b/src/tests/Loader/classloader/TypeInitialization/backpatching/test1.csproj
index 6c1e6dbae3d..47c15f655f0 100644
--- a/src/tests/Loader/classloader/TypeInitialization/backpatching/test1.csproj
+++ b/src/tests/Loader/classloader/TypeInitialization/backpatching/test1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/13362/Github13362.csproj b/src/tests/Loader/classloader/explicitlayout/Regressions/13362/Github13362.csproj
index 0a3e92e6e96..55b769d7555 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/13362/Github13362.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/13362/Github13362.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj b/src/tests/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj
index 40f8dda4760..d12744a77aa 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj b/src/tests/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj
index d236cc6cb03..a6287022644 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj
index 98bca974249..f1157774489 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj
index 6430601c1e0..028e5ceab4d 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj
index b985646e5d6..698a32dcd0a 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj
index 92ba3aac44c..b88ae511994 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test13.il" />
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj
index d5ace5ccb49..a628f864c80 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj
index dd1b3dc3dc5..648f5efe3ef 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj
index 0eeb2de1edf..8264c4cf79c 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj
index 02ff5a49704..e7c2df0d30c 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj
index 168966d1b14..a33d6eb5ded 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj
index a6722a68709..5bada7164b4 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj
index bc4b0b6b112..6a3d9c2a83e 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj
index 40804bc1707..e3f995cb1d8 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test3.il" />
diff --git a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj
index 3e2bfea6960..aa5a0d6a93d 100644
--- a/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj
+++ b/src/tests/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/misc/case10.csproj b/src/tests/Loader/classloader/explicitlayout/misc/case10.csproj
index 4f5a4f84298..818e8869da0 100644
--- a/src/tests/Loader/classloader/explicitlayout/misc/case10.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/misc/case10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj b/src/tests/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
index 79f3fef100c..7f2472596aa 100644
--- a/src/tests/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj
index 5fb07af8162..9ac4ebfa468 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case1.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj
index 6cc79ea92b9..22f1115a3ae 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case11.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj
index 533bb7d70a1..bd4e5532d98 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case12.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj
index 8499bcd7319..adb340a1854 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case14.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj
index 0259a2a22a3..6edff6f3f46 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case15.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj
index e04c84bdcda..adf3c5a3d61 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case2.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj
index 1d742a41143..3442cb42199 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case3.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj
index 0cb07e6c98e..9b995568529 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case4.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj
index e367481e197..1380e228811 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case5.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj
index a892c1ad760..f85b37ecb08 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case6.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj
index 9ef39762ee1..95cb29d06b9 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case7.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj
index 7f9d12e3e15..95f6a2f2b06 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case8.cs" />
diff --git a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj
index 4b091e2b1d7..51c1788fe6e 100644
--- a/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj
+++ b/src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="case9.cs" />
diff --git a/src/tests/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj b/src/tests/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj
index 4d4ffe4aeb7..9af07218071 100644
--- a/src/tests/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj b/src/tests/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj
index 12ce0209185..29990fb3352 100644
--- a/src/tests/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj b/src/tests/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj
index 1027a4dad2d..b26b091a97e 100644
--- a/src/tests/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj b/src/tests/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj
index e3f9c69b42e..e8a909d3f36 100644
--- a/src/tests/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj b/src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj b/src/tests/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj
+++ b/src/tests/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/VSW491668.csproj b/src/tests/Loader/classloader/generics/GenericMethods/VSW491668.csproj
index 11dbaf27dc5..d0d3fbd2e02 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/VSW491668.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/VSW491668.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/arity01.ilproj b/src/tests/Loader/classloader/generics/GenericMethods/arity01.ilproj
index cd673931ed5..a21ac9bf607 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/arity01.ilproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/arity01.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001.csproj
index a03492b3ea8..adcbc63971f 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001a.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001a.csproj
index 6d267c3ae47..dca8ff7ec0d 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001a.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001a.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001b.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001b.csproj
index 8845f4d9154..56fcaf022a1 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001b.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001b.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj
index f0906f47f53..258ed811684 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001d.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001d.csproj
index fdd7f53247b..e320469fdc1 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001d.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001d.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001e.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001e.csproj
index 8dc88763e06..ba5d64e449f 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001e.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001e.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001f.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001f.csproj
index 6f8ca4f8527..5e2c1b56dff 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001f.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001f.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001g.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001g.csproj
index 98a28164674..823a1a1a8e8 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001g.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001g.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001h.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001h.csproj
index 31bf115ddba..4a2253db4c8 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001h.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001h.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001i.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001i.csproj
index 3617690df48..08fce078146 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001i.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001i.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method001j.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method001j.csproj
index 93e8de8a21a..5bf99af25a0 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method001j.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method001j.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method002.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method002.csproj
index 1142136d775..516b191f339 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method002.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method003.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method003.csproj
index ab25987a4fc..d682fb9360c 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method003.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method003.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method004.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method004.csproj
index 7c35c6d1ba5..d8339b821bc 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method004.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method005.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method005.csproj
index 3acecdf00ec..7e87934cccd 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method005.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method005.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method006.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method006.csproj
index eeb139f4834..8fbab78de63 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method006.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method006.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method007.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method007.csproj
index 31a7f490b0b..c73546d7fee 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method007.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method007.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method008.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method008.csproj
index d050ec8d08b..b8bb0e1eee1 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method008.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method008.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method009.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method009.csproj
index 18bd7614260..aaa0b05053c 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method009.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method009.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method010.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method010.csproj
index 17507ef26e4..4d40032aa43 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method010.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method010.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method011.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method011.csproj
index f24de7e82c4..b15cbb345b0 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method011.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method011.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method012.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method012.csproj
index da5ea289cf9..60a500d81be 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method012.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method012.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method013.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method013.csproj
index 95a6866d5ce..6df879ad8f1 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method013.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method013.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method014.ilproj b/src/tests/Loader/classloader/generics/GenericMethods/method014.ilproj
index d0be849d7ab..9e8e7f5942f 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method014.ilproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method014.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method015.csproj b/src/tests/Loader/classloader/generics/GenericMethods/method015.csproj
index ff302e14075..95817fa00e1 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method015.csproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method015.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/GenericMethods/method016.ilproj b/src/tests/Loader/classloader/generics/GenericMethods/method016.ilproj
index 418b5e72f04..7b6d34859e2 100644
--- a/src/tests/Loader/classloader/generics/GenericMethods/method016.ilproj
+++ b/src/tests/Loader/classloader/generics/GenericMethods/method016.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj
index 7dd7d7fa5a8..5542347f9ab 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj
index 4a8bc8d87f7..e4f34e2178d 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="abstract01.il" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj
index 28ff034511d..20b7ebb72f0 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj
index 09f61029e2a..02249798561 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj
index a47a8e40b9f..124ec8e820b 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj
index 6c231179917..5d04c06bda9 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj
index fed962dcd33..6df3c332c73 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj
index 694c55e31ca..3983cae19dd 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj
index 41decb14602..f6d80da7e12 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj
index d4469219b0c..7d3e027982d 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<CrossGenTest>false</CrossGenTest>
</PropertyGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj
index b9defbefa0f..634ff31639d 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param01.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param01.ilproj
index 7a67808fb9b..156f83dea87 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param01.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param01.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj
index 6f11415ba42..0424c333a2a 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param03.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param03.ilproj
index 6cf096dba60..c9cc3e6b29c 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param03.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param03.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param04.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param04.ilproj
index 93aab444d4a..11870c21142 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param04.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param04.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param05.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param05.ilproj
index 30d0d1c487a..9a3c827f595 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param05.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param05.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param06.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param06.ilproj
index 0a89e27befa..fb7284b4833 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param06.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param06.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param07.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param07.ilproj
index bac357f5be8..5c118eb42fb 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param07.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param07.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/param08.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Negative/param08.ilproj
index c30f3301e88..3ded0cfd0c6 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Negative/param08.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/param08.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj
index 7b9378c41b9..05261f930ba 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Test stack overflows on OSX -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj
index ff2de118618..09b049da5c4 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Test stack overflows on OSX -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj
index 8af4f947015..e8793022067 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Test stack overflows on OSX -->
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj
index b4680d52820..fa7b38b2b23 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase01.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj
index 9ed0acdd49f..47f5d248b18 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase02.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj
index cdc4e72d227..ede4b7cd07d 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase03.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj
index 46f2c5009ba..6e799812c9e 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj
index 2101f02f401..dab48fe5a96 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase05.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj
index f8a4f548751..e50cb31138b 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase06.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj
index fc6f4c0d6d9..ef859262640 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="AbstractBase07.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/CuriouslyRecurringThroughInterface.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/CuriouslyRecurringThroughInterface.csproj
index b566f023697..f347c7315c4 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/CuriouslyRecurringThroughInterface.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/CuriouslyRecurringThroughInterface.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj
index 5cf97e6de55..19aff32ddde 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj
index 8faf63663f5..d0254694528 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj
index 354a5cf0531..78d0dba7423 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj
index 6371c1b3394..ccf0078faa3 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj
index 88847046b32..8f45e4dfe94 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj
index e4609141561..544eebe6f6e 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj
index 38da0863f10..c65eb877900 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj
index 595ddc45c94..a660928a913 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj
index 2990a1b4df9..dba157ee095 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj
index e7dbee5c7d4..3cc2dc9c043 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj
index ce03f991521..422f96698e9 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj
index f5e9da2b5fd..f755fd38072 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj
index 16704b2d070..2f09a6ca157 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj
index 7a9a00fa5cc..c96e404b8f2 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj
index 0a62b505bdc..51d7533a5b5 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass01.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj
index c5b831c466d..cf424921678 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass02.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj
index de31fe7e674..38a0a0f9543 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass03.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj
index 1f12d665872..86d3b7821aa 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass04.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj
index 86080f2273d..608727befe9 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass05.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj
index 11faec67d09..01d234b02a3 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedBaseClass06.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj
index 73d16f17fe6..d1c95a4b06f 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedClass01.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj
index 97e8a04b795..8c0be1592bf 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj
index f6101fd524c..cc5513c9ad6 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedClass03.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj
index 96e74a48c9e..3052d72a4c8 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj
index a54a97e3b43..a5386f607c4 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface01.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj
index eaa7cb73a20..6487dd14c12 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface02.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj
index 48ec27261a3..24ef196d2d5 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface03.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj
index 71df98c0132..bc1dab02160 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface04.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj
index 78dbf1f190a..4d71aa59ffd 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface05.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj
index 2b4fb6d62e4..ef24aa7fe35 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface06.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj
index 6e4789de8bb..242a6ed739f 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface07.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj
index 6721dc5a8f0..6fec6c590ab 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedInterface08.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj
index 480175dbb57..827f5264c01 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedStruct01.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj
index 9305aad383e..574743dfbdd 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj
index 7e3ec2c1dd6..c8ea7fe9d92 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NestedStruct03.cs" />
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj
index 252beac7122..ca059382158 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj b/src/tests/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj
index 46c498ee7ee..a5363a09103 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj b/src/tests/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj
index d6a05593600..57b8f8eaae6 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj b/src/tests/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj
index bc22febfda7..766739a460e 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj b/src/tests/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj
index 8b7fb7d81b4..1fd800f0f19 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj b/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj
index b5d7e3a095e..970784bf1e8 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj b/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj
index e9502499039..bc8bd7c5b5e 100644
--- a/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj
+++ b/src/tests/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="check2.il" />
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto.csproj
index e558244bf34..8e2774b5d3b 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj
index 2b010916200..4a25f0801b4 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq.csproj
index ddaa52ff336..49be3478e1e 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj
index 05258afb67d..72f7bce0769 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj
index 85508a55646..5334620edae 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq.csproj
index b2f637256a1..d5ce61f5445 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj
index ac03a12cf6a..e08181bc295 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Base01b_seq_ser.cs" />
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj
index 4979efd83d7..359164240fe 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj
index b9e4762b096..6bf8d45f79e 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto.csproj
index 5f9916d7ff2..90947cd5813 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj
index 77eadc8b421..05dcecbbbdb 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq.csproj
index 5dcc7f59d92..1c9cd997c47 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj
index f1fb6df64f7..0a1278b56be 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj
index 8b711060bfe..a6895f5ea4b 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq.csproj
index be4dddd85f1..fbb442527b7 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj
index 949b6895ea7..4e1a23802e0 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj
index 7759f0bb699..c56572cd7dd 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj
index 88bbba201f3..0bb13d164e0 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class01_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/class01_auto.csproj
index 95ddda7cec3..1160d3dcfb6 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class01_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class01_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj
index 98301821642..79a61c053d1 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class01_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/class01_seq.csproj
index 322a0fe4e2f..c54d5de139f 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class01_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class01_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj
index e2a22d21c31..1c8d29ce4f4 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class02_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/class02_auto.csproj
index e93be8aea6a..4b0926a72c5 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class02_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class02_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj
index 14ae76335cf..b284c2c274a 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj
index 0e99d48ee2f..8c1acdcd74f 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct01_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct01_auto.csproj
index fb7f2876c81..1727034e85d 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct01_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct01_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj
index 0ec600cb554..8f0592dd18a 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct01_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct01_seq.csproj
index 2a134371955..6f352e60e0c 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct01_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct01_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj
index ab41f653abc..049afe3c9a6 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct02_auto.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct02_auto.csproj
index cb013e9c074..c0f88068ffb 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct02_auto.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct02_auto.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj
index 6ef8059b775..cc88934fe59 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct02_seq.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct02_seq.csproj
index df087a3bb28..820666ac221 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct02_seq.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct02_seq.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj b/src/tests/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj
index 9d75fa428a7..7f7bc7cfeea 100644
--- a/src/tests/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Negative002.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Negative002.csproj
index 1ad2ea1d9d2..63780bc9cf3 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Negative002.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Negative002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Negative004.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Negative004.csproj
index 336ba991bf9..c34f06ee70e 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Negative004.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Negative004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj
index 95158a37680..2682b3d58d5 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Positive007.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Positive007.csproj
index 1fceff4372e..2273f5dbe97 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Positive007.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Positive007.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Positive008.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Positive008.csproj
index 78b54959a6b..e4398887465 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Positive008.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Positive008.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Positive009.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Positive009.csproj
index 71f0bbeb00b..2e8ea61e3f0 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Positive009.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Positive009.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Layout/Specific/Positive010.csproj b/src/tests/Loader/classloader/generics/Layout/Specific/Positive010.csproj
index 55a8995f2fe..43fbf629d33 100644
--- a/src/tests/Loader/classloader/generics/Layout/Specific/Positive010.csproj
+++ b/src/tests/Loader/classloader/generics/Layout/Specific/Positive010.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj b/src/tests/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj
index 35104b3b9b3..8e5e5148f17 100644
--- a/src/tests/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj
+++ b/src/tests/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Misc/TestWithManyParams.csproj b/src/tests/Loader/classloader/generics/Misc/TestWithManyParams.csproj
index c5732cc4bfc..24b8da471be 100644
--- a/src/tests/Loader/classloader/generics/Misc/TestWithManyParams.csproj
+++ b/src/tests/Loader/classloader/generics/Misc/TestWithManyParams.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj
index d5dac1b939d..66b63624916 100644
--- a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj
+++ b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj
index 7f80cacd4b2..9deea23e73d 100644
--- a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj
+++ b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj
index 4a9ed701be1..18558fdaa3c 100644
--- a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj
+++ b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj
index da8f7596f40..d05f78d295e 100644
--- a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj
+++ b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj
index f5bb115cb5e..f6bae7f6835 100644
--- a/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj
+++ b/src/tests/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj
index 4228beb358d..c9c4823b4bd 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj
index f972a356008..dc586b25e0c 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj
index aebc2c82b22..f339e65bec7 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj
index fe7fabb713c..2c112a98d8f 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj b/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj
index 7cfbef08075..cf36fc39c7f 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj b/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj
index 857d56cddba..1ac9c9fc5f6 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj b/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj
index 8b0e595b35b..a023f9c87f9 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj b/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj
index 9163c420671..8dc7075e5fa 100644
--- a/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj b/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj
index ae938296717..45ace99b6c5 100644
--- a/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj
+++ b/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj b/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj
index 84369f0a2d3..eda593bb9e3 100644
--- a/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj b/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj
index e3c8f6cd055..edfebb7d32e 100644
--- a/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj
+++ b/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj b/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj
index d4ce734df65..764c6d78f91 100644
--- a/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj
+++ b/src/tests/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj
index 490f4d68cc0..494b90bef42 100644
--- a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj
index 602443a4be7..584ed1220ac 100644
--- a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib2.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj
index d203dd5c6c1..7a3fe197117 100644
--- a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj
index 6f4847b3e26..a9da328736e 100644
--- a/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj b/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj
index 68d46bea69c..c18aee71187 100644
--- a/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj b/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj
index 77f5cb04251..70cd8537122 100644
--- a/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Delegates/Lib.ilproj b/src/tests/Loader/classloader/generics/Variance/Delegates/Lib.ilproj
index 490f4d68cc0..494b90bef42 100644
--- a/src/tests/Loader/classloader/generics/Variance/Delegates/Lib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Delegates/Lib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/CastClass001.csproj b/src/tests/Loader/classloader/generics/Variance/IL/CastClass001.csproj
index cda002eeb82..4725e9525b8 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/CastClass001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/CastClass001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/CastClass004.csproj b/src/tests/Loader/classloader/generics/Variance/IL/CastClass004.csproj
index f10b80ecdf8..7675bcace30 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/CastClass004.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/CastClass004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj b/src/tests/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj
index 8c5c6f0a982..dd277f26b6e 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj
index 0ab403c0f7e..23b4519cb1e 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst002.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst002.csproj
index 3139216012f..7deab415c31 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst002.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst003.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst003.csproj
index c873e85ff2a..72724a0e761 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst003.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst003.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst004.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst004.csproj
index d78a98250f6..be8d1dd9be0 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst004.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst005.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst005.csproj
index 16a22561672..dd7958d77a5 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst005.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst005.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/IsInst006.csproj b/src/tests/Loader/classloader/generics/Variance/IL/IsInst006.csproj
index d678aa17ff2..1978987be7b 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/IsInst006.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/IsInst006.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Lib.ilproj b/src/tests/Loader/classloader/generics/Variance/IL/Lib.ilproj
index 490f4d68cc0..494b90bef42 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Lib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Lib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox001.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox001.csproj
index 63a246f0ab1..b65b5c3108c 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox002.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox002.csproj
index 6570b3a67c9..d28c31d472d 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox002.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox002.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Unbox002.cs" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox003.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox003.csproj
index d8a8ed597cd..efa4c2dd1a2 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox003.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox003.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Unbox003.cs" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox004.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox004.csproj
index eb225903341..185eacbfb5f 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox004.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox005.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox005.csproj
index d22c9cef388..f4599220351 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox005.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox005.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Unbox005.cs" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/Unbox006.csproj b/src/tests/Loader/classloader/generics/Variance/IL/Unbox006.csproj
index a4f7cf2bbcb..c9419694aea 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/Unbox006.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/Unbox006.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Unbox006.cs" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj b/src/tests/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj
index 7c417f191a8..b25c0b8aba7 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="VarInterfaceLib2.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/varlib.ilproj b/src/tests/Loader/classloader/generics/Variance/IL/varlib.ilproj
index 06e26ade4a5..94999c839c2 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/varlib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/varlib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="varlib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/IL/vsw543506.csproj b/src/tests/Loader/classloader/generics/Variance/IL/vsw543506.csproj
index 5ff403a3837..bb8b2efa646 100644
--- a/src/tests/Loader/classloader/generics/Variance/IL/vsw543506.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/IL/vsw543506.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="vsw543506.cs" />
diff --git a/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj b/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj
index e58203fafe9..fe39f398e08 100644
--- a/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj b/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj
index ed42d218f3c..39022e50108 100644
--- a/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj b/src/tests/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj
index 490f4d68cc0..494b90bef42 100644
--- a/src/tests/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/Interfaces/NoVarianceCheckForStaticMethods.ilproj b/src/tests/Loader/classloader/generics/Variance/Interfaces/NoVarianceCheckForStaticMethods.ilproj
index 6e038d359eb..6a9ca8baf37 100644
--- a/src/tests/Loader/classloader/generics/Variance/Interfaces/NoVarianceCheckForStaticMethods.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Interfaces/NoVarianceCheckForStaticMethods.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="NoVarianceCheckForStaticMethods.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Lib.ilproj b/src/tests/Loader/classloader/generics/Variance/Methods/Lib.ilproj
index 490f4d68cc0..494b90bef42 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Lib.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Lib.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Lib2.ilproj b/src/tests/Loader/classloader/generics/Variance/Methods/Lib2.ilproj
index 602443a4be7..584ed1220ac 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Lib2.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Lib2.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Lib2.il" />
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Method001.csproj b/src/tests/Loader/classloader/generics/Variance/Methods/Method001.csproj
index d203dd5c6c1..7a3fe197117 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Method001.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Method001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Method002.csproj b/src/tests/Loader/classloader/generics/Variance/Methods/Method002.csproj
index ed3eca2c61f..a16512c9646 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Method002.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Method002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Method003.csproj b/src/tests/Loader/classloader/generics/Variance/Methods/Method003.csproj
index 6f4847b3e26..a9da328736e 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Method003.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Method003.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Methods/Method004.csproj b/src/tests/Loader/classloader/generics/Variance/Methods/Method004.csproj
index dc9a91c3c4b..a9856a68906 100644
--- a/src/tests/Loader/classloader/generics/Variance/Methods/Method004.csproj
+++ b/src/tests/Loader/classloader/generics/Variance/Methods/Method004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj b/src/tests/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj
+++ b/src/tests/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/109968/test.ilproj b/src/tests/Loader/classloader/generics/regressions/109968/test.ilproj
index c4afad206fe..9b6dbd21461 100644
--- a/src/tests/Loader/classloader/generics/regressions/109968/test.ilproj
+++ b/src/tests/Loader/classloader/generics/regressions/109968/test.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/123712/repro123712.csproj b/src/tests/Loader/classloader/generics/regressions/123712/repro123712.csproj
index b7c993eab87..c303bae24d4 100644
--- a/src/tests/Loader/classloader/generics/regressions/123712/repro123712.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/123712/repro123712.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/137310/test137310.csproj b/src/tests/Loader/classloader/generics/regressions/137310/test137310.csproj
index 71b7f2b41c6..cc22e94aa8a 100644
--- a/src/tests/Loader/classloader/generics/regressions/137310/test137310.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/137310/test137310.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj b/src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj
index 70b7e4b21aa..07c80cc5610 100644
--- a/src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/334376/b334376.csproj b/src/tests/Loader/classloader/generics/regressions/334376/b334376.csproj
index 29df152ed66..b8abc92ba58 100644
--- a/src/tests/Loader/classloader/generics/regressions/334376/b334376.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/334376/b334376.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/341477/Test.csproj b/src/tests/Loader/classloader/generics/regressions/341477/Test.csproj
index 9c5f2be2c90..fc70ff6f406 100644
--- a/src/tests/Loader/classloader/generics/regressions/341477/Test.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/341477/Test.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/433497/vsw433497.csproj b/src/tests/Loader/classloader/generics/regressions/433497/vsw433497.csproj
index b59ae95d20e..1de57592ed9 100644
--- a/src/tests/Loader/classloader/generics/regressions/433497/vsw433497.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/433497/vsw433497.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/448208/b448208.csproj b/src/tests/Loader/classloader/generics/regressions/448208/b448208.csproj
index c64af31cc4d..713884bc623 100644
--- a/src/tests/Loader/classloader/generics/regressions/448208/b448208.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/448208/b448208.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/515341/vsw515341.csproj b/src/tests/Loader/classloader/generics/regressions/515341/vsw515341.csproj
index 608dcc21262..57e2dc75972 100644
--- a/src/tests/Loader/classloader/generics/regressions/515341/vsw515341.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/515341/vsw515341.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/536564/vsw536564.csproj b/src/tests/Loader/classloader/generics/regressions/536564/vsw536564.csproj
index cfbf6f65ab9..6b4e8a7f1f4 100644
--- a/src/tests/Loader/classloader/generics/regressions/536564/vsw536564.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/536564/vsw536564.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/DD117522/Test.csproj b/src/tests/Loader/classloader/generics/regressions/DD117522/Test.csproj
index 9c5f2be2c90..fc70ff6f406 100644
--- a/src/tests/Loader/classloader/generics/regressions/DD117522/Test.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/DD117522/Test.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/dd95372/dd95372.csproj b/src/tests/Loader/classloader/generics/regressions/dd95372/dd95372.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/generics/regressions/dd95372/dd95372.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/dd95372/dd95372.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj b/src/tests/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj b/src/tests/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj
+++ b/src/tests/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj b/src/tests/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj
+++ b/src/tests/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj b/src/tests/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj
index 4c3ec8ed050..393ee3e1103 100644
--- a/src/tests/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride.csproj b/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride.csproj
index b71834cb2fc..8b214177250 100644
--- a/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj b/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj
index df297dcfef4..17c2cbcfb7d 100644
--- a/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj
+++ b/src/tests/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj b/src/tests/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj b/src/tests/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
index fe366793b61..18c864a1c52 100644
--- a/src/tests/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
+++ b/src/tests/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj
index 2c154c30f07..a525b8ffb21 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="exploit.cs" />
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
index c6d61ada118..a31738e372b 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/576621/test.ilproj b/src/tests/Loader/classloader/methodoverriding/regressions/576621/test.ilproj
index bdb4b2c340d..36843b6ab31 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/576621/test.ilproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/576621/test.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test.il" />
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
index d943fad3be8..5bdb5ac1728 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/592026/test.ilproj b/src/tests/Loader/classloader/methodoverriding/regressions/592026/test.ilproj
index bdb4b2c340d..36843b6ab31 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/592026/test.ilproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/592026/test.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test.il" />
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
index 2cdff8bad6b..4a27832963d 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
index d390726f7f4..527b7e61841 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj
index f992b5c710c..15546d4db73 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="foo1.cs" />
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj
index e860eff6443..1407840c16f 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="foo2.cs" />
diff --git a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj
index 0a3d6c8442e..d3e109077d8 100644
--- a/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj
+++ b/src/tests/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="interface.cs" />
diff --git a/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj b/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj
index f834c4130c8..571020f41f2 100644
--- a/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj
+++ b/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.cs" />
diff --git a/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj b/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj
index 8d6d586a859..ac207fafe7e 100644
--- a/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj
+++ b/src/tests/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/Tests/nesting4.ilproj b/src/tests/Loader/classloader/nesting/Tests/nesting4.ilproj
index 4d388f09855..3f080c9c28a 100644
--- a/src/tests/Loader/classloader/nesting/Tests/nesting4.ilproj
+++ b/src/tests/Loader/classloader/nesting/Tests/nesting4.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/Tests/nesting63.ilproj b/src/tests/Loader/classloader/nesting/Tests/nesting63.ilproj
index 49e727bc8c2..38d137653bf 100644
--- a/src/tests/Loader/classloader/nesting/Tests/nesting63.ilproj
+++ b/src/tests/Loader/classloader/nesting/Tests/nesting63.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/Tests/nesting7.ilproj b/src/tests/Loader/classloader/nesting/Tests/nesting7.ilproj
index 991142bc879..8a3261e2bc2 100644
--- a/src/tests/Loader/classloader/nesting/Tests/nesting7.ilproj
+++ b/src/tests/Loader/classloader/nesting/Tests/nesting7.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/VSW491577.csproj b/src/tests/Loader/classloader/nesting/coreclr/VSW491577.csproj
index b7cd30dc4bd..c6d98549cef 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/VSW491577.csproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/VSW491577.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/exec16.ilproj b/src/tests/Loader/classloader/nesting/coreclr/exec16.ilproj
index facb5a9c6a3..0157417dad1 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/exec16.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/exec16.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/exec3.ilproj b/src/tests/Loader/classloader/nesting/coreclr/exec3.ilproj
index c65e8ddaa38..b3432178213 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/exec3.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/exec3.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/nesting16.ilproj b/src/tests/Loader/classloader/nesting/coreclr/nesting16.ilproj
index b94ee9ee5af..3673d1848a7 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/nesting16.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/nesting16.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="nesting16.il" />
diff --git a/src/tests/Loader/classloader/nesting/coreclr/nesting18.ilproj b/src/tests/Loader/classloader/nesting/coreclr/nesting18.ilproj
index b2600f494cd..b406d020004 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/nesting18.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/nesting18.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/nesting3.ilproj b/src/tests/Loader/classloader/nesting/coreclr/nesting3.ilproj
index 02ec8424b3d..4e8b1f5700d 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/nesting3.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/nesting3.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="nesting3.il" />
diff --git a/src/tests/Loader/classloader/nesting/coreclr/nesting31.ilproj b/src/tests/Loader/classloader/nesting/coreclr/nesting31.ilproj
index 75d7aab642e..3aea2a83a81 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/nesting31.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/nesting31.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/nesting/coreclr/nesting4.ilproj b/src/tests/Loader/classloader/nesting/coreclr/nesting4.ilproj
index 4d388f09855..3f080c9c28a 100644
--- a/src/tests/Loader/classloader/nesting/coreclr/nesting4.ilproj
+++ b/src/tests/Loader/classloader/nesting/coreclr/nesting4.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/101904/test.csproj b/src/tests/Loader/classloader/regressions/101904/test.csproj
index 9bfb2921eed..e4beec5b2be 100644
--- a/src/tests/Loader/classloader/regressions/101904/test.csproj
+++ b/src/tests/Loader/classloader/regressions/101904/test.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/139056/Foo.ilproj b/src/tests/Loader/classloader/regressions/139056/Foo.ilproj
index 86702a476cd..2031456b038 100644
--- a/src/tests/Loader/classloader/regressions/139056/Foo.ilproj
+++ b/src/tests/Loader/classloader/regressions/139056/Foo.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/144257/vsw144257.csproj b/src/tests/Loader/classloader/regressions/144257/vsw144257.csproj
index 28810fd1ffb..d753b835f2c 100644
--- a/src/tests/Loader/classloader/regressions/144257/vsw144257.csproj
+++ b/src/tests/Loader/classloader/regressions/144257/vsw144257.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj b/src/tests/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj
index 9ad37265ec2..54c6aead7e6 100644
--- a/src/tests/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj
+++ b/src/tests/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/163172/MethodImplFinal.ilproj b/src/tests/Loader/classloader/regressions/163172/MethodImplFinal.ilproj
index 4fc80dcfe5a..3251223adba 100644
--- a/src/tests/Loader/classloader/regressions/163172/MethodImplFinal.ilproj
+++ b/src/tests/Loader/classloader/regressions/163172/MethodImplFinal.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/181424/test5.ilproj b/src/tests/Loader/classloader/regressions/181424/test5.ilproj
index 172cb4edb10..9ede9ac91d4 100644
--- a/src/tests/Loader/classloader/regressions/181424/test5.ilproj
+++ b/src/tests/Loader/classloader/regressions/181424/test5.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/208900/bug.csproj b/src/tests/Loader/classloader/regressions/208900/bug.csproj
index 356fa974a9a..fc7105a6b62 100644
--- a/src/tests/Loader/classloader/regressions/208900/bug.csproj
+++ b/src/tests/Loader/classloader/regressions/208900/bug.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/226741/test3.ilproj b/src/tests/Loader/classloader/regressions/226741/test3.ilproj
index ec1537891c9..a5594cbbd73 100644
--- a/src/tests/Loader/classloader/regressions/226741/test3.ilproj
+++ b/src/tests/Loader/classloader/regressions/226741/test3.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/245191/nullenum1000.csproj b/src/tests/Loader/classloader/regressions/245191/nullenum1000.csproj
index 9de41446b5c..63a38cd5dd4 100644
--- a/src/tests/Loader/classloader/regressions/245191/nullenum1000.csproj
+++ b/src/tests/Loader/classloader/regressions/245191/nullenum1000.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/347422/b347422.csproj b/src/tests/Loader/classloader/regressions/347422/b347422.csproj
index ded6caea078..86e468bb3bf 100644
--- a/src/tests/Loader/classloader/regressions/347422/b347422.csproj
+++ b/src/tests/Loader/classloader/regressions/347422/b347422.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="b347422.cs" />
diff --git a/src/tests/Loader/classloader/regressions/359519/test359519.csproj b/src/tests/Loader/classloader/regressions/359519/test359519.csproj
index faeaab91ba0..71074cd2b46 100644
--- a/src/tests/Loader/classloader/regressions/359519/test359519.csproj
+++ b/src/tests/Loader/classloader/regressions/359519/test359519.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/405223/vsw405223.csproj b/src/tests/Loader/classloader/regressions/405223/vsw405223.csproj
index 3bf33172f91..0a1c9a7ca9c 100644
--- a/src/tests/Loader/classloader/regressions/405223/vsw405223.csproj
+++ b/src/tests/Loader/classloader/regressions/405223/vsw405223.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/421439/RefX1.ilproj b/src/tests/Loader/classloader/regressions/421439/RefX1.ilproj
index 47a9fa09791..536c109313f 100644
--- a/src/tests/Loader/classloader/regressions/421439/RefX1.ilproj
+++ b/src/tests/Loader/classloader/regressions/421439/RefX1.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="RefX1.il" />
diff --git a/src/tests/Loader/classloader/regressions/421439/Test.ilproj b/src/tests/Loader/classloader/regressions/421439/Test.ilproj
index 2fa9854371f..bec330cbc1f 100644
--- a/src/tests/Loader/classloader/regressions/421439/Test.ilproj
+++ b/src/tests/Loader/classloader/regressions/421439/Test.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/421439/ValX1.ilproj b/src/tests/Loader/classloader/regressions/421439/ValX1.ilproj
index 9558362e703..81ca959d9d5 100644
--- a/src/tests/Loader/classloader/regressions/421439/ValX1.ilproj
+++ b/src/tests/Loader/classloader/regressions/421439/ValX1.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="ValX1.il" />
diff --git a/src/tests/Loader/classloader/regressions/429802/BarImpl.ilproj b/src/tests/Loader/classloader/regressions/429802/BarImpl.ilproj
index 724852b0467..97efd75b13b 100644
--- a/src/tests/Loader/classloader/regressions/429802/BarImpl.ilproj
+++ b/src/tests/Loader/classloader/regressions/429802/BarImpl.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BarImpl.il" />
diff --git a/src/tests/Loader/classloader/regressions/429802/CMain.ilproj b/src/tests/Loader/classloader/regressions/429802/CMain.ilproj
index f8cada6e512..653580f26dd 100644
--- a/src/tests/Loader/classloader/regressions/429802/CMain.ilproj
+++ b/src/tests/Loader/classloader/regressions/429802/CMain.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/429802/MyBar.ilproj b/src/tests/Loader/classloader/regressions/429802/MyBar.ilproj
index 0866dbbf398..dd3ec5f0c33 100644
--- a/src/tests/Loader/classloader/regressions/429802/MyBar.ilproj
+++ b/src/tests/Loader/classloader/regressions/429802/MyBar.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="MyBar.il" />
diff --git a/src/tests/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj b/src/tests/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
index 391cc9cb427..d40cf126ce0 100644
--- a/src/tests/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
+++ b/src/tests/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="b434481_genericrecurinit.cs" />
diff --git a/src/tests/Loader/classloader/regressions/440935/Bar.ilproj b/src/tests/Loader/classloader/regressions/440935/Bar.ilproj
index e998884d172..f80b5fb16b4 100644
--- a/src/tests/Loader/classloader/regressions/440935/Bar.ilproj
+++ b/src/tests/Loader/classloader/regressions/440935/Bar.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Bar.il" />
diff --git a/src/tests/Loader/classloader/regressions/440935/Foo.ilproj b/src/tests/Loader/classloader/regressions/440935/Foo.ilproj
index 36503fa22dd..27d075ca0e3 100644
--- a/src/tests/Loader/classloader/regressions/440935/Foo.ilproj
+++ b/src/tests/Loader/classloader/regressions/440935/Foo.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Foo.il" />
diff --git a/src/tests/Loader/classloader/regressions/440935/Test.ilproj b/src/tests/Loader/classloader/regressions/440935/Test.ilproj
index 1b30a40a48a..e707e8aa8f2 100644
--- a/src/tests/Loader/classloader/regressions/440935/Test.ilproj
+++ b/src/tests/Loader/classloader/regressions/440935/Test.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/451034/LoadType.csproj b/src/tests/Loader/classloader/regressions/451034/LoadType.csproj
index 816d66438fa..121291ee559 100644
--- a/src/tests/Loader/classloader/regressions/451034/LoadType.csproj
+++ b/src/tests/Loader/classloader/regressions/451034/LoadType.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/451034/Type.ilproj b/src/tests/Loader/classloader/regressions/451034/Type.ilproj
index 76df1117a31..fb33c64a26d 100644
--- a/src/tests/Loader/classloader/regressions/451034/Type.ilproj
+++ b/src/tests/Loader/classloader/regressions/451034/Type.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Type.il" />
diff --git a/src/tests/Loader/classloader/regressions/452707/b452707.ilproj b/src/tests/Loader/classloader/regressions/452707/b452707.ilproj
index d915f521242..c5ae4683e9a 100644
--- a/src/tests/Loader/classloader/regressions/452707/b452707.ilproj
+++ b/src/tests/Loader/classloader/regressions/452707/b452707.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/523654/test532654_b.csproj b/src/tests/Loader/classloader/regressions/523654/test532654_b.csproj
index f3272f0c105..8ae5745eb85 100644
--- a/src/tests/Loader/classloader/regressions/523654/test532654_b.csproj
+++ b/src/tests/Loader/classloader/regressions/523654/test532654_b.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test532654_b.cs" />
diff --git a/src/tests/Loader/classloader/regressions/583649/Type_Class42.ilproj b/src/tests/Loader/classloader/regressions/583649/Type_Class42.ilproj
index 40bf4783677..d91730cd6e7 100644
--- a/src/tests/Loader/classloader/regressions/583649/Type_Class42.ilproj
+++ b/src/tests/Loader/classloader/regressions/583649/Type_Class42.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Type_Class42.il" />
diff --git a/src/tests/Loader/classloader/regressions/583649/vsw583649.csproj b/src/tests/Loader/classloader/regressions/583649/vsw583649.csproj
index f2c117c99b8..81a055f6109 100644
--- a/src/tests/Loader/classloader/regressions/583649/vsw583649.csproj
+++ b/src/tests/Loader/classloader/regressions/583649/vsw583649.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/91888/pumpFromCctor.csproj b/src/tests/Loader/classloader/regressions/91888/pumpFromCctor.csproj
index fedf08945df..2b51c36e8ba 100644
--- a/src/tests/Loader/classloader/regressions/91888/pumpFromCctor.csproj
+++ b/src/tests/Loader/classloader/regressions/91888/pumpFromCctor.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj b/src/tests/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj
index 224749c4e53..f918c11fc10 100644
--- a/src/tests/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj
+++ b/src/tests/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj b/src/tests/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj
index f8086ee22d5..23e47c9e2b6 100644
--- a/src/tests/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj
+++ b/src/tests/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Negative_ByRefLikeType.il" />
diff --git a/src/tests/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj b/src/tests/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj
index da17932d72c..1250e2c01bd 100644
--- a/src/tests/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj
+++ b/src/tests/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/GitHub_41571/GitHub_41571.ilproj b/src/tests/Loader/classloader/regressions/GitHub_41571/GitHub_41571.ilproj
index 01e7a4f663b..e768e703911 100644
--- a/src/tests/Loader/classloader/regressions/GitHub_41571/GitHub_41571.ilproj
+++ b/src/tests/Loader/classloader/regressions/GitHub_41571/GitHub_41571.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/GitHub_42047/GitHub_42047.ilproj b/src/tests/Loader/classloader/regressions/GitHub_42047/GitHub_42047.ilproj
index 2700715b43b..75bbd5b422e 100644
--- a/src/tests/Loader/classloader/regressions/GitHub_42047/GitHub_42047.ilproj
+++ b/src/tests/Loader/classloader/regressions/GitHub_42047/GitHub_42047.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/GitHub_45600/GitHub_45600.csproj b/src/tests/Loader/classloader/regressions/GitHub_45600/GitHub_45600.csproj
index 129ad0071f3..32355f272f9 100644
--- a/src/tests/Loader/classloader/regressions/GitHub_45600/GitHub_45600.csproj
+++ b/src/tests/Loader/classloader/regressions/GitHub_45600/GitHub_45600.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="repro.cs" />
diff --git a/src/tests/Loader/classloader/regressions/dd116295/dd116295.csproj b/src/tests/Loader/classloader/regressions/dd116295/dd116295.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dd116295/dd116295.csproj
+++ b/src/tests/Loader/classloader/regressions/dd116295/dd116295.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dd52/dd52.csproj b/src/tests/Loader/classloader/regressions/dd52/dd52.csproj
index 03d5939f7a7..70f2fd99523 100644
--- a/src/tests/Loader/classloader/regressions/dd52/dd52.csproj
+++ b/src/tests/Loader/classloader/regressions/dd52/dd52.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dd52/test.ilproj b/src/tests/Loader/classloader/regressions/dd52/test.ilproj
index bdb4b2c340d..36843b6ab31 100644
--- a/src/tests/Loader/classloader/regressions/dd52/test.ilproj
+++ b/src/tests/Loader/classloader/regressions/dd52/test.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test.il" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj b/src/tests/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj
index 47585a6569d..5b568baf915 100644
--- a/src/tests/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_398410/utility.csproj b/src/tests/Loader/classloader/regressions/dev10_398410/utility.csproj
index 0c78a759761..8e1e82a2c6f 100644
--- a/src/tests/Loader/classloader/regressions/dev10_398410/utility.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_398410/utility.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="utility.cs" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj b/src/tests/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj
index 602b7224618..a197d3a311a 100644
--- a/src/tests/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_403582/genmeth.ilproj b/src/tests/Loader/classloader/regressions/dev10_403582/genmeth.ilproj
index a54cc06c71e..eeb4fbd534a 100644
--- a/src/tests/Loader/classloader/regressions/dev10_403582/genmeth.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_403582/genmeth.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="genmeth.il" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_403582/gentype.ilproj b/src/tests/Loader/classloader/regressions/dev10_403582/gentype.ilproj
index 59eedd6bfb6..7360176bf0c 100644
--- a/src/tests/Loader/classloader/regressions/dev10_403582/gentype.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_403582/gentype.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="gentype.il" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj b/src/tests/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj
index cee06d403f0..be0bca337e2 100644
--- a/src/tests/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj b/src/tests/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj b/src/tests/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj
index 2dd0abb2f76..41f126b5d11 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj
index 591309f51f4..01b5ae20814 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj
index b7156391f3e..71e843c3a3e 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj
index 9dbd33f4246..f6121300e00 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj
index 4cdd25a5f85..07802c5c9df 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj
index 7796f80169d..bc79e7c8bc3 100644
--- a/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj b/src/tests/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj b/src/tests/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj b/src/tests/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj b/src/tests/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj b/src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj b/src/tests/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj b/src/tests/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Case1.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Case1.csproj
index 95c27d8afbc..3410bd16580 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Case1.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Case1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Case2.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Case2.csproj
index 73e62ca3b6e..da570780f7a 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Case2.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Case2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Case3.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Case3.csproj
index 0acee30f1f6..dae86916066 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Case3.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Case3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Case4.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Case4.csproj
index 19ffdaa11a1..9eb86a7b6c4 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Case4.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Case4.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Library1.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Library1.csproj
index c4b89ae9943..610cf2764d7 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Library1.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Library1.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library1.cs" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj b/src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj
index 678ed41b7f7..4657176f46b 100644
--- a/src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library2.cs" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj b/src/tests/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj b/src/tests/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj
index aab61d4e449..42c7a9e8ffc 100644
--- a/src/tests/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_897464/Test.ilproj b/src/tests/Loader/classloader/regressions/dev10_897464/Test.ilproj
index 865bcbf76cb..6ef08871000 100644
--- a/src/tests/Loader/classloader/regressions/dev10_897464/Test.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev10_897464/Test.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Test.il" />
diff --git a/src/tests/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj b/src/tests/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj
index a57a35574b4..7f4a185f5a3 100644
--- a/src/tests/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj
+++ b/src/tests/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj b/src/tests/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj
+++ b/src/tests/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj b/src/tests/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj
index a57478d7fa6..dc645c9a5ac 100644
--- a/src/tests/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj
+++ b/src/tests/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/vsw111021/main.csproj b/src/tests/Loader/classloader/regressions/vsw111021/main.csproj
index bb3db345a53..9504c678772 100644
--- a/src/tests/Loader/classloader/regressions/vsw111021/main.csproj
+++ b/src/tests/Loader/classloader/regressions/vsw111021/main.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/vsw188290/vsw188290.ilproj b/src/tests/Loader/classloader/regressions/vsw188290/vsw188290.ilproj
index 9d808d84e56..c3c31f31741 100644
--- a/src/tests/Loader/classloader/regressions/vsw188290/vsw188290.ilproj
+++ b/src/tests/Loader/classloader/regressions/vsw188290/vsw188290.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj b/src/tests/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj
index 8b1c3b4bce3..927a82b2acf 100644
--- a/src/tests/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj
+++ b/src/tests/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj b/src/tests/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj
index 2b16bef49da..d56ec5dc0e9 100644
--- a/src/tests/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj
+++ b/src/tests/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="moduleCctorThrow.il" />
diff --git a/src/tests/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj b/src/tests/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj
index d99b246ded5..9c966e5e920 100644
--- a/src/tests/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj
+++ b/src/tests/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="vsw529206ModuleCctor.cs" />
diff --git a/src/tests/Loader/classloader/regressions/vsw531159/vsw531159.csproj b/src/tests/Loader/classloader/regressions/vsw531159/vsw531159.csproj
index 3bb9f63a8ef..1620d7cb01e 100644
--- a/src/tests/Loader/classloader/regressions/vsw531159/vsw531159.csproj
+++ b/src/tests/Loader/classloader/regressions/vsw531159/vsw531159.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj
index d593b86c236..7d513be63de 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj
index 45ed64cdb68..5a512cd95e7 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj
index 46e49f83e88..f12056e2e6d 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj
index 022885c1872..3253f8d46cf 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj
index 86852edcc02..d3ff4f4061e 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj
index dcb025d49aa..ace3cf5fc10 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj
index 4883db71627..cacb982ce9b 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj
index 458f6f1224f..4fbf21b818e 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj
index 3edbee14644..3941e635e9a 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj
index d7abc34b3eb..89dad7ce8e4 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj
index df321c789c1..f6e136b1ee3 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="RMV-2-15-12b.il" />
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj
index e3d8ca638b4..a86930a2625 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj
index 9db08046271..17181079eae 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj
index d97c3b1c8d0..f1fee80e098 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj
index 5e4b807998b..b7ee4162cc6 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj
index 2567fa903d7..0480a9b72e9 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj
index cbd24c06770..77f1444bfff 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj
index 1469e902b08..890885633d3 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj
index 8547ae23237..e5d26fc69ee 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj
index 6c549ba6a88..2df2733b5a6 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj
index cbd067d9ad6..270e4c096b2 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj
index 6fe5e412cb5..7ce5f6d4c69 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj b/src/tests/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj
index 2ee8b254828..d94282921da 100644
--- a/src/tests/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj
+++ b/src/tests/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj
index e07efc09602..2df4a22d398 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj
index 1c61f5926d4..5f89529e178 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj
index cdc4a29cea9..45cb71ce87e 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-1-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj
index 4f27e8b1038..6c76370b884 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj
index da8e43acc52..294472c09b5 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj
index dc743c5df2e..9a7b9d52b05 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-10-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj
index d7c1d1ad285..b160b04c402 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj
index e86bbdcf324..b7b974e86b5 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj
index 66c4b420752..e910634b0f4 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-11-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj
index 68dad5b0972..c03c32e2536 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj
index 447436fa53e..1b94b26948b 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj
index a54732a4161..cf0486531af 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-12-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj
index 288c062205f..d384bb4f37d 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj
index f3c6da72fb9..f1bd9db37d6 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj
index 25f6152c549..f22755eb43c 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-2-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj
index d424ebb6d0c..1f617ff20cd 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj
index 287105ef291..19c1f56772f 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-4-1.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj
index aff92304106..3c8d9bb75f3 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj
index 1f42ae18ca7..e752ab88df0 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj
index acfefb046bf..f73611c3a4d 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-5-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj
index b6ac0311c16..d46df8faffd 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj
index 97301855282..2a427cde999 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj
index 058f4be2a61..f5536b3c17d 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-6-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj
index db8a05af934..db8432ee692 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj
index 0e07b04dd19..a0571b319e7 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj
index 16b7ec1af5f..51e160d5c45 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-7-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj
index 073a106f0b4..6d3089db58a 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj
index 4ef73e5591f..34dd21f4b66 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj
index f878810f64f..1f7b1958dbd 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-8-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj
index b72f709b800..b93c44d1e39 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj
index 34c3a0655f0..4b62603511e 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj
index c48314399ff..1f2c2f059f8 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-1-9-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj
index aa0edb8841d..817aa95d1b8 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj
index 6e2e63b8f0e..b03016c10e7 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj
index 6cbac41e085..60d938e5830 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-10-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj
index fa50ce90363..cbeae1b5b4a 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj
index 4d4b826dd75..29a3ef0a47f 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj
index 41f33f6f516..7d04533aa4f 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-11-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj
index 0c81773b8a6..b009ab6bd7d 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj
index 8801d5ce42d..b87e2b1e07d 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj
index 4662dfa577b..c7631824848 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-12-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj
index 9acbd385740..b20893ccb79 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj
index 544f8cba3c9..3386afae0af 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj
index c83bf097d69..c2668c2205c 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj
index 760f9acd700..026372e22d4 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj
index 6600655dc63..2acb50ad5eb 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-5-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj
index 114db427d78..424b1bc4a21 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj
index 2799737abcb..a7294b95a47 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj
index 38fd8cc5c36..928599c202f 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-6-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj
index e266f444cf9..a23d53dd95c 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj
index 940c2a0ca97..f7e2d5ce327 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj
index 4f03b821165..7888a1512a8 100644
--- a/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj
+++ b/src/tests/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj
@@ -3,7 +3,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="L-2-9-3D.cs" />
diff --git a/src/tests/Loader/classloader/v1/M10/Acceptance/Case1.csproj b/src/tests/Loader/classloader/v1/M10/Acceptance/Case1.csproj
index 1f0374568ed..8bff056c729 100644
--- a/src/tests/Loader/classloader/v1/M10/Acceptance/Case1.csproj
+++ b/src/tests/Loader/classloader/v1/M10/Acceptance/Case1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/M10/Acceptance/Case2.csproj b/src/tests/Loader/classloader/v1/M10/Acceptance/Case2.csproj
index e6479b8d077..4eaec3e1c81 100644
--- a/src/tests/Loader/classloader/v1/M10/Acceptance/Case2.csproj
+++ b/src/tests/Loader/classloader/v1/M10/Acceptance/Case2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/M10/Acceptance/Case3.csproj b/src/tests/Loader/classloader/v1/M10/Acceptance/Case3.csproj
index 665beba4770..7ab0f5a5980 100644
--- a/src/tests/Loader/classloader/v1/M10/Acceptance/Case3.csproj
+++ b/src/tests/Loader/classloader/v1/M10/Acceptance/Case3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/classloader/v1/M10/Acceptance/Case4.csproj b/src/tests/Loader/classloader/v1/M10/Acceptance/Case4.csproj
index 961aec1ee81..67c92a76573 100644
--- a/src/tests/Loader/classloader/v1/M10/Acceptance/Case4.csproj
+++ b/src/tests/Loader/classloader/v1/M10/Acceptance/Case4.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Loader/lowlevel/regress/105736/Exception.csproj b/src/tests/Loader/lowlevel/regress/105736/Exception.csproj
index d820a8da81a..49fa405d0e0 100644
--- a/src/tests/Loader/lowlevel/regress/105736/Exception.csproj
+++ b/src/tests/Loader/lowlevel/regress/105736/Exception.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0041/expl_double_1.csproj b/src/tests/Regressions/coreclr/0041/expl_double_1.csproj
index d861b8f8f5f..994158ad406 100644
--- a/src/tests/Regressions/coreclr/0041/expl_double_1.csproj
+++ b/src/tests/Regressions/coreclr/0041/expl_double_1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0044/nullable.csproj b/src/tests/Regressions/coreclr/0044/nullable.csproj
index 2919135693f..46604c5ac02 100644
--- a/src/tests/Regressions/coreclr/0044/nullable.csproj
+++ b/src/tests/Regressions/coreclr/0044/nullable.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0046/istype.csproj b/src/tests/Regressions/coreclr/0046/istype.csproj
index 8d737830193..5aa0c04627b 100644
--- a/src/tests/Regressions/coreclr/0046/istype.csproj
+++ b/src/tests/Regressions/coreclr/0046/istype.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0075/LargeArrayTest.csproj b/src/tests/Regressions/coreclr/0075/LargeArrayTest.csproj
index c78266e95e4..a823b8cbbed 100644
--- a/src/tests/Regressions/coreclr/0075/LargeArrayTest.csproj
+++ b/src/tests/Regressions/coreclr/0075/LargeArrayTest.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0080/delete_next_card_table.csproj b/src/tests/Regressions/coreclr/0080/delete_next_card_table.csproj
index 23853d6ce73..9402abd6c3c 100644
--- a/src/tests/Regressions/coreclr/0080/delete_next_card_table.csproj
+++ b/src/tests/Regressions/coreclr/0080/delete_next_card_table.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<GCStressIncompatible>true</GCStressIncompatible>
<IsLongRunningGCTest>true</IsLongRunningGCTest>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/Regressions/coreclr/0099/AboveStackLimit.csproj b/src/tests/Regressions/coreclr/0099/AboveStackLimit.csproj
index 26836aca97d..6026503b13e 100644
--- a/src/tests/Regressions/coreclr/0099/AboveStackLimit.csproj
+++ b/src/tests/Regressions/coreclr/0099/AboveStackLimit.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0211/genrecur.csproj b/src/tests/Regressions/coreclr/0211/genrecur.csproj
index 220a50e86a6..a3a7874d489 100644
--- a/src/tests/Regressions/coreclr/0211/genrecur.csproj
+++ b/src/tests/Regressions/coreclr/0211/genrecur.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0416/hello.csproj b/src/tests/Regressions/coreclr/0416/hello.csproj
index b9879e9dc18..74a9cbf8e94 100644
--- a/src/tests/Regressions/coreclr/0416/hello.csproj
+++ b/src/tests/Regressions/coreclr/0416/hello.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0487/test.csproj b/src/tests/Regressions/coreclr/0487/test.csproj
index a5ba656a8c0..3d3c6346f42 100644
--- a/src/tests/Regressions/coreclr/0487/test.csproj
+++ b/src/tests/Regressions/coreclr/0487/test.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/0582/csgen.1.csproj b/src/tests/Regressions/coreclr/0582/csgen.1.csproj
index 4790db1844a..9e1c97a378a 100644
--- a/src/tests/Regressions/coreclr/0582/csgen.1.csproj
+++ b/src/tests/Regressions/coreclr/0582/csgen.1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/1514/InterlockExchange.csproj b/src/tests/Regressions/coreclr/1514/InterlockExchange.csproj
index 8cd8ab22a21..14edf680c30 100644
--- a/src/tests/Regressions/coreclr/1514/InterlockExchange.csproj
+++ b/src/tests/Regressions/coreclr/1514/InterlockExchange.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/15241/genericcontext.ilproj b/src/tests/Regressions/coreclr/15241/genericcontext.ilproj
index 27c4e3424c9..b84ea246a62 100644
--- a/src/tests/Regressions/coreclr/15241/genericcontext.ilproj
+++ b/src/tests/Regressions/coreclr/15241/genericcontext.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="genericcontext.il" />
diff --git a/src/tests/Regressions/coreclr/15647/interfacestatics.ilproj b/src/tests/Regressions/coreclr/15647/interfacestatics.ilproj
index a9e4fba11a4..a70122bfd72 100644
--- a/src/tests/Regressions/coreclr/15647/interfacestatics.ilproj
+++ b/src/tests/Regressions/coreclr/15647/interfacestatics.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="interfacestatics.il" />
diff --git a/src/tests/Regressions/coreclr/15650/interfacecctor.ilproj b/src/tests/Regressions/coreclr/15650/interfacecctor.ilproj
index 6ee978f3a18..2a18e00f4d9 100644
--- a/src/tests/Regressions/coreclr/15650/interfacecctor.ilproj
+++ b/src/tests/Regressions/coreclr/15650/interfacecctor.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="interfacecctor.il" />
diff --git a/src/tests/Regressions/coreclr/15827/nonvirtualcall.ilproj b/src/tests/Regressions/coreclr/15827/nonvirtualcall.ilproj
index 56b273d5377..0ea35ca9e40 100644
--- a/src/tests/Regressions/coreclr/15827/nonvirtualcall.ilproj
+++ b/src/tests/Regressions/coreclr/15827/nonvirtualcall.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="nonvirtualcall.il" />
diff --git a/src/tests/Regressions/coreclr/16064/methodimpl.ilproj b/src/tests/Regressions/coreclr/16064/methodimpl.ilproj
index fb52637b447..91f49c362b0 100644
--- a/src/tests/Regressions/coreclr/16064/methodimpl.ilproj
+++ b/src/tests/Regressions/coreclr/16064/methodimpl.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="methodimpl.il" />
diff --git a/src/tests/Regressions/coreclr/16123/ambiguousconstraint.ilproj b/src/tests/Regressions/coreclr/16123/ambiguousconstraint.ilproj
index 5924422b799..6824d613e20 100644
--- a/src/tests/Regressions/coreclr/16123/ambiguousconstraint.ilproj
+++ b/src/tests/Regressions/coreclr/16123/ambiguousconstraint.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="ambiguousconstraint.il" />
diff --git a/src/tests/Regressions/coreclr/16354/notimplemented.ilproj b/src/tests/Regressions/coreclr/16354/notimplemented.ilproj
index eeecef8705c..309df005e23 100644
--- a/src/tests/Regressions/coreclr/16354/notimplemented.ilproj
+++ b/src/tests/Regressions/coreclr/16354/notimplemented.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
<CrossGenTest>false</CrossGenTest>
diff --git a/src/tests/Regressions/coreclr/16355/boring.ilproj b/src/tests/Regressions/coreclr/16355/boring.ilproj
index 125ecae61b4..199d5e7c018 100644
--- a/src/tests/Regressions/coreclr/16355/boring.ilproj
+++ b/src/tests/Regressions/coreclr/16355/boring.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="boring.il" />
diff --git a/src/tests/Regressions/coreclr/16355/variance.ilproj b/src/tests/Regressions/coreclr/16355/variance.ilproj
index 8f0245be2d4..e5c35eca7fd 100644
--- a/src/tests/Regressions/coreclr/16355/variance.ilproj
+++ b/src/tests/Regressions/coreclr/16355/variance.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="variance.il" />
diff --git a/src/tests/Regressions/coreclr/16371/ptrarray.csproj b/src/tests/Regressions/coreclr/16371/ptrarray.csproj
index f691a918589..4a55d61620a 100644
--- a/src/tests/Regressions/coreclr/16371/ptrarray.csproj
+++ b/src/tests/Regressions/coreclr/16371/ptrarray.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
diff --git a/src/tests/Regressions/coreclr/16775/sharedinterfacemethod.ilproj b/src/tests/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
index 082df5e3a75..b0344811f20 100644
--- a/src/tests/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
+++ b/src/tests/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="sharedinterfacemethod.il" />
diff --git a/src/tests/Regressions/coreclr/1770/autolayoutsize.csproj b/src/tests/Regressions/coreclr/1770/autolayoutsize.csproj
index 7a609e8aab5..353d663b61f 100644
--- a/src/tests/Regressions/coreclr/1770/autolayoutsize.csproj
+++ b/src/tests/Regressions/coreclr/1770/autolayoutsize.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/20452/twopassvariance.ilproj b/src/tests/Regressions/coreclr/20452/twopassvariance.ilproj
index 942c61739d6..ec558271e33 100644
--- a/src/tests/Regressions/coreclr/20452/twopassvariance.ilproj
+++ b/src/tests/Regressions/coreclr/20452/twopassvariance.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="twopassvariance.il" />
diff --git a/src/tests/Regressions/coreclr/20616/UnicodeBug.ilproj b/src/tests/Regressions/coreclr/20616/UnicodeBug.ilproj
index ba0ae231b46..3d18f12fffe 100644
--- a/src/tests/Regressions/coreclr/20616/UnicodeBug.ilproj
+++ b/src/tests/Regressions/coreclr/20616/UnicodeBug.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnicodeBug.il" />
diff --git a/src/tests/Regressions/coreclr/22021/consumer.ilproj b/src/tests/Regressions/coreclr/22021/consumer.ilproj
index 9770164435c..8870dafa4f4 100644
--- a/src/tests/Regressions/coreclr/22021/consumer.ilproj
+++ b/src/tests/Regressions/coreclr/22021/consumer.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="consumer.il" />
diff --git a/src/tests/Regressions/coreclr/22386/debug3.ilproj b/src/tests/Regressions/coreclr/22386/debug3.ilproj
index 8caac65a4ff..541b35c6e51 100644
--- a/src/tests/Regressions/coreclr/22386/debug3.ilproj
+++ b/src/tests/Regressions/coreclr/22386/debug3.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="debug3.il" />
diff --git a/src/tests/Regressions/coreclr/22407/abstractcalls.ilproj b/src/tests/Regressions/coreclr/22407/abstractcalls.ilproj
index 048f94df1d0..31c37bbfeb6 100644
--- a/src/tests/Regressions/coreclr/22407/abstractcalls.ilproj
+++ b/src/tests/Regressions/coreclr/22407/abstractcalls.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="abstractcalls.il" />
diff --git a/src/tests/Regressions/coreclr/22728/createdelegate.ilproj b/src/tests/Regressions/coreclr/22728/createdelegate.ilproj
index 0df2308a205..75f581a9219 100644
--- a/src/tests/Regressions/coreclr/22728/createdelegate.ilproj
+++ b/src/tests/Regressions/coreclr/22728/createdelegate.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="createdelegate.il" />
diff --git a/src/tests/Regressions/coreclr/22728/debug15.ilproj b/src/tests/Regressions/coreclr/22728/debug15.ilproj
index 2568793016e..0d8c40a99cc 100644
--- a/src/tests/Regressions/coreclr/22728/debug15.ilproj
+++ b/src/tests/Regressions/coreclr/22728/debug15.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="debug15.il" />
diff --git a/src/tests/Regressions/coreclr/25057/byref.csproj b/src/tests/Regressions/coreclr/25057/byref.csproj
index 8961430865a..48342d7d3cf 100644
--- a/src/tests/Regressions/coreclr/25057/byref.csproj
+++ b/src/tests/Regressions/coreclr/25057/byref.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
diff --git a/src/tests/Regressions/coreclr/44465/tst.ilproj b/src/tests/Regressions/coreclr/44465/tst.ilproj
index b3d6626c061..63542b18259 100644
--- a/src/tests/Regressions/coreclr/44465/tst.ilproj
+++ b/src/tests/Regressions/coreclr/44465/tst.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="tst.il" />
diff --git a/src/tests/Regressions/coreclr/72162/Test72162.csproj b/src/tests/Regressions/coreclr/72162/Test72162.csproj
index 013f7759b9d..9b0e0df7ee6 100644
--- a/src/tests/Regressions/coreclr/72162/Test72162.csproj
+++ b/src/tests/Regressions/coreclr/72162/Test72162.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/9414/readonlyPrefix.csproj b/src/tests/Regressions/coreclr/9414/readonlyPrefix.csproj
index 3fce13ede80..9beb530f455 100644
--- a/src/tests/Regressions/coreclr/9414/readonlyPrefix.csproj
+++ b/src/tests/Regressions/coreclr/9414/readonlyPrefix.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="readonlyPrefix.cs" />
diff --git a/src/tests/Regressions/coreclr/GitHub_11611/Test11611.csproj b/src/tests/Regressions/coreclr/GitHub_11611/Test11611.csproj
index ae8bf0f3ec1..e9318cdaca3 100644
--- a/src/tests/Regressions/coreclr/GitHub_11611/Test11611.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_11611/Test11611.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_12224/Test12224.csproj b/src/tests/Regressions/coreclr/GitHub_12224/Test12224.csproj
index b11270a2dac..71d8c754be8 100644
--- a/src/tests/Regressions/coreclr/GitHub_12224/Test12224.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_12224/Test12224.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_13394/test13394.csproj b/src/tests/Regressions/coreclr/GitHub_13394/test13394.csproj
index 9732b0b4978..570644f1dbc 100644
--- a/src/tests/Regressions/coreclr/GitHub_13394/test13394.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_13394/test13394.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/Regressions/coreclr/GitHub_1674/GitHub_1674.csproj b/src/tests/Regressions/coreclr/GitHub_1674/GitHub_1674.csproj
index a1ab0938a41..51a46100025 100644
--- a/src/tests/Regressions/coreclr/GitHub_1674/GitHub_1674.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_1674/GitHub_1674.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_16833/Test16833.csproj b/src/tests/Regressions/coreclr/GitHub_16833/Test16833.csproj
index 50709a1ce2f..c4cfa059fa8 100644
--- a/src/tests/Regressions/coreclr/GitHub_16833/Test16833.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_16833/Test16833.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj b/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj
index 87ad6a8beee..5844b7014c5 100644
--- a/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<PropertyGroup>
<DebugType />
diff --git a/src/tests/Regressions/coreclr/GitHub_22348/Test22348.csproj b/src/tests/Regressions/coreclr/GitHub_22348/Test22348.csproj
index 85b489b028c..d8c14ff48c6 100644
--- a/src/tests/Regressions/coreclr/GitHub_22348/Test22348.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_22348/Test22348.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_22888/test22888.csproj b/src/tests/Regressions/coreclr/GitHub_22888/test22888.csproj
index e9bf909f789..79449c81e71 100644
--- a/src/tests/Regressions/coreclr/GitHub_22888/test22888.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_22888/test22888.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test22888.cs" />
diff --git a/src/tests/Regressions/coreclr/GitHub_22888/test22888resources.csproj b/src/tests/Regressions/coreclr/GitHub_22888/test22888resources.csproj
index c627a59e0e1..d6ca55a6d57 100644
--- a/src/tests/Regressions/coreclr/GitHub_22888/test22888resources.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_22888/test22888resources.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test22888resources.cs" />
diff --git a/src/tests/Regressions/coreclr/GitHub_24524/test24524.ilproj b/src/tests/Regressions/coreclr/GitHub_24524/test24524.ilproj
index 66261617564..5474af5e3b4 100644
--- a/src/tests/Regressions/coreclr/GitHub_24524/test24524.ilproj
+++ b/src/tests/Regressions/coreclr/GitHub_24524/test24524.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_24701/test24701.csproj b/src/tests/Regressions/coreclr/GitHub_24701/test24701.csproj
index 8d7bbfb5904..7be17f879dd 100644
--- a/src/tests/Regressions/coreclr/GitHub_24701/test24701.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_24701/test24701.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
diff --git a/src/tests/Regressions/coreclr/GitHub_27937/Test27937.csproj b/src/tests/Regressions/coreclr/GitHub_27937/Test27937.csproj
index 0e5a4948140..50a7b3693c2 100644
--- a/src/tests/Regressions/coreclr/GitHub_27937/Test27937.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_27937/Test27937.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_34094/Test34094.csproj b/src/tests/Regressions/coreclr/GitHub_34094/Test34094.csproj
index 794de86714b..031c77ed295 100644
--- a/src/tests/Regressions/coreclr/GitHub_34094/Test34094.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_34094/Test34094.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="test34094.cs" />
diff --git a/src/tests/Regressions/coreclr/GitHub_35000/test35000.csproj b/src/tests/Regressions/coreclr/GitHub_35000/test35000.csproj
index b678cb6b392..571dc8c9333 100644
--- a/src/tests/Regressions/coreclr/GitHub_35000/test35000.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_35000/test35000.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_41674/genericldtoken.ilproj b/src/tests/Regressions/coreclr/GitHub_41674/genericldtoken.ilproj
index 6bfc8a43251..965f5a4ef75 100644
--- a/src/tests/Regressions/coreclr/GitHub_41674/genericldtoken.ilproj
+++ b/src/tests/Regressions/coreclr/GitHub_41674/genericldtoken.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="genericldtoken.il" />
diff --git a/src/tests/Regressions/coreclr/GitHub_43763/test43763.csproj b/src/tests/Regressions/coreclr/GitHub_43763/test43763.csproj
index 208cd6eaa7a..35f6c65e285 100644
--- a/src/tests/Regressions/coreclr/GitHub_43763/test43763.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_43763/test43763.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_45037/test45037.csproj b/src/tests/Regressions/coreclr/GitHub_45037/test45037.csproj
index 4a1f50c8346..56fbdf26ad0 100644
--- a/src/tests/Regressions/coreclr/GitHub_45037/test45037.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_45037/test45037.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_45053/test45053.csproj b/src/tests/Regressions/coreclr/GitHub_45053/test45053.csproj
index 89a08fc082a..f972ee82dcb 100644
--- a/src/tests/Regressions/coreclr/GitHub_45053/test45053.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_45053/test45053.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_45082/test45082.csproj b/src/tests/Regressions/coreclr/GitHub_45082/test45082.csproj
index c025440f3f9..1f2757d8d44 100644
--- a/src/tests/Regressions/coreclr/GitHub_45082/test45082.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_45082/test45082.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_45929/test45929.csproj b/src/tests/Regressions/coreclr/GitHub_45929/test45929.csproj
index 4b4ce1fc81b..409a596e97f 100644
--- a/src/tests/Regressions/coreclr/GitHub_45929/test45929.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_45929/test45929.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_47007/test47007.csproj b/src/tests/Regressions/coreclr/GitHub_47007/test47007.csproj
index 559507198cf..fd723a34189 100644
--- a/src/tests/Regressions/coreclr/GitHub_47007/test47007.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_47007/test47007.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_49826/test49826.csproj b/src/tests/Regressions/coreclr/GitHub_49826/test49826.csproj
index 025d49049f9..b4093c31ad6 100644
--- a/src/tests/Regressions/coreclr/GitHub_49826/test49826.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_49826/test49826.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<Nullable>enable</Nullable>
<LangVersion>9.0</LangVersion>
diff --git a/src/tests/Regressions/coreclr/GitHub_49982/test49982.csproj b/src/tests/Regressions/coreclr/GitHub_49982/test49982.csproj
index b7731c9fde6..4ec25161d26 100644
--- a/src/tests/Regressions/coreclr/GitHub_49982/test49982.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_49982/test49982.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<Nullable>enable</Nullable>
<LangVersion>9.0</LangVersion>
diff --git a/src/tests/Regressions/coreclr/GitHub_54719/test54719.csproj b/src/tests/Regressions/coreclr/GitHub_54719/test54719.csproj
index 543d7356bbb..3104bc4415c 100644
--- a/src/tests/Regressions/coreclr/GitHub_54719/test54719.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_54719/test54719.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/GitHub_7685/Test7685.csproj b/src/tests/Regressions/coreclr/GitHub_7685/Test7685.csproj
index 74c23cdf54f..21a75221033 100644
--- a/src/tests/Regressions/coreclr/GitHub_7685/Test7685.csproj
+++ b/src/tests/Regressions/coreclr/GitHub_7685/Test7685.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/Regressions/coreclr/Runtimelab_578/arr.ilproj b/src/tests/Regressions/coreclr/Runtimelab_578/arr.ilproj
index 41dbc4c32b5..0285a3e4c78 100644
--- a/src/tests/Regressions/coreclr/Runtimelab_578/arr.ilproj
+++ b/src/tests/Regressions/coreclr/Runtimelab_578/arr.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTestWithMcj.csproj b/src/tests/baseservices/TieredCompilation/BasicTestWithMcj.csproj
index 3ef80d97d40..85a655a3be7 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTestWithMcj.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTestWithMcj.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- Generated shell script and corresponding assembly have different names -->
<CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'Android'">true</CLRTestTargetUnsupported>
</PropertyGroup>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode.csproj
index 4afda25d73b..5f828af2b9e 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r.csproj
index 0fc2f0156e2..f19143ec5f3 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This is an explicit crossgen test -->
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff.csproj
index 0666576c55b..ca1f29dcdd2 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff_R2r.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff_R2r.csproj
index cde6bf57b4f..9654415c14e 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff_R2r.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOff_R2r.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This is an explicit crossgen test -->
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn.csproj
index b08ace3a96f..7d371dc5003 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn_R2r.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn_R2r.csproj
index d6bff3ce0ca..fa353776cff 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn_R2r.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitForLoopsOn_R2r.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This is an explicit crossgen test -->
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff.csproj
index 72663c711fa..9435e83769e 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff_R2r.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff_R2r.csproj
index 351d8426cc8..667f817ef65 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff_R2r.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOff_R2r.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This is an explicit crossgen test -->
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn.csproj
index d6c264b3f14..6b687aeaefc 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn_R2r.csproj b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn_R2r.csproj
index a8bfb516443..17c26f31aac 100644
--- a/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn_R2r.csproj
+++ b/src/tests/baseservices/TieredCompilation/BasicTest_QuickJitOn_R2r.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This is an explicit crossgen test -->
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
diff --git a/src/tests/baseservices/TieredCompilation/McjRecorderTimeoutBeforeStop.csproj b/src/tests/baseservices/TieredCompilation/McjRecorderTimeoutBeforeStop.csproj
index 05feffa608c..3ae249dde6c 100644
--- a/src/tests/baseservices/TieredCompilation/McjRecorderTimeoutBeforeStop.csproj
+++ b/src/tests/baseservices/TieredCompilation/McjRecorderTimeoutBeforeStop.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="McjRecorderTimeoutBeforeStop.cs" />
diff --git a/src/tests/baseservices/TieredCompilation/TieredVtableMethodTests.csproj b/src/tests/baseservices/TieredCompilation/TieredVtableMethodTests.csproj
index 94d162502b4..2b5b366f0c4 100644
--- a/src/tests/baseservices/TieredCompilation/TieredVtableMethodTests.csproj
+++ b/src/tests/baseservices/TieredCompilation/TieredVtableMethodTests.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="TieredVtableMethodTests.cs" />
diff --git a/src/tests/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj b/src/tests/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj
index 5acba44cf9d..791722c3fb9 100644
--- a/src/tests/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj
+++ b/src/tests/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj b/src/tests/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj
index e816533d2cf..7b2b6debb21 100644
--- a/src/tests/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj
+++ b/src/tests/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="DefaultImplementationsOfInterfaces.il" />
diff --git a/src/tests/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.csproj b/src/tests/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.csproj
index fa8ab39bb0e..64124a2fd04 100644
--- a/src/tests/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.csproj
+++ b/src/tests/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj b/src/tests/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj
index f958a09403d..ac0e4264f95 100644
--- a/src/tests/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj
+++ b/src/tests/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj b/src/tests/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj
index e92ce15e439..0d42acb01fc 100644
--- a/src/tests/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj
+++ b/src/tests/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj
index 33866514747..5afee4c9003 100644
--- a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj
+++ b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj
index 6c72d47e6ae..24f322e486e 100644
--- a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj
+++ b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj
index dd790b93140..09d4a509a9f 100644
--- a/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj
+++ b/src/tests/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj b/src/tests/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj
index 831c0a87058..2c7576c6a7c 100644
--- a/src/tests/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj
+++ b/src/tests/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/src/tests/baseservices/compilerservices/modulector/runmoduleconstructor.csproj b/src/tests/baseservices/compilerservices/modulector/runmoduleconstructor.csproj
index fc25e2bd04b..eedec9c2e8c 100644
--- a/src/tests/baseservices/compilerservices/modulector/runmoduleconstructor.csproj
+++ b/src/tests/baseservices/compilerservices/modulector/runmoduleconstructor.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/AccessViolationException/AVException01.csproj b/src/tests/baseservices/exceptions/AccessViolationException/AVException01.csproj
index 5a79176edad..4235c59760d 100644
--- a/src/tests/baseservices/exceptions/AccessViolationException/AVException01.csproj
+++ b/src/tests/baseservices/exceptions/AccessViolationException/AVException01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/AccessViolationException/AVException02.csproj b/src/tests/baseservices/exceptions/AccessViolationException/AVException02.csproj
index 2d965585d92..0cfdc4c5f11 100644
--- a/src/tests/baseservices/exceptions/AccessViolationException/AVException02.csproj
+++ b/src/tests/baseservices/exceptions/AccessViolationException/AVException02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/AccessViolationException/AVException03.csproj b/src/tests/baseservices/exceptions/AccessViolationException/AVException03.csproj
index ee6faaa4258..da4aa952847 100644
--- a/src/tests/baseservices/exceptions/AccessViolationException/AVException03.csproj
+++ b/src/tests/baseservices/exceptions/AccessViolationException/AVException03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj b/src/tests/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj
index f1ad71adc79..c684e66b2b8 100644
--- a/src/tests/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj
+++ b/src/tests/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions.csproj
index 24887e02360..1b66be814ec 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions01.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions01.csproj
index 53eb0abdc34..fa960601723 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions01.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions02.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions02.csproj
index 94e5a3fe1af..e085b611b09 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions02.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions03.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions03.csproj
index 5fcf11d108d..804838a3b65 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions03.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions04.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions04.csproj
index 5dbf4ccff73..2c154409793 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions04.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions05.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions05.csproj
index b34d5ea2438..4a6771c3c3a 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions05.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions06.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions06.csproj
index 6b917758595..40a508bd9ba 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions06.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions07.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions07.csproj
index a92a57fa0f2..5656dc8854e 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions07.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/GenericExceptions08.csproj b/src/tests/baseservices/exceptions/generics/GenericExceptions08.csproj
index d55c1cb789d..3542026eaf3 100644
--- a/src/tests/baseservices/exceptions/generics/GenericExceptions08.csproj
+++ b/src/tests/baseservices/exceptions/generics/GenericExceptions08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter001.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter001.csproj
index f7a19ef4d72..d3d4a495af9 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter001.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter001.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter002.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter002.csproj
index 3922384e2d5..d9b00f4f7c9 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter002.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter002.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter003.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter003.csproj
index d1aeeb88270..3d4b4bdfed2 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter003.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter003.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter004.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter004.csproj
index e8a5605dc9d..abe74e05bb7 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter004.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter004.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter005.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter005.csproj
index 546470c9fd5..06b8c69d3a5 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter005.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter005.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter006.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter006.csproj
index d74df0324b5..6e3bded0a52 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter006.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter006.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter007.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter007.csproj
index 1995ffd1c99..de0249704b5 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter007.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter007.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter008.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter008.csproj
index 7fe66ed8b2c..c794edf9c61 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter008.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter008.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter009.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter009.csproj
index 7543c20f053..9001fd5b86b 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter009.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter009.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter010.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter010.csproj
index d6402fa50d8..a62a514dd24 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter010.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter010.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter011.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter011.csproj
index 8b1539abca5..275da6d8bbd 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter011.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter011.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter012.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter012.csproj
index 739aebe47d6..abadef9011b 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter012.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter012.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter013.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter013.csproj
index 21aba2ce0a7..c76d51825c9 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter013.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter013.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter014.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter014.csproj
index b79a86f687c..33c4511b691 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter014.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter014.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter015.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter015.csproj
index 95d9258b733..c8e71728d46 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter015.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter015.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter016.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter016.csproj
index 19cde13eb82..b14e0b9d565 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter016.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter016.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter017.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter017.csproj
index b5643f8d9b6..bc829d3ded5 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter017.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter017.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/TypeParameter018.csproj b/src/tests/baseservices/exceptions/generics/TypeParameter018.csproj
index 0c69d7c8378..7ea7ebec8d2 100644
--- a/src/tests/baseservices/exceptions/generics/TypeParameter018.csproj
+++ b/src/tests/baseservices/exceptions/generics/TypeParameter018.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch01.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch01.csproj
index b0385cc131d..6151cfb8822 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch01.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch02.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch02.csproj
index e15effc5f94..c1eae00179a 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch02.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch03.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch03.csproj
index 9bdddaedc7a..7710b4685db 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch03.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch04.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch04.csproj
index 1df2c02bd51..9795d036228 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch04.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch05.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch05.csproj
index 166d780b5e7..5acbf186fe5 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch05.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch06.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch06.csproj
index 0a86950c58b..768c2726d92 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch06.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch07.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch07.csproj
index 87a8cb41de8..2ead9e567d6 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch07.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch08.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch08.csproj
index 8ca9e7f295a..2f67f1cc816 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch08.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch09.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch09.csproj
index 9921b16468e..807dc438e2e 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch09.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/nested-try-catch10.csproj b/src/tests/baseservices/exceptions/generics/nested-try-catch10.csproj
index 00f0ff2b730..51d7705f310 100644
--- a/src/tests/baseservices/exceptions/generics/nested-try-catch10.csproj
+++ b/src/tests/baseservices/exceptions/generics/nested-try-catch10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct01.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct01.csproj
index 27cd92dcc9a..b16eec21e65 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct02.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct02.csproj
index 6996c9f9cb3..1d04b0dc825 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct03.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct03.csproj
index 7e84adb1cb1..1c345a793a8 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally-struct03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally-struct03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally01.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally01.csproj
index 1fcc58dedf1..8ec87cce5f6 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally02.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally02.csproj
index a0c46a3adf8..1325aff2448 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-finally03.csproj b/src/tests/baseservices/exceptions/generics/try-catch-finally03.csproj
index 40a0bb7c7eb..078c583c128 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-finally03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-finally03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct01.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct01.csproj
index 6ead6f4b96b..fea5dae7ecc 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct02.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct02.csproj
index b60fcca2969..09042c1567c 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct03.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct03.csproj
index e084e56953f..56660eafbb0 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct04.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct04.csproj
index 73d2bf0c0e0..d1cc851e71c 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct04.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct05.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct05.csproj
index 4007d0ca99f..1998803030a 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct05.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct06.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct06.csproj
index 300931ea625..a4e05b874f9 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct06.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct07.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct07.csproj
index 89b2424e7bf..0d617b435c4 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct07.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct08.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct08.csproj
index ab708819c47..681ded284e5 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct08.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch-struct09.csproj b/src/tests/baseservices/exceptions/generics/try-catch-struct09.csproj
index 3c63d4fc8e6..8e140d5a82f 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch-struct09.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch-struct09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch01.csproj b/src/tests/baseservices/exceptions/generics/try-catch01.csproj
index 0de01cdf755..4c3fca8a5a8 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch02.csproj b/src/tests/baseservices/exceptions/generics/try-catch02.csproj
index b1a348561d5..00fd96bc3d2 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch03.csproj b/src/tests/baseservices/exceptions/generics/try-catch03.csproj
index 6ea9dc7678e..094c7a29701 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch04.csproj b/src/tests/baseservices/exceptions/generics/try-catch04.csproj
index 2f6ed7d91f2..4df4fef94a0 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch04.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch05.csproj b/src/tests/baseservices/exceptions/generics/try-catch05.csproj
index 1e6bd5f1e8d..3d96639a8ab 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch05.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch06.csproj b/src/tests/baseservices/exceptions/generics/try-catch06.csproj
index ec747d7d305..254d59b5222 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch06.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch07.csproj b/src/tests/baseservices/exceptions/generics/try-catch07.csproj
index 34cdc081b0a..aacabc4c3d8 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch07.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch08.csproj b/src/tests/baseservices/exceptions/generics/try-catch08.csproj
index b161e7cc42a..a12d1d40586 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch08.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-catch09.csproj b/src/tests/baseservices/exceptions/generics/try-catch09.csproj
index ac652877937..8756d5b474d 100644
--- a/src/tests/baseservices/exceptions/generics/try-catch09.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-catch09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault-struct01.ilproj b/src/tests/baseservices/exceptions/generics/try-fault-struct01.ilproj
index 503308ffba9..3a017dba034 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault-struct01.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault-struct01.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault-struct02.ilproj b/src/tests/baseservices/exceptions/generics/try-fault-struct02.ilproj
index 18874d5df85..282fa4100fc 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault-struct02.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault-struct02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault-struct03.ilproj b/src/tests/baseservices/exceptions/generics/try-fault-struct03.ilproj
index 1ce08bd5cb2..e9c1a8367d3 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault-struct03.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault-struct03.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault01.ilproj b/src/tests/baseservices/exceptions/generics/try-fault01.ilproj
index a45d40350f5..ee8ffc5a761 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault01.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault01.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault02.ilproj b/src/tests/baseservices/exceptions/generics/try-fault02.ilproj
index df6ca23b9f6..4cd0e191ca1 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault02.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-fault03.ilproj b/src/tests/baseservices/exceptions/generics/try-fault03.ilproj
index 039289312b9..037a35a2875 100644
--- a/src/tests/baseservices/exceptions/generics/try-fault03.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-fault03.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-filter-finally01.ilproj b/src/tests/baseservices/exceptions/generics/try-filter-finally01.ilproj
index e0fdaa0fc71..471f0f991c8 100644
--- a/src/tests/baseservices/exceptions/generics/try-filter-finally01.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-filter-finally01.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-filter-finally02.ilproj b/src/tests/baseservices/exceptions/generics/try-filter-finally02.ilproj
index 3a3eaff3d15..64cb12acba9 100644
--- a/src/tests/baseservices/exceptions/generics/try-filter-finally02.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-filter-finally02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-filter-struct02.ilproj b/src/tests/baseservices/exceptions/generics/try-filter-struct02.ilproj
index 9794ee7975a..fdbb335a154 100644
--- a/src/tests/baseservices/exceptions/generics/try-filter-struct02.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-filter-struct02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-filter02.ilproj b/src/tests/baseservices/exceptions/generics/try-filter02.ilproj
index 2fe4ca94266..0d483f02595 100644
--- a/src/tests/baseservices/exceptions/generics/try-filter02.ilproj
+++ b/src/tests/baseservices/exceptions/generics/try-filter02.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally-struct01.csproj b/src/tests/baseservices/exceptions/generics/try-finally-struct01.csproj
index dd7d39a0ce1..ed3afe4ba2a 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally-struct01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally-struct01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally-struct02.csproj b/src/tests/baseservices/exceptions/generics/try-finally-struct02.csproj
index 6251a816881..919945e5e43 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally-struct02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally-struct02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally-struct03.csproj b/src/tests/baseservices/exceptions/generics/try-finally-struct03.csproj
index 7b5268f51c5..29fca0e7e27 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally-struct03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally-struct03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally01.csproj b/src/tests/baseservices/exceptions/generics/try-finally01.csproj
index 7eb0534f683..123e23bd7e3 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally01.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally02.csproj b/src/tests/baseservices/exceptions/generics/try-finally02.csproj
index f883b5d201c..797cfa60c76 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally02.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/generics/try-finally03.csproj b/src/tests/baseservices/exceptions/generics/try-finally03.csproj
index 450c88a0a1b..cf689aeb2e1 100644
--- a/src/tests/baseservices/exceptions/generics/try-finally03.csproj
+++ b/src/tests/baseservices/exceptions/generics/try-finally03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj b/src/tests/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj
index 1237ed0da1b..11c5185f2a3 100644
--- a/src/tests/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj
+++ b/src/tests/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!--Test unsupported uses rva_statics -->
<DisableProjectBuild>true</DisableProjectBuild>
diff --git a/src/tests/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj b/src/tests/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj
index 439711d110c..bd125da6fda 100644
--- a/src/tests/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj
+++ b/src/tests/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj
index 378f4f6555f..0b605941229 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj
index 35ddf93e0d2..9f0978caa74 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj
index d5f417719d6..6a62b0646f0 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test leaves secondary threads running at exit -->
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj
index 8a366b8485c..43f46dd7840 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- The test can have threads running at exit -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
index 55bf3bd5c90..bf2a1fad59d 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Issue #22339 -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj
index 5db50b85545..bb2da21af09 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj
index 96b39845de0..9fb466a0175 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj
index 036916842bc..5b061768595 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- This test leaves secondary threads running at exit -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj
index 97d3d16f911..db72e404ad8 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
index bcc51d99f98..227768bdea0 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Issue #22339 -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj
index c055a768021..3e01ed19424 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj
index 341735b4f48..67ac2a10461 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj
index e754bebf8b9..9551684d597 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!--Test unsupported uses rva_statics -->
<DisableProjectBuild>true</DisableProjectBuild>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj
index 3fffcf2bc59..948096e985e 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj
index 49c1cecc102..3ac31e8875f 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<!-- This test leaves secondary threads running at exit -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj
index 5862a301df8..c3b0f4c93f8 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj
index ed19838af85..d0f01b933da 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj
index d3ca4a0759f..5fff5c023ce 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj
index 62a45ffedab..e64c29d7278 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj
index 0ab51284c15..7e85e058408 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj
index ebb44c6fd9c..164f9846d46 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj
index adfc90a61d3..48974fb1520 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj
index c97eef8c91e..d9b4980703b 100644
--- a/src/tests/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj
+++ b/src/tests/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/v1.0/15266.ilproj b/src/tests/baseservices/exceptions/regressions/v1.0/15266.ilproj
index bc6429b1af3..7e79791c160 100644
--- a/src/tests/baseservices/exceptions/regressions/v1.0/15266.ilproj
+++ b/src/tests/baseservices/exceptions/regressions/v1.0/15266.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/v1.0/19896.csproj b/src/tests/baseservices/exceptions/regressions/v1.0/19896.csproj
index 4150c7c3bd8..601eefc6443 100644
--- a/src/tests/baseservices/exceptions/regressions/v1.0/19896.csproj
+++ b/src/tests/baseservices/exceptions/regressions/v1.0/19896.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj b/src/tests/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj
index d014a4b8d95..77356561b0a 100644
--- a/src/tests/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj
+++ b/src/tests/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj b/src/tests/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj
index 4e824a6f46b..ab0b5ec5ec0 100644
--- a/src/tests/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj
+++ b/src/tests/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj b/src/tests/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj
index 6f4363d9ce3..a7eeee0ff34 100644
--- a/src/tests/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj
+++ b/src/tests/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj b/src/tests/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj
index 6f4363d9ce3..a7eeee0ff34 100644
--- a/src/tests/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj
+++ b/src/tests/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj b/src/tests/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj
index 53fe3a0648b..847305dc8f4 100644
--- a/src/tests/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj
+++ b/src/tests/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj b/src/tests/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj
index 0d02ed852de..10b82a8c057 100644
--- a/src/tests/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj
+++ b/src/tests/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>-trustedexe</CLRTestExecutionArguments>
</PropertyGroup>
diff --git a/src/tests/baseservices/exceptions/simple/ArrayInit.csproj b/src/tests/baseservices/exceptions/simple/ArrayInit.csproj
index 7634c2784a9..28db5addb3b 100644
--- a/src/tests/baseservices/exceptions/simple/ArrayInit.csproj
+++ b/src/tests/baseservices/exceptions/simple/ArrayInit.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/simple/HardwareEh.csproj b/src/tests/baseservices/exceptions/simple/HardwareEh.csproj
index 7fe88fa18f7..24d855e4042 100644
--- a/src/tests/baseservices/exceptions/simple/HardwareEh.csproj
+++ b/src/tests/baseservices/exceptions/simple/HardwareEh.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj b/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj
index e9456aa187f..a92e49e73a2 100644
--- a/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj
+++ b/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExitCode>134</CLRTestExitCode>
<CLRTestExitCode Condition="'$(TestWrapperTargetsWindows)' == 'true'">-2146232797</CLRTestExitCode>
diff --git a/src/tests/baseservices/exceptions/simple/fault.ilproj b/src/tests/baseservices/exceptions/simple/fault.ilproj
index bc46eba24ae..2cf8db57581 100644
--- a/src/tests/baseservices/exceptions/simple/fault.ilproj
+++ b/src/tests/baseservices/exceptions/simple/fault.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/simple/finally.csproj b/src/tests/baseservices/exceptions/simple/finally.csproj
index 727a46c00cc..82656ed43dc 100644
--- a/src/tests/baseservices/exceptions/simple/finally.csproj
+++ b/src/tests/baseservices/exceptions/simple/finally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/stackoverflow/stackoverflow.csproj b/src/tests/baseservices/exceptions/stackoverflow/stackoverflow.csproj
index 119fceb14ef..552eb026fae 100644
--- a/src/tests/baseservices/exceptions/stackoverflow/stackoverflow.csproj
+++ b/src/tests/baseservices/exceptions/stackoverflow/stackoverflow.csproj
@@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<Optimize>false</Optimize>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="stackoverflow.cs" />
diff --git a/src/tests/baseservices/exceptions/stackoverflow/stackoverflow3.csproj b/src/tests/baseservices/exceptions/stackoverflow/stackoverflow3.csproj
index d75dd6ecbbe..343785e075f 100644
--- a/src/tests/baseservices/exceptions/stackoverflow/stackoverflow3.csproj
+++ b/src/tests/baseservices/exceptions/stackoverflow/stackoverflow3.csproj
@@ -4,7 +4,6 @@
<Optimize>false</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="stackoverflow3.cs" />
diff --git a/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj b/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj
index fb61a1854ef..afed1789170 100644
--- a/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj
+++ b/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Optimize>false</Optimize>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<!-- Fails in many GCStress jobs. https://github.com/dotnet/runtime/issues/46279 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/Baadbaad.csproj b/src/tests/baseservices/exceptions/unittests/Baadbaad.csproj
index 54e76d5a3e4..e756fc31ed2 100644
--- a/src/tests/baseservices/exceptions/unittests/Baadbaad.csproj
+++ b/src/tests/baseservices/exceptions/unittests/Baadbaad.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/BaseClass.csproj b/src/tests/baseservices/exceptions/unittests/BaseClass.csproj
index e56cf21fc47..b463b34d60b 100644
--- a/src/tests/baseservices/exceptions/unittests/BaseClass.csproj
+++ b/src/tests/baseservices/exceptions/unittests/BaseClass.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj b/src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj
index ed1c41d30a6..4cc39d87a74 100644
--- a/src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj
+++ b/src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj b/src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj
index eb2554629fc..1b181cd8073 100644
--- a/src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj
+++ b/src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/GoryManagedPresent.csproj b/src/tests/baseservices/exceptions/unittests/GoryManagedPresent.csproj
index ad7875f4750..91e5c744490 100644
--- a/src/tests/baseservices/exceptions/unittests/GoryManagedPresent.csproj
+++ b/src/tests/baseservices/exceptions/unittests/GoryManagedPresent.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/GoryNativePast.csproj b/src/tests/baseservices/exceptions/unittests/GoryNativePast.csproj
index edde89a2937..2a326135758 100644
--- a/src/tests/baseservices/exceptions/unittests/GoryNativePast.csproj
+++ b/src/tests/baseservices/exceptions/unittests/GoryNativePast.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/InnerFinally.csproj b/src/tests/baseservices/exceptions/unittests/InnerFinally.csproj
index ad203d8f2d1..25da8014c43 100644
--- a/src/tests/baseservices/exceptions/unittests/InnerFinally.csproj
+++ b/src/tests/baseservices/exceptions/unittests/InnerFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj b/src/tests/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj
index 208bb0021fd..b476272b7bc 100644
--- a/src/tests/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj
+++ b/src/tests/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/Pending.csproj b/src/tests/baseservices/exceptions/unittests/Pending.csproj
index e388cfc3229..2f0fab40ede 100644
--- a/src/tests/baseservices/exceptions/unittests/Pending.csproj
+++ b/src/tests/baseservices/exceptions/unittests/Pending.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/Recurse.csproj b/src/tests/baseservices/exceptions/unittests/Recurse.csproj
index f9951b945d9..7e8e154716e 100644
--- a/src/tests/baseservices/exceptions/unittests/Recurse.csproj
+++ b/src/tests/baseservices/exceptions/unittests/Recurse.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/RecursiveRethrow.csproj b/src/tests/baseservices/exceptions/unittests/RecursiveRethrow.csproj
index 461d593c2ca..372fc434958 100644
--- a/src/tests/baseservices/exceptions/unittests/RecursiveRethrow.csproj
+++ b/src/tests/baseservices/exceptions/unittests/RecursiveRethrow.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/RecursiveThrowNew.csproj b/src/tests/baseservices/exceptions/unittests/RecursiveThrowNew.csproj
index 65f739f9e89..265001717da 100644
--- a/src/tests/baseservices/exceptions/unittests/RecursiveThrowNew.csproj
+++ b/src/tests/baseservices/exceptions/unittests/RecursiveThrowNew.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/RethrowAndFinally.csproj b/src/tests/baseservices/exceptions/unittests/RethrowAndFinally.csproj
index ceafcbc9fba..671eef71acc 100644
--- a/src/tests/baseservices/exceptions/unittests/RethrowAndFinally.csproj
+++ b/src/tests/baseservices/exceptions/unittests/RethrowAndFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/ReturnFromCatch.csproj b/src/tests/baseservices/exceptions/unittests/ReturnFromCatch.csproj
index 5d38fd6c6bb..07e8dcee3f7 100644
--- a/src/tests/baseservices/exceptions/unittests/ReturnFromCatch.csproj
+++ b/src/tests/baseservices/exceptions/unittests/ReturnFromCatch.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/StrSwitchFinally.csproj b/src/tests/baseservices/exceptions/unittests/StrSwitchFinally.csproj
index a9447329164..df7f3d9108c 100644
--- a/src/tests/baseservices/exceptions/unittests/StrSwitchFinally.csproj
+++ b/src/tests/baseservices/exceptions/unittests/StrSwitchFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/ThrowInCatch.csproj b/src/tests/baseservices/exceptions/unittests/ThrowInCatch.csproj
index ca088940699..8b3c3e3439f 100644
--- a/src/tests/baseservices/exceptions/unittests/ThrowInCatch.csproj
+++ b/src/tests/baseservices/exceptions/unittests/ThrowInCatch.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/ThrowInFinally.csproj b/src/tests/baseservices/exceptions/unittests/ThrowInFinally.csproj
index f6fd8a461b5..36ad927b89d 100644
--- a/src/tests/baseservices/exceptions/unittests/ThrowInFinally.csproj
+++ b/src/tests/baseservices/exceptions/unittests/ThrowInFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj b/src/tests/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj
index 88d5d58f498..89c7b4b99ed 100644
--- a/src/tests/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj
+++ b/src/tests/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/exceptions/unittests/TryCatchInFinally.csproj b/src/tests/baseservices/exceptions/unittests/TryCatchInFinally.csproj
index 9fe91a9721f..a975081e428 100644
--- a/src/tests/baseservices/exceptions/unittests/TryCatchInFinally.csproj
+++ b/src/tests/baseservices/exceptions/unittests/TryCatchInFinally.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/mono/runningmono.csproj b/src/tests/baseservices/mono/runningmono.csproj
index c560a028e3b..c0a224c4f4b 100644
--- a/src/tests/baseservices/mono/runningmono.csproj
+++ b/src/tests/baseservices/mono/runningmono.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Optimize>false</Optimize>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="runningmono.cs" />
diff --git a/src/tests/baseservices/multidimmarray/rank1array.ilproj b/src/tests/baseservices/multidimmarray/rank1array.ilproj
index 4a95a64ce74..6ae890d52b5 100644
--- a/src/tests/baseservices/multidimmarray/rank1array.ilproj
+++ b/src/tests/baseservices/multidimmarray/rank1array.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj b/src/tests/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj
index 34ab488a9a1..352498419f3 100644
--- a/src/tests/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj
+++ b/src/tests/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- Test unsupported outside of windows -->
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj
index 8f9748e14e1..23dca2e0b3d 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj
index 29702c3f7d1..01275995abd 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj
index 30079d9eded..df78acb3a48 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj
index 99f908ca59c..b9390fb008c 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj
index 4251a6972bf..740ba2b27b8 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj
index 65613ac5f68..bda02790526 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj
index cdf7ff2df51..c200e8c14ca 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj b/src/tests/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj
index 40acf6490b1..4ce88027473 100644
--- a/src/tests/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj
+++ b/src/tests/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/coverage/OSThreadId/osthreadid.csproj b/src/tests/baseservices/threading/coverage/OSThreadId/osthreadid.csproj
index e7f6923b078..817c6757530 100644
--- a/src/tests/baseservices/threading/coverage/OSThreadId/osthreadid.csproj
+++ b/src/tests/baseservices/threading/coverage/OSThreadId/osthreadid.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="OSThreadId.cs" />
diff --git a/src/tests/baseservices/threading/currentculture/CultureChangeSecurity.csproj b/src/tests/baseservices/threading/currentculture/CultureChangeSecurity.csproj
index 2d4b51db53d..993832b765e 100644
--- a/src/tests/baseservices/threading/currentculture/CultureChangeSecurity.csproj
+++ b/src/tests/baseservices/threading/currentculture/CultureChangeSecurity.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj b/src/tests/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj
index aaf30133fa3..c2cc2cbbb03 100644
--- a/src/tests/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj
+++ b/src/tests/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj b/src/tests/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj
index f4d179f3582..e75af422bf2 100644
--- a/src/tests/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj
+++ b/src/tests/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj b/src/tests/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj
index 71e6a7ecaae..40048061bae 100644
--- a/src/tests/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj
+++ b/src/tests/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj
index cf85dc1140a..1908a9451d3 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj
index 9dc987b4407..344dd207912 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj
index 36cb073e5c1..7fdbecbf28b 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj
index 10a9265c6d4..c8a78fbd042 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj
index df94e20abf1..048890ecbb1 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj
index 1793e36add6..4b24d31057e 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj
index aaf7caf341d..2b6e8a635cb 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj
index 0110639cc99..08aa875370c 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj
index 0a263463c90..7bf23cc3fa4 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj
index db7b4bccfe1..a7b785aea45 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj
index 439afa83e24..b01849c866f 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj b/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj
index faea9aa6931..128639f3dad 100644
--- a/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj
+++ b/src/tests/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj b/src/tests/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj
index f4d179f3582..e75af422bf2 100644
--- a/src/tests/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj
+++ b/src/tests/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj b/src/tests/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj
index 71e6a7ecaae..40048061bae 100644
--- a/src/tests/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj
+++ b/src/tests/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit01.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit01.csproj
index 1db74ad80d5..acfabb39f1e 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit01.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit02.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit02.csproj
index c45aea1d19f..647cbfea43e 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit02.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit03.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit03.csproj
index 766243be88e..a3d953b9071 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit03.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit04.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit04.csproj
index 14d579f521a..7207cd5bba8 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit04.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit05.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit05.csproj
index 8adaf5e46e4..9ce8fdfb554 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit05.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit06.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit06.csproj
index 378d5b7005a..829499bcefd 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit06.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit07.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit07.csproj
index f8deb8d55ab..73e20e2c4c3 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit07.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit08.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit08.csproj
index 84c19ae5bc4..1920b4fe589 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit08.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit09.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit09.csproj
index 284c3f64e59..b20970d6309 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit09.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit10.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit10.csproj
index 8a8b60c456b..d918c43589a 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit10.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit11.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit11.csproj
index a60ed5afff4..ed9cc818cd3 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit11.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit12.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit12.csproj
index 1b41fe0e69c..222d17c20a3 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit12.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit13.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit13.csproj
index b6a68a9a261..939abd4a9ac 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit13.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/EnterExit14.csproj b/src/tests/baseservices/threading/generics/Monitor/EnterExit14.csproj
index 6cc6e55fbca..85402dee303 100644
--- a/src/tests/baseservices/threading/generics/Monitor/EnterExit14.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/EnterExit14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/TryEnter01.csproj b/src/tests/baseservices/threading/generics/Monitor/TryEnter01.csproj
index 99f8b102b40..68727fa98b7 100644
--- a/src/tests/baseservices/threading/generics/Monitor/TryEnter01.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/TryEnter01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/TryEnter03.csproj b/src/tests/baseservices/threading/generics/Monitor/TryEnter03.csproj
index 45d97610aff..4cbbc024017 100644
--- a/src/tests/baseservices/threading/generics/Monitor/TryEnter03.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/TryEnter03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/TryEnter04.csproj b/src/tests/baseservices/threading/generics/Monitor/TryEnter04.csproj
index c33c8895c56..55f73e2923c 100644
--- a/src/tests/baseservices/threading/generics/Monitor/TryEnter04.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/TryEnter04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/TryEnter05.csproj b/src/tests/baseservices/threading/generics/Monitor/TryEnter05.csproj
index 503be9cef8c..4557dfbd9b9 100644
--- a/src/tests/baseservices/threading/generics/Monitor/TryEnter05.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/TryEnter05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/Monitor/TryEnter06.csproj b/src/tests/baseservices/threading/generics/Monitor/TryEnter06.csproj
index 688b9df1678..3c829b34023 100644
--- a/src/tests/baseservices/threading/generics/Monitor/TryEnter06.csproj
+++ b/src/tests/baseservices/threading/generics/Monitor/TryEnter06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread01.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread01.csproj
index 9afc9284c54..e4f858a0396 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread01.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread02.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread02.csproj
index 7039a1fc278..430250b3746 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread02.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread03.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread03.csproj
index 6d393b46a18..d98eb265922 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread03.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread04.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread04.csproj
index fbd8420678b..453633a74c1 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread04.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread05.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread05.csproj
index d262ea3740a..c5fee6a26f3 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread05.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread06.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread06.csproj
index 220ca2cd0fe..10eb2b26b95 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread06.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread07.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread07.csproj
index dae58a466ce..450d6df55dc 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread07.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread08.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread08.csproj
index b35e2243bad..5f82b863555 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread08.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread09.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread09.csproj
index d45b340f4ac..15757e66ca2 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread09.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread10.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread10.csproj
index ea3d08533f2..50c9f8b577a 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread10.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread11.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread11.csproj
index f1cb27a2b46..ba2c41a9bf6 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread11.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread12.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread12.csproj
index 82a1a5b4aaf..34ad355611a 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread12.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread13.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread13.csproj
index df9d7a3162b..9733eb9173e 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread13.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread14.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread14.csproj
index 60ccf6f5488..64f08c0b44d 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread14.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread15.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread15.csproj
index 9818f104523..046dddf9fa5 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread15.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread15.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread16.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread16.csproj
index 0137529148b..3153426f406 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread16.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread16.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread17.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread17.csproj
index 0bd5e069c70..e96370c26a6 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread17.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread17.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread18.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread18.csproj
index c410f491aac..bf32e098685 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread18.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread18.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread19.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread19.csproj
index 3492eaf905d..bfd9fc34c62 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread19.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread19.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread20.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread20.csproj
index 4e04a7775e9..78af0fab881 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread20.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread20.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread21.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread21.csproj
index 1cb08922e93..a82f9e176a4 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread21.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread21.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread22.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread22.csproj
index 3c06c1eb3cd..0fa4c6c2bd2 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread22.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread22.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread23.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread23.csproj
index 1cb1676b509..959010726de 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread23.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread23.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread24.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread24.csproj
index eb342399f4e..16e4591936d 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread24.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread24.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread25.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread25.csproj
index bd5cc8f973c..3d8dcb8d4e1 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread25.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread25.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj
index 86b758dcc4e..044a653ba09 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread27.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread27.csproj
index 054bf542448..fa0d5d43ff3 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread27.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread27.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread28.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread28.csproj
index 8be82b87239..92d827a4ee2 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread28.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread28.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread29.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread29.csproj
index 11e5f69af5c..03cd03474ed 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread29.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread29.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/thread30.csproj b/src/tests/baseservices/threading/generics/TimerCallback/thread30.csproj
index d6fa13971f6..4f36d732567 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/thread30.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/thread30.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj b/src/tests/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj
index 3e25821badc..282237c6aab 100644
--- a/src/tests/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj
+++ b/src/tests/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread01.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread01.csproj
index 9afc9284c54..e4f858a0396 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread01.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread02.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread02.csproj
index 7039a1fc278..430250b3746 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread02.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread03.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread03.csproj
index 6d393b46a18..d98eb265922 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread03.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread04.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread04.csproj
index fbd8420678b..453633a74c1 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread04.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread05.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread05.csproj
index d262ea3740a..c5fee6a26f3 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread05.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread06.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread06.csproj
index 220ca2cd0fe..10eb2b26b95 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread06.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread07.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread07.csproj
index dae58a466ce..450d6df55dc 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread07.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread08.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread08.csproj
index b35e2243bad..5f82b863555 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread08.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread09.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread09.csproj
index d45b340f4ac..15757e66ca2 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread09.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread10.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread10.csproj
index ea3d08533f2..50c9f8b577a 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread10.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread11.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread11.csproj
index f1cb27a2b46..ba2c41a9bf6 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread11.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread12.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread12.csproj
index 82a1a5b4aaf..34ad355611a 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread12.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread13.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread13.csproj
index df9d7a3162b..9733eb9173e 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread13.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread14.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread14.csproj
index 60ccf6f5488..64f08c0b44d 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread14.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread15.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread15.csproj
index 9818f104523..046dddf9fa5 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread15.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread15.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread16.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread16.csproj
index 0137529148b..3153426f406 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread16.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread16.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread17.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread17.csproj
index 0bd5e069c70..e96370c26a6 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread17.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread17.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread18.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread18.csproj
index c410f491aac..bf32e098685 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread18.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread18.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread19.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread19.csproj
index 3492eaf905d..bfd9fc34c62 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread19.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread19.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread20.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread20.csproj
index 4e04a7775e9..78af0fab881 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread20.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread20.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread21.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread21.csproj
index 1cb08922e93..a82f9e176a4 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread21.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread21.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread22.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread22.csproj
index 3c06c1eb3cd..0fa4c6c2bd2 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread22.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread22.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj
index 1cb1676b509..959010726de 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread24.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread24.csproj
index eb342399f4e..16e4591936d 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread24.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread24.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread25.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread25.csproj
index bd5cc8f973c..3d8dcb8d4e1 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread25.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread25.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread26.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread26.csproj
index 86b758dcc4e..044a653ba09 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread26.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread26.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread27.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread27.csproj
index 054bf542448..fa0d5d43ff3 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread27.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread27.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread28.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread28.csproj
index 8be82b87239..92d827a4ee2 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread28.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread28.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread29.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread29.csproj
index 11e5f69af5c..03cd03474ed 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread29.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread29.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread30.csproj b/src/tests/baseservices/threading/generics/WaitCallback/thread30.csproj
index d6fa13971f6..4f36d732567 100644
--- a/src/tests/baseservices/threading/generics/WaitCallback/thread30.csproj
+++ b/src/tests/baseservices/threading/generics/WaitCallback/thread30.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread01.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread01.csproj
index 9afc9284c54..e4f858a0396 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread01.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread02.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread02.csproj
index 7039a1fc278..430250b3746 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread02.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread03.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread03.csproj
index 6d393b46a18..d98eb265922 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread03.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread04.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread04.csproj
index fbd8420678b..453633a74c1 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread04.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread05.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread05.csproj
index d262ea3740a..c5fee6a26f3 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread05.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread06.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread06.csproj
index 220ca2cd0fe..10eb2b26b95 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread06.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread07.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread07.csproj
index dae58a466ce..450d6df55dc 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread07.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread08.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread08.csproj
index b35e2243bad..5f82b863555 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread08.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread09.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread09.csproj
index d45b340f4ac..15757e66ca2 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread09.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread10.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread10.csproj
index ea3d08533f2..50c9f8b577a 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread10.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread11.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread11.csproj
index f1cb27a2b46..ba2c41a9bf6 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread11.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread12.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread12.csproj
index 82a1a5b4aaf..34ad355611a 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread12.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread13.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread13.csproj
index df9d7a3162b..9733eb9173e 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread13.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread14.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread14.csproj
index 60ccf6f5488..64f08c0b44d 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread14.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj
index 9818f104523..046dddf9fa5 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread16.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread16.csproj
index 0137529148b..3153426f406 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread16.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread16.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread17.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread17.csproj
index 0bd5e069c70..e96370c26a6 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread17.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread17.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread18.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread18.csproj
index c410f491aac..bf32e098685 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread18.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread18.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread19.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread19.csproj
index 3492eaf905d..bfd9fc34c62 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread19.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread19.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread20.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread20.csproj
index 4e04a7775e9..78af0fab881 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread20.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread20.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread21.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread21.csproj
index 1cb08922e93..a82f9e176a4 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread21.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread21.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread22.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread22.csproj
index 3c06c1eb3cd..0fa4c6c2bd2 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread22.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread22.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread23.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread23.csproj
index 1cb1676b509..959010726de 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread23.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread23.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread24.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread24.csproj
index eb342399f4e..16e4591936d 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread24.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread24.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread25.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread25.csproj
index bd5cc8f973c..3d8dcb8d4e1 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread25.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread25.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread26.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread26.csproj
index 86b758dcc4e..044a653ba09 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread26.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread26.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread27.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread27.csproj
index 054bf542448..fa0d5d43ff3 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread27.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread27.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread28.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread28.csproj
index 8be82b87239..92d827a4ee2 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread28.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread28.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj
index 11e5f69af5c..03cd03474ed 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/syncdelegate/GThread30.csproj b/src/tests/baseservices/threading/generics/syncdelegate/GThread30.csproj
index d6fa13971f6..4f36d732567 100644
--- a/src/tests/baseservices/threading/generics/syncdelegate/GThread30.csproj
+++ b/src/tests/baseservices/threading/generics/syncdelegate/GThread30.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread01.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread01.csproj
index 9afc9284c54..e4f858a0396 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread01.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread02.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread02.csproj
index 7039a1fc278..430250b3746 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread02.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread03.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread03.csproj
index 6d393b46a18..d98eb265922 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread03.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread04.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread04.csproj
index fbd8420678b..453633a74c1 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread04.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread04.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread05.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread05.csproj
index d262ea3740a..c5fee6a26f3 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread05.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread06.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread06.csproj
index 220ca2cd0fe..10eb2b26b95 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread06.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread07.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread07.csproj
index dae58a466ce..450d6df55dc 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread07.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread07.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread08.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread08.csproj
index b35e2243bad..5f82b863555 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread08.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread08.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread09.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread09.csproj
index d45b340f4ac..15757e66ca2 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread09.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread09.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread10.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread10.csproj
index ea3d08533f2..50c9f8b577a 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread10.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread10.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread11.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread11.csproj
index f1cb27a2b46..ba2c41a9bf6 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread11.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread11.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread12.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread12.csproj
index 82a1a5b4aaf..34ad355611a 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread12.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread12.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread13.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread13.csproj
index df9d7a3162b..9733eb9173e 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread13.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread13.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread14.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread14.csproj
index 60ccf6f5488..64f08c0b44d 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread14.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread14.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread15.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread15.csproj
index 9818f104523..046dddf9fa5 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread15.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread15.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread16.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread16.csproj
index 0137529148b..3153426f406 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread16.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread16.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread17.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread17.csproj
index 0bd5e069c70..e96370c26a6 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread17.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread17.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread18.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread18.csproj
index c410f491aac..bf32e098685 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread18.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread18.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread19.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread19.csproj
index 3492eaf905d..bfd9fc34c62 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread19.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread19.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread20.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread20.csproj
index 4e04a7775e9..78af0fab881 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread20.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread20.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread21.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread21.csproj
index 1cb08922e93..a82f9e176a4 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread21.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread21.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread22.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread22.csproj
index 3c06c1eb3cd..0fa4c6c2bd2 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread22.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread22.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread23.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread23.csproj
index 1cb1676b509..959010726de 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread23.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread23.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread24.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread24.csproj
index eb342399f4e..16e4591936d 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread24.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread24.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread25.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread25.csproj
index bd5cc8f973c..3d8dcb8d4e1 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread25.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread25.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread26.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread26.csproj
index 86b758dcc4e..044a653ba09 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread26.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread26.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread27.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread27.csproj
index 054bf542448..fa0d5d43ff3 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread27.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread27.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread28.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread28.csproj
index 8be82b87239..92d827a4ee2 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread28.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread28.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread29.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread29.csproj
index 11e5f69af5c..03cd03474ed 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread29.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread29.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/generics/threadstart/GThread30.csproj b/src/tests/baseservices/threading/generics/threadstart/GThread30.csproj
index d6fa13971f6..4f36d732567 100644
--- a/src/tests/baseservices/threading/generics/threadstart/GThread30.csproj
+++ b/src/tests/baseservices/threading/generics/threadstart/GThread30.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj b/src/tests/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj
index aeabc773c04..1399eba35a9 100644
--- a/src/tests/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj
+++ b/src/tests/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>/loops:10000 /addVal:1</CLRTestExecutionArguments>
</PropertyGroup>
diff --git a/src/tests/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj b/src/tests/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj
index ab8631ca149..a046e150568 100644
--- a/src/tests/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj
+++ b/src/tests/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>"hello"</CLRTestExecutionArguments>
<!-- This test isn't technically incompatible with GCStress, but it ends up running very slowly
diff --git a/src/tests/baseservices/threading/interlocked/exchange/ExchangeInt.csproj b/src/tests/baseservices/threading/interlocked/exchange/ExchangeInt.csproj
index 811b7857536..3299273401c 100644
--- a/src/tests/baseservices/threading/interlocked/exchange/ExchangeInt.csproj
+++ b/src/tests/baseservices/threading/interlocked/exchange/ExchangeInt.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/interlocked/exchange/ExchangeLong.csproj b/src/tests/baseservices/threading/interlocked/exchange/ExchangeLong.csproj
index d80234f83b1..2d1fea42089 100644
--- a/src/tests/baseservices/threading/interlocked/exchange/ExchangeLong.csproj
+++ b/src/tests/baseservices/threading/interlocked/exchange/ExchangeLong.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj b/src/tests/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj
index 1a701010c34..b24067af5b5 100644
--- a/src/tests/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj
+++ b/src/tests/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/enter/EnterNull.csproj b/src/tests/baseservices/threading/monitor/enter/EnterNull.csproj
index 9ae6d21df69..18aae5c3490 100644
--- a/src/tests/baseservices/threading/monitor/enter/EnterNull.csproj
+++ b/src/tests/baseservices/threading/monitor/enter/EnterNull.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/exit/ExitNull.csproj b/src/tests/baseservices/threading/monitor/exit/ExitNull.csproj
index 0891d2fd457..42d8155a09d 100644
--- a/src/tests/baseservices/threading/monitor/exit/ExitNull.csproj
+++ b/src/tests/baseservices/threading/monitor/exit/ExitNull.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/pulse/PulseNull.csproj b/src/tests/baseservices/threading/monitor/pulse/PulseNull.csproj
index 66c07cee2f7..68bab6327f7 100644
--- a/src/tests/baseservices/threading/monitor/pulse/PulseNull.csproj
+++ b/src/tests/baseservices/threading/monitor/pulse/PulseNull.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/pulseall/PulseAllNull.csproj b/src/tests/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
index b01e88bb75b..5967d00cfc5 100644
--- a/src/tests/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
+++ b/src/tests/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj b/src/tests/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
index 81bf70b7e1d..861ea0f89b1 100644
--- a/src/tests/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
+++ b/src/tests/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
index 21fcebca0bf..73a0f654ab0 100644
--- a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
+++ b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
index f6da5ef4bb5..6a5ef16d320 100644
--- a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
+++ b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
index 8d36eda7709..f87620029ac 100644
--- a/src/tests/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
+++ b/src/tests/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj
index 9ce93ee1228..aa3a7b5d4ef 100644
--- a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj
+++ b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj
index 2173e633d0a..9f8671e41dc 100644
--- a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj
+++ b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj
index 26f591070a1..6b1c368ad2d 100644
--- a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj
+++ b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull.csproj b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull.csproj
index 57313486916..46332f5eaf0 100644
--- a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull.csproj
+++ b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj
index b1d5a20b47d..cb9b7e69680 100644
--- a/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj
+++ b/src/tests/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/regressions/576463/576463.csproj b/src/tests/baseservices/threading/regressions/576463/576463.csproj
index c9e4e496320..239163dce0a 100644
--- a/src/tests/baseservices/threading/regressions/576463/576463.csproj
+++ b/src/tests/baseservices/threading/regressions/576463/576463.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/baseservices/threading/regressions/6906/6906.csproj b/src/tests/baseservices/threading/regressions/6906/6906.csproj
index 468fc9abf33..469daadd674 100644
--- a/src/tests/baseservices/threading/regressions/6906/6906.csproj
+++ b/src/tests/baseservices/threading/regressions/6906/6906.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/ThreadStatic01.csproj b/src/tests/baseservices/threading/threadstatic/ThreadStatic01.csproj
index c863181e4ed..8d462f6f618 100644
--- a/src/tests/baseservices/threading/threadstatic/ThreadStatic01.csproj
+++ b/src/tests/baseservices/threading/threadstatic/ThreadStatic01.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/ThreadStatic02.csproj b/src/tests/baseservices/threading/threadstatic/ThreadStatic02.csproj
index ef69f8cdbb1..e8f1bb73b14 100644
--- a/src/tests/baseservices/threading/threadstatic/ThreadStatic02.csproj
+++ b/src/tests/baseservices/threading/threadstatic/ThreadStatic02.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/ThreadStatic03.csproj b/src/tests/baseservices/threading/threadstatic/ThreadStatic03.csproj
index c878623b76b..a47c73cca96 100644
--- a/src/tests/baseservices/threading/threadstatic/ThreadStatic03.csproj
+++ b/src/tests/baseservices/threading/threadstatic/ThreadStatic03.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/ThreadStatic05.csproj b/src/tests/baseservices/threading/threadstatic/ThreadStatic05.csproj
index 45891655496..df59233b089 100644
--- a/src/tests/baseservices/threading/threadstatic/ThreadStatic05.csproj
+++ b/src/tests/baseservices/threading/threadstatic/ThreadStatic05.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/ThreadStatic06.csproj b/src/tests/baseservices/threading/threadstatic/ThreadStatic06.csproj
index 1b3c2a6f656..f49099a7cc4 100644
--- a/src/tests/baseservices/threading/threadstatic/ThreadStatic06.csproj
+++ b/src/tests/baseservices/threading/threadstatic/ThreadStatic06.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/baseservices/threading/threadstatic/threadstatic08.csproj b/src/tests/baseservices/threading/threadstatic/threadstatic08.csproj
index 53521da250d..551495b9a6f 100644
--- a/src/tests/baseservices/threading/threadstatic/threadstatic08.csproj
+++ b/src/tests/baseservices/threading/threadstatic/threadstatic08.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="threadstatic08.cs" />
diff --git a/src/tests/profiler/common/profiler_common.csproj b/src/tests/profiler/common/profiler_common.csproj
index 3a638bedd00..782526132e9 100644
--- a/src/tests/profiler/common/profiler_common.csproj
+++ b/src/tests/profiler/common/profiler_common.csproj
@@ -3,7 +3,6 @@
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="ProfilerTestRunner.cs" />
diff --git a/src/tests/profiler/elt/slowpathcommon.csproj b/src/tests/profiler/elt/slowpathcommon.csproj
index 869ebc2c1fa..7a0b2d5825c 100644
--- a/src/tests/profiler/elt/slowpathcommon.csproj
+++ b/src/tests/profiler/elt/slowpathcommon.csproj
@@ -3,7 +3,6 @@
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/profiler/elt/slowpatheltenter.csproj b/src/tests/profiler/elt/slowpatheltenter.csproj
index 488344e97a1..fccc1033777 100644
--- a/src/tests/profiler/elt/slowpatheltenter.csproj
+++ b/src/tests/profiler/elt/slowpatheltenter.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- The test launches a secondary process and process launch creates
an infinite event loop in the SocketAsyncEngine on Linux. Since
diff --git a/src/tests/profiler/elt/slowpatheltleave.csproj b/src/tests/profiler/elt/slowpatheltleave.csproj
index 488344e97a1..fccc1033777 100644
--- a/src/tests/profiler/elt/slowpatheltleave.csproj
+++ b/src/tests/profiler/elt/slowpatheltleave.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- The test launches a secondary process and process launch creates
an infinite event loop in the SocketAsyncEngine on Linux. Since
diff --git a/src/tests/profiler/eventpipe/eventpipe.csproj b/src/tests/profiler/eventpipe/eventpipe.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/eventpipe/eventpipe.csproj
+++ b/src/tests/profiler/eventpipe/eventpipe.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/eventpipe/eventpipe_readevents.csproj b/src/tests/profiler/eventpipe/eventpipe_readevents.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/eventpipe/eventpipe_readevents.csproj
+++ b/src/tests/profiler/eventpipe/eventpipe_readevents.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/eventpipe/reverse_startup.csproj b/src/tests/profiler/eventpipe/reverse_startup.csproj
index f9ec569a63e..7726be7a02a 100644
--- a/src/tests/profiler/eventpipe/reverse_startup.csproj
+++ b/src/tests/profiler/eventpipe/reverse_startup.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/gc/gc.csproj b/src/tests/profiler/gc/gc.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/gc/gc.csproj
+++ b/src/tests/profiler/gc/gc.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/gc/gcallocate.csproj b/src/tests/profiler/gc/gcallocate.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/gc/gcallocate.csproj
+++ b/src/tests/profiler/gc/gcallocate.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/gc/gcbasic.csproj b/src/tests/profiler/gc/gcbasic.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/gc/gcbasic.csproj
+++ b/src/tests/profiler/gc/gcbasic.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/multiple/multiple.csproj b/src/tests/profiler/multiple/multiple.csproj
index 7c123412e07..93794fae67f 100644
--- a/src/tests/profiler/multiple/multiple.csproj
+++ b/src/tests/profiler/multiple/multiple.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This test provides no value for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/profiler/rejit/rejit.csproj b/src/tests/profiler/rejit/rejit.csproj
index 9b071bfe0b8..a0760b27b2b 100644
--- a/src/tests/profiler/rejit/rejit.csproj
+++ b/src/tests/profiler/rejit/rejit.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<JitOptimizationSensitive>True</JitOptimizationSensitive>
<!-- This test provides no interesting scenarios for GCStress -->
diff --git a/src/tests/profiler/transitions/transitions.csproj b/src/tests/profiler/transitions/transitions.csproj
index c387c421362..c4eb94d4d8c 100644
--- a/src/tests/profiler/transitions/transitions.csproj
+++ b/src/tests/profiler/transitions/transitions.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<!-- Issue https://github.com/dotnet/runtime/issues/50306 -->
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/profiler/unittest/getappdomainstaticaddress.csproj b/src/tests/profiler/unittest/getappdomainstaticaddress.csproj
index f879517721b..a6387766a2c 100644
--- a/src/tests/profiler/unittest/getappdomainstaticaddress.csproj
+++ b/src/tests/profiler/unittest/getappdomainstaticaddress.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/unittest/inlining.csproj b/src/tests/profiler/unittest/inlining.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/unittest/inlining.csproj
+++ b/src/tests/profiler/unittest/inlining.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/unittest/metadatagetdispenser.csproj b/src/tests/profiler/unittest/metadatagetdispenser.csproj
index b2fbdc913b0..46c71de3456 100644
--- a/src/tests/profiler/unittest/metadatagetdispenser.csproj
+++ b/src/tests/profiler/unittest/metadatagetdispenser.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/profiler/unittest/releaseondetach.csproj b/src/tests/profiler/unittest/releaseondetach.csproj
index c9bd4234cdd..60395195acb 100644
--- a/src/tests/profiler/unittest/releaseondetach.csproj
+++ b/src/tests/profiler/unittest/releaseondetach.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<!-- The test launches a secondary process and process launch creates
an infinite event loop in the SocketAsyncEngine on Linux. Since
runincontext loads even framework assemblies into the unloadable
diff --git a/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj b/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj
index 72ecd6079b7..5f6c14f83e2 100644
--- a/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj
+++ b/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- This is an explicit crossgen test -->
<CrossGenTest>false</CrossGenTest>
diff --git a/src/tests/readytorun/crossboundarylayout/crossboundarytest/crossboundarytest.csproj b/src/tests/readytorun/crossboundarylayout/crossboundarytest/crossboundarytest.csproj
index a1eb9a74a4a..8b9be8bff17 100644
--- a/src/tests/readytorun/crossboundarylayout/crossboundarytest/crossboundarytest.csproj
+++ b/src/tests/readytorun/crossboundarylayout/crossboundarytest/crossboundarytest.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/readytorun/crossgen2/smoketest.targets b/src/tests/readytorun/crossgen2/smoketest.targets
index 085ef5d2c26..efa703dbd65 100644
--- a/src/tests/readytorun/crossgen2/smoketest.targets
+++ b/src/tests/readytorun/crossgen2/smoketest.targets
@@ -4,7 +4,6 @@
<OutputType>exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include=".\helperdll.csproj" />
@@ -13,4 +12,4 @@
<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/tests/readytorun/determinism/crossgen2determinism.csproj b/src/tests/readytorun/determinism/crossgen2determinism.csproj
index 029cb2aa809..b1f3f366e3f 100644
--- a/src/tests/readytorun/determinism/crossgen2determinism.csproj
+++ b/src/tests/readytorun/determinism/crossgen2determinism.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- Running Crossgen2 under GCStress takes too long -->
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/readytorun/multifolder/multifolder.csproj b/src/tests/readytorun/multifolder/multifolder.csproj
index 7011612ab6d..b159a533392 100644
--- a/src/tests/readytorun/multifolder/multifolder.csproj
+++ b/src/tests/readytorun/multifolder/multifolder.csproj
@@ -1,11 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<!-- Running Crossgen2 under GCStress takes too long -->
<GCStressIncompatible>true</GCStressIncompatible>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<!-- Crossgen2 currently targets x64 and ARM64 only -->
<DisableProjectBuild Condition="'$(TargetArchitecture)' != 'x64' and '$(TargetArchitecture)' != 'arm64'">true</DisableProjectBuild>
diff --git a/src/tests/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj b/src/tests/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj
index 754833e6443..eaec0fad45e 100644
--- a/src/tests/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj
+++ b/src/tests/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
diff --git a/src/tests/readytorun/tests/generics.csproj b/src/tests/readytorun/tests/generics.csproj
index 9c29914af29..9dbefb812fe 100644
--- a/src/tests/readytorun/tests/generics.csproj
+++ b/src/tests/readytorun/tests/generics.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/readytorun/tests/genericsload/callgenericctor.csproj b/src/tests/readytorun/tests/genericsload/callgenericctor.csproj
index 248d330fc53..d3ce5be6537 100644
--- a/src/tests/readytorun/tests/genericsload/callgenericctor.csproj
+++ b/src/tests/readytorun/tests/genericsload/callgenericctor.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
<!-- This is an explicit crossgen test -->
diff --git a/src/tests/readytorun/tests/genericsload/usegenericfield.csproj b/src/tests/readytorun/tests/genericsload/usegenericfield.csproj
index da88c6e840e..0aa8dd097fc 100644
--- a/src/tests/readytorun/tests/genericsload/usegenericfield.csproj
+++ b/src/tests/readytorun/tests/genericsload/usegenericfield.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<ZapRequire>1</ZapRequire>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/readytorun/tests/mainv1.csproj b/src/tests/readytorun/tests/mainv1.csproj
index 5e51ca941e6..2140d2a9980 100644
--- a/src/tests/readytorun/tests/mainv1.csproj
+++ b/src/tests/readytorun/tests/mainv1.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CrossGenTest>false</CrossGenTest>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/readytorun/tests/mainv2.csproj b/src/tests/readytorun/tests/mainv2.csproj
index 3d9794e7c93..d04b5ea5934 100644
--- a/src/tests/readytorun/tests/mainv2.csproj
+++ b/src/tests/readytorun/tests/mainv2.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CrossGenTest>false</CrossGenTest>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/readytorun/tests/newarray.csproj b/src/tests/readytorun/tests/newarray.csproj
index b9e822d52b0..cf4ab52819d 100644
--- a/src/tests/readytorun/tests/newarray.csproj
+++ b/src/tests/readytorun/tests/newarray.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/DefaultInterfaceMethods/Emit.csproj b/src/tests/reflection/DefaultInterfaceMethods/Emit.csproj
index b03ad36f4b9..361a12a968a 100644
--- a/src/tests/reflection/DefaultInterfaceMethods/Emit.csproj
+++ b/src/tests/reflection/DefaultInterfaceMethods/Emit.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Emit.cs" />
diff --git a/src/tests/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj b/src/tests/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj
index 2c9f7d35622..87c9b9bfb0b 100644
--- a/src/tests/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj
+++ b/src/tests/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GetInterfaceMapConsumer.cs" />
diff --git a/src/tests/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj b/src/tests/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj
index c3a8a1f5da9..759371a0928 100644
--- a/src/tests/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj
+++ b/src/tests/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="InvokeConsumer.cs" />
diff --git a/src/tests/reflection/GenericAttribute/GenericAttributeMetadata.ilproj b/src/tests/reflection/GenericAttribute/GenericAttributeMetadata.ilproj
index 511ffaa7b22..8c054938d94 100644
--- a/src/tests/reflection/GenericAttribute/GenericAttributeMetadata.ilproj
+++ b/src/tests/reflection/GenericAttribute/GenericAttributeMetadata.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenericAttributeMetadata.il" />
diff --git a/src/tests/reflection/GenericAttribute/GenericAttributeTests.csproj b/src/tests/reflection/GenericAttribute/GenericAttributeTests.csproj
index 4ca4f7b1ba1..98e2e5da3a0 100644
--- a/src/tests/reflection/GenericAttribute/GenericAttributeTests.csproj
+++ b/src/tests/reflection/GenericAttribute/GenericAttributeTests.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="GenericAttributeTests.cs" />
diff --git a/src/tests/reflection/Modifiers/modifiers.csproj b/src/tests/reflection/Modifiers/modifiers.csproj
index 20f1d2c1838..6e27508107a 100644
--- a/src/tests/reflection/Modifiers/modifiers.csproj
+++ b/src/tests/reflection/Modifiers/modifiers.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="modifiers.cs" />
diff --git a/src/tests/reflection/Modifiers/modifiersdata.ilproj b/src/tests/reflection/Modifiers/modifiersdata.ilproj
index 2d7924d4027..328686d7424 100644
--- a/src/tests/reflection/Modifiers/modifiersdata.ilproj
+++ b/src/tests/reflection/Modifiers/modifiersdata.ilproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="modifiersdata.il" />
diff --git a/src/tests/reflection/StaticInterfaceMembers/consumer.csproj b/src/tests/reflection/StaticInterfaceMembers/consumer.csproj
index 80381678582..4d483978e90 100644
--- a/src/tests/reflection/StaticInterfaceMembers/consumer.csproj
+++ b/src/tests/reflection/StaticInterfaceMembers/consumer.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="consumer.cs" />
diff --git a/src/tests/reflection/ldtoken/byrefs.ilproj b/src/tests/reflection/ldtoken/byrefs.ilproj
index 17d6a6994a1..244f6fabfbb 100644
--- a/src/tests/reflection/ldtoken/byrefs.ilproj
+++ b/src/tests/reflection/ldtoken/byrefs.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/ldtoken/ldtokenmember.ilproj b/src/tests/reflection/ldtoken/ldtokenmember.ilproj
index d1100fef0eb..38e3ca9a8a4 100644
--- a/src/tests/reflection/ldtoken/ldtokenmember.ilproj
+++ b/src/tests/reflection/ldtoken/ldtokenmember.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/ldtoken/modifiers.ilproj b/src/tests/reflection/ldtoken/modifiers.ilproj
index af7984e246f..9adb0b0e390 100644
--- a/src/tests/reflection/ldtoken/modifiers.ilproj
+++ b/src/tests/reflection/ldtoken/modifiers.ilproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/regression/github_25697/25697.csproj b/src/tests/reflection/regression/github_25697/25697.csproj
index 22998b4c56a..1b3326458f1 100644
--- a/src/tests/reflection/regression/github_25697/25697.csproj
+++ b/src/tests/reflection/regression/github_25697/25697.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/regression/hfa/hfaParam.csproj b/src/tests/reflection/regression/hfa/hfaParam.csproj
index 1fc48f81bfd..795a5ef028b 100644
--- a/src/tests/reflection/regression/hfa/hfaParam.csproj
+++ b/src/tests/reflection/regression/hfa/hfaParam.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/reflection/regression/manyStackArgs/manyStackArgs.csproj b/src/tests/reflection/regression/manyStackArgs/manyStackArgs.csproj
index adc3b7203ae..f3e1cbd44b4 100644
--- a/src/tests/reflection/regression/manyStackArgs/manyStackArgs.csproj
+++ b/src/tests/reflection/regression/manyStackArgs/manyStackArgs.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
diff --git a/src/tests/tracing/common/common.csproj b/src/tests/tracing/common/common.csproj
index 049549e4c3e..16de3f02daa 100644
--- a/src/tests/tracing/common/common.csproj
+++ b/src/tests/tracing/common/common.csproj
@@ -3,7 +3,6 @@
<OutputType>Library</OutputType>
<CLRTestKind>BuildOnly</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Assert.cs" />
diff --git a/src/tests/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj b/src/tests/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj
index ecd430f0b5a..d0d1c40bfe4 100644
--- a/src/tests/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj
+++ b/src/tests/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="EventActivityIdControl.cs" />
diff --git a/src/tests/tracing/eventcounter/eventcounter.csproj b/src/tests/tracing/eventcounter/eventcounter.csproj
index e7d06199161..0b548a3d140 100644
--- a/src/tests/tracing/eventcounter/eventcounter.csproj
+++ b/src/tests/tracing/eventcounter/eventcounter.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/gh53564.csproj b/src/tests/tracing/eventcounter/gh53564.csproj
index 5c2b810ee7c..25b71bcfbf9 100644
--- a/src/tests/tracing/eventcounter/gh53564.csproj
+++ b/src/tests/tracing/eventcounter/gh53564.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/incrementingeventcounter.csproj b/src/tests/tracing/eventcounter/incrementingeventcounter.csproj
index 20c917f8d8b..421ba01d163 100644
--- a/src/tests/tracing/eventcounter/incrementingeventcounter.csproj
+++ b/src/tests/tracing/eventcounter/incrementingeventcounter.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/incrementingpollingcounter.csproj b/src/tests/tracing/eventcounter/incrementingpollingcounter.csproj
index dce7ed6feea..88614b0bb5d 100644
--- a/src/tests/tracing/eventcounter/incrementingpollingcounter.csproj
+++ b/src/tests/tracing/eventcounter/incrementingpollingcounter.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/pollingcounter.csproj b/src/tests/tracing/eventcounter/pollingcounter.csproj
index bd666833b02..648bdccd7a5 100644
--- a/src/tests/tracing/eventcounter/pollingcounter.csproj
+++ b/src/tests/tracing/eventcounter/pollingcounter.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/regression-25709.csproj b/src/tests/tracing/eventcounter/regression-25709.csproj
index 2d73612dff4..d35dcf8d011 100644
--- a/src/tests/tracing/eventcounter/regression-25709.csproj
+++ b/src/tests/tracing/eventcounter/regression-25709.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/regression-46938.csproj b/src/tests/tracing/eventcounter/regression-46938.csproj
index e5d1f465238..0fa47827d4c 100644
--- a/src/tests/tracing/eventcounter/regression-46938.csproj
+++ b/src/tests/tracing/eventcounter/regression-46938.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventcounter/runtimecounters.csproj b/src/tests/tracing/eventcounter/runtimecounters.csproj
index 5859eb2f75d..44abb2b5f37 100644
--- a/src/tests/tracing/eventcounter/runtimecounters.csproj
+++ b/src/tests/tracing/eventcounter/runtimecounters.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test is timing sensitive and JIT timing affects the results of the test -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
diff --git a/src/tests/tracing/eventlistener/EventListenerThreadPool.csproj b/src/tests/tracing/eventlistener/EventListenerThreadPool.csproj
index 3d1631b94e8..4072b985020 100644
--- a/src/tests/tracing/eventlistener/EventListenerThreadPool.csproj
+++ b/src/tests/tracing/eventlistener/EventListenerThreadPool.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono'">true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
diff --git a/src/tests/tracing/eventlistener/eventlistener.csproj b/src/tests/tracing/eventlistener/eventlistener.csproj
index ef879e9e2af..2f015b971e2 100644
--- a/src/tests/tracing/eventlistener/eventlistener.csproj
+++ b/src/tests/tracing/eventlistener/eventlistener.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="EventListener.cs" />
diff --git a/src/tests/tracing/eventpipe/bigevent/bigevent.csproj b/src/tests/tracing/eventpipe/bigevent/bigevent.csproj
index 93363e3763c..4f4c1d0b299 100644
--- a/src/tests/tracing/eventpipe/bigevent/bigevent.csproj
+++ b/src/tests/tracing/eventpipe/bigevent/bigevent.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- GCStress timeout: https://github.com/dotnet/runtime/issues/51133 -->
diff --git a/src/tests/tracing/eventpipe/buffersize/buffersize.csproj b/src/tests/tracing/eventpipe/buffersize/buffersize.csproj
index 4ace0a09048..78f7f5c7de0 100644
--- a/src/tests/tracing/eventpipe/buffersize/buffersize.csproj
+++ b/src/tests/tracing/eventpipe/buffersize/buffersize.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/tracing/eventpipe/complus_config/name_config_with_pid.csproj b/src/tests/tracing/eventpipe/complus_config/name_config_with_pid.csproj
index 8104b7a93b6..c91a39690eb 100644
--- a/src/tests/tracing/eventpipe/complus_config/name_config_with_pid.csproj
+++ b/src/tests/tracing/eventpipe/complus_config/name_config_with_pid.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/tracing/eventpipe/diagnosticport/diagnosticport.csproj b/src/tests/tracing/eventpipe/diagnosticport/diagnosticport.csproj
index cec9486b658..ed69ca0a75e 100644
--- a/src/tests/tracing/eventpipe/diagnosticport/diagnosticport.csproj
+++ b/src/tests/tracing/eventpipe/diagnosticport/diagnosticport.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/38524 -->
diff --git a/src/tests/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj b/src/tests/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj
index 3d6ed00a968..a8e7888a687 100644
--- a/src/tests/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj
+++ b/src/tests/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj
@@ -2,12 +2,10 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- https://github.com/dotnet/runtime/issues/36028 -->
<GCStressIncompatible>true</GCStressIncompatible>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
- <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
diff --git a/src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj b/src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
index bec765d46b2..6e722f02139 100644
--- a/src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
+++ b/src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj b/src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj
index 9fd932ebaf9..d9ec3e2ecfe 100644
--- a/src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj
+++ b/src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj b/src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
index ed138ccb37b..23c72e216e4 100644
--- a/src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
+++ b/src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/tracing/eventpipe/gcdump/gcdump.csproj b/src/tests/tracing/eventpipe/gcdump/gcdump.csproj
index 6d27a4fd2b7..26b0e4e38b2 100644
--- a/src/tests/tracing/eventpipe/gcdump/gcdump.csproj
+++ b/src/tests/tracing/eventpipe/gcdump/gcdump.csproj
@@ -2,10 +2,8 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
diff --git a/src/tests/tracing/eventpipe/pauseonstart/pauseonstart.csproj b/src/tests/tracing/eventpipe/pauseonstart/pauseonstart.csproj
index cec9486b658..ed69ca0a75e 100644
--- a/src/tests/tracing/eventpipe/pauseonstart/pauseonstart.csproj
+++ b/src/tests/tracing/eventpipe/pauseonstart/pauseonstart.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/38524 -->
diff --git a/src/tests/tracing/eventpipe/processenvironment/processenvironment.csproj b/src/tests/tracing/eventpipe/processenvironment/processenvironment.csproj
index 8633e6ca188..80767b154f2 100644
--- a/src/tests/tracing/eventpipe/processenvironment/processenvironment.csproj
+++ b/src/tests/tracing/eventpipe/processenvironment/processenvironment.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
diff --git a/src/tests/tracing/eventpipe/processinfo/processinfo.csproj b/src/tests/tracing/eventpipe/processinfo/processinfo.csproj
index 69e7a9fba00..2760fd02c27 100644
--- a/src/tests/tracing/eventpipe/processinfo/processinfo.csproj
+++ b/src/tests/tracing/eventpipe/processinfo/processinfo.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- ilasm round-trip testing doesn't work, as test expects unchanged assembly name.
diff --git a/src/tests/tracing/eventpipe/processinfo2/processinfo2.csproj b/src/tests/tracing/eventpipe/processinfo2/processinfo2.csproj
index 69e7a9fba00..2760fd02c27 100644
--- a/src/tests/tracing/eventpipe/processinfo2/processinfo2.csproj
+++ b/src/tests/tracing/eventpipe/processinfo2/processinfo2.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- ilasm round-trip testing doesn't work, as test expects unchanged assembly name.
diff --git a/src/tests/tracing/eventpipe/providervalidation/providervalidation.csproj b/src/tests/tracing/eventpipe/providervalidation/providervalidation.csproj
index 4ace0a09048..78f7f5c7de0 100644
--- a/src/tests/tracing/eventpipe/providervalidation/providervalidation.csproj
+++ b/src/tests/tracing/eventpipe/providervalidation/providervalidation.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<GCStressIncompatible>true</GCStressIncompatible>
diff --git a/src/tests/tracing/eventpipe/reverse/reverse.csproj b/src/tests/tracing/eventpipe/reverse/reverse.csproj
index cec9486b658..ed69ca0a75e 100644
--- a/src/tests/tracing/eventpipe/reverse/reverse.csproj
+++ b/src/tests/tracing/eventpipe/reverse/reverse.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/38524 -->
diff --git a/src/tests/tracing/eventpipe/reverseouter/reverseouter.csproj b/src/tests/tracing/eventpipe/reverseouter/reverseouter.csproj
index f417b3704d4..55e8a2a220c 100644
--- a/src/tests/tracing/eventpipe/reverseouter/reverseouter.csproj
+++ b/src/tests/tracing/eventpipe/reverseouter/reverseouter.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- reverseouter fails under GCStress. Issue: https://github.com/dotnet/runtime/issues/38801 -->
diff --git a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj
index e8b39b4d249..08a856f757f 100644
--- a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj
+++ b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj
@@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- The test launches a secondary process and process launch creates
an infinite event loop in the SocketAsyncEngine on Linux. Since
diff --git a/src/tests/tracing/runtimeeventsource/nativeruntimeeventsource.csproj b/src/tests/tracing/runtimeeventsource/nativeruntimeeventsource.csproj
index 70336054f35..e6fab390492 100644
--- a/src/tests/tracing/runtimeeventsource/nativeruntimeeventsource.csproj
+++ b/src/tests/tracing/runtimeeventsource/nativeruntimeeventsource.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This test has a secondary thread with an infinite loop -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
diff --git a/src/tests/tracing/runtimeeventsource/runtimeeventsource.csproj b/src/tests/tracing/runtimeeventsource/runtimeeventsource.csproj
index 79075307131..3b0d2f0f032 100644
--- a/src/tests/tracing/runtimeeventsource/runtimeeventsource.csproj
+++ b/src/tests/tracing/runtimeeventsource/runtimeeventsource.csproj
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLRTestPriority>0</CLRTestPriority>
<!-- This test has a secondary thread with an infinite loop -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono'">true</DisableProjectBuild>