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
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/baseservices
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/baseservices')
-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
360 files changed, 0 insertions, 363 deletions
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" />