From d2669b87f64f983df6e9c2bca7f02f7f9e74bfed Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 18 May 2024 14:37:06 -0700 Subject: [PATCH] Delete empty DebugType property from test projects Empty string is not a valid value for DebugType property. Also deleted other unused properties and left-over comments. --- src/tests/GC/API/Frozen/Frozen.csproj | 1 - src/tests/GC/API/GC/Collect.csproj | 1 - src/tests/GC/API/GC/Collect0.csproj | 1 - src/tests/GC/API/GC/Collect1.csproj | 1 - src/tests/GC/API/GC/Collect_Aggressive.csproj | 1 - .../GC/API/GC/Collect_Aggressive_MultipleParameters.csproj | 1 - src/tests/GC/API/GC/Collect_Default_1.csproj | 1 - src/tests/GC/API/GC/Collect_Default_2.csproj | 1 - src/tests/GC/API/GC/Collect_Default_3.csproj | 1 - src/tests/GC/API/GC/Collect_Forced_1.csproj | 1 - src/tests/GC/API/GC/Collect_Forced_2.csproj | 1 - src/tests/GC/API/GC/Collect_Forced_3.csproj | 1 - src/tests/GC/API/GC/Collect_Optimized_1.csproj | 1 - src/tests/GC/API/GC/Collect_Optimized_2.csproj | 1 - src/tests/GC/API/GC/Collect_Optimized_3.csproj | 1 - src/tests/GC/API/GC/Collect_fail.csproj | 1 - src/tests/GC/API/GC/Collect_neg.csproj | 1 - src/tests/GC/API/GC/CollectionCountTest.csproj | 1 - src/tests/GC/API/GC/Finalize.csproj | 1 - src/tests/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj | 1 - src/tests/GC/API/GC/GetGCMemoryInfo.csproj | 1 - src/tests/GC/API/GC/GetGeneration.csproj | 1 - src/tests/GC/API/GC/GetGenerationWR.csproj | 1 - src/tests/GC/API/GC/GetGenerationWR2.csproj | 1 - src/tests/GC/API/GC/GetGeneration_box.csproj | 1 - src/tests/GC/API/GC/GetGeneration_fail.csproj | 1 - src/tests/GC/API/GC/GetTotalAllocatedBytes.csproj | 1 - src/tests/GC/API/GC/GetTotalMemory.csproj | 1 - src/tests/GC/API/GC/GetTotalPauseDuration.csproj | 1 - src/tests/GC/API/GC/KeepAlive.csproj | 1 - src/tests/GC/API/GC/KeepAliveNull.csproj | 1 - src/tests/GC/API/GC/KeepAliveRecur.csproj | 1 - src/tests/GC/API/GC/MaxGeneration.csproj | 1 - src/tests/GC/API/GC/ReRegisterForFinalize.csproj | 1 - src/tests/GC/API/GC/ReRegisterForFinalize_null.csproj | 1 - src/tests/GC/API/GC/SuppressFinalize.csproj | 1 - src/tests/GC/API/GC/SuppressFinalize_Null.csproj | 1 - src/tests/GC/API/GC/TotalMemory.csproj | 1 - src/tests/GC/API/GC/TotalMemory2.csproj | 1 - src/tests/GC/API/GCHandle/AddrOfPinnedObject.csproj | 1 - src/tests/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj | 1 - src/tests/GC/API/GCHandle/Alloc.csproj | 1 - src/tests/GC/API/GCHandle/Alloc_neg.csproj | 1 - src/tests/GC/API/GCHandle/Alloc_neg2.csproj | 1 - src/tests/GC/API/GCHandle/Casting.csproj | 1 - src/tests/GC/API/GCHandle/Equality.csproj | 1 - src/tests/GC/API/GCHandle/Free.csproj | 1 - src/tests/GC/API/GCHandle/Free_neg.csproj | 1 - src/tests/GC/API/GCHandle/HandleCopy.csproj | 1 - src/tests/GC/API/GCHandle/IsAllocated.csproj | 1 - src/tests/GC/API/GCHandle/Normal.csproj | 1 - src/tests/GC/API/GCHandle/PinObj_neg.csproj | 1 - src/tests/GC/API/GCHandle/Pinned.csproj | 1 - src/tests/GC/API/GCHandle/Target.csproj | 1 - src/tests/GC/API/GCHandle/Target_neg.csproj | 1 - src/tests/GC/API/GCHandle/ToFromIntPtr.csproj | 1 - src/tests/GC/API/GCHandle/Weak.csproj | 1 - src/tests/GC/API/GCHandleCollector/Count.csproj | 1 - src/tests/GC/API/GCHandleCollector/CtorsAndProperties.csproj | 1 - src/tests/GC/API/GCHandleCollector/NegTests.csproj | 1 - src/tests/GC/API/GCHandleCollector/Usage.csproj | 1 - src/tests/GC/API/GCSettings/InputValidation.csproj | 1 - src/tests/GC/API/NoGCRegion/NoGC.csproj | 1 - src/tests/GC/API/Refresh/Refresh.csproj | 1 - src/tests/GC/API/WeakReference/Finalize.csproj | 1 - src/tests/GC/API/WeakReference/Finalize2.csproj | 1 - src/tests/GC/API/WeakReference/IsAlive.csproj | 1 - src/tests/GC/API/WeakReference/IsAlive_neg.csproj | 1 - src/tests/GC/API/WeakReference/NullHandle.csproj | 1 - src/tests/GC/API/WeakReference/Target.csproj | 1 - src/tests/GC/API/WeakReference/TrackResurrection.csproj | 1 - src/tests/GC/API/WeakReference/multipleWRs.csproj | 1 - src/tests/GC/API/WeakReference/multipleWRs_1.csproj | 1 - src/tests/GC/Features/HeapExpansion/bestfit_1.csproj | 1 - src/tests/JIT/Directed/Misc/Concat/ConcatTest.csproj | 2 -- .../Directed/Misc/gettype/gettypetypeofmatrix_gettype.csproj | 2 -- .../Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_r.csproj | 1 - .../Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_ro.csproj | 1 - .../Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_r.csproj | 1 - .../Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_ro.csproj | 1 - src/tests/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj | 3 --- .../JIT/Directed/PREFIX/unaligned/1/add_unaligned_1.ilproj | 3 --- .../JIT/Directed/PREFIX/unaligned/4/add_unaligned_4.ilproj | 3 --- src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj | 1 - src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj | 1 - src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj | 1 - src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj | 1 - src/tests/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj | 1 - src/tests/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj | 1 - .../Directed/coverage/importer/ldfldstatic1_importer_r.ilproj | 3 --- .../Directed/coverage/importer/stfldstatic1_importer_r.ilproj | 3 --- src/tests/JIT/Directed/coverage/importer/subovfun1_r.ilproj | 3 --- src/tests/JIT/Directed/coverage/oldtests/tls1.ilproj | 3 --- src/tests/JIT/Directed/coverage/oldtests/tls2.ilproj | 3 --- src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj | 3 --- src/tests/JIT/Directed/forceinlining/NoMetaData.csproj | 3 --- src/tests/JIT/Directed/forceinlining/Recursion.csproj | 3 --- .../gettypetypeof/gettypetypeofmatrix_gettypetypeof.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/constructor_d.csproj | 1 - src/tests/JIT/Directed/nullabletypes/constructor_do.csproj | 1 - src/tests/JIT/Directed/nullabletypes/constructor_r.csproj | 1 - src/tests/JIT/Directed/nullabletypes/constructor_ro.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hashcode_d.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hashcode_do.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hashcode_r.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hashcode_ro.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hasvalue_d.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hasvalue_do.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hasvalue_r.csproj | 1 - src/tests/JIT/Directed/nullabletypes/hasvalue_ro.csproj | 1 - src/tests/JIT/Directed/nullabletypes/invocation_d.csproj | 1 - src/tests/JIT/Directed/nullabletypes/invocation_do.csproj | 1 - src/tests/JIT/Directed/nullabletypes/invocation_r.csproj | 1 - src/tests/JIT/Directed/nullabletypes/invocation_ro.csproj | 1 - src/tests/JIT/Directed/nullabletypes/tostring_d.csproj | 1 - src/tests/JIT/Directed/nullabletypes/tostring_do.csproj | 1 - src/tests/JIT/Directed/nullabletypes/tostring_r.csproj | 1 - src/tests/JIT/Directed/nullabletypes/tostring_ro.csproj | 1 - src/tests/JIT/Directed/nullabletypes/unboxnullable_d.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/unboxnullable_do.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/unboxnullable_r.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/unboxnullable_ro.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/value_d.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/value_do.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/value_r.csproj | 3 --- src/tests/JIT/Directed/nullabletypes/value_ro.csproj | 3 --- .../JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj | 3 --- .../JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj | 3 --- .../JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj | 3 --- .../JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj | 3 --- .../perffix/primitivevt/callconv1_perffix_cs_d.csproj | 1 - .../perffix/primitivevt/callconv1_perffix_cs_do.csproj | 1 - .../perffix/primitivevt/callconv1_perffix_cs_r.csproj | 1 - .../perffix/primitivevt/callconv1_perffix_cs_ro.csproj | 1 - .../perffix/primitivevt/callconv2_perffix_cs_d.csproj | 1 - .../perffix/primitivevt/callconv2_perffix_cs_do.csproj | 1 - .../perffix/primitivevt/callconv2_perffix_cs_r.csproj | 1 - .../perffix/primitivevt/callconv2_perffix_cs_ro.csproj | 1 - src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj | 3 --- .../JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj | 3 --- src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj | 3 --- .../JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj | 3 --- src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj | 3 --- .../JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj | 3 --- src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj | 3 --- .../JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj | 3 --- src/tests/JIT/Directed/shift/int16_r.csproj | 1 - src/tests/JIT/Directed/shift/int16_ro.csproj | 1 - src/tests/JIT/Directed/shift/int32_r.csproj | 1 - src/tests/JIT/Directed/shift/int32_ro.csproj | 1 - src/tests/JIT/Directed/shift/int64_r.csproj | 1 - src/tests/JIT/Directed/shift/int64_ro.csproj | 1 - src/tests/JIT/Directed/shift/uint16_r.csproj | 1 - src/tests/JIT/Directed/shift/uint16_ro.csproj | 1 - src/tests/JIT/Directed/shift/uint32_r.csproj | 1 - src/tests/JIT/Directed/shift/uint32_ro.csproj | 1 - src/tests/JIT/Directed/shift/uint64Opt_r.csproj | 1 - src/tests/JIT/Directed/shift/uint64Opt_ro.csproj | 1 - src/tests/JIT/Directed/shift/uint64_r.csproj | 1 - src/tests/JIT/Directed/shift/uint64_ro.csproj | 1 - src/tests/JIT/Directed/shift/uint8_r.csproj | 1 - src/tests/JIT/Directed/shift/uint8_ro.csproj | 1 - src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj | 2 -- src/tests/JIT/Generics/Constraints/Call_instance01_r.csproj | 1 - src/tests/JIT/Generics/Constraints/Call_instance01_ro.csproj | 1 - src/tests/JIT/Generics/Fields/getclassfrommethodparam.csproj | 1 - .../JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj | 3 --- src/tests/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj | 3 --- src/tests/JIT/Methodical/Coverage/b39946.ilproj | 3 --- src/tests/JIT/Methodical/Coverage/b518440.ilproj | 3 --- src/tests/JIT/Methodical/Coverage/hole.ilproj | 3 --- src/tests/JIT/Methodical/cctor/misc/testlib_misc.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads1_cs_d.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads1_cs_do.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads1_cs_r.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads2_cs_d.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads2_cs_do.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads2_cs_r.csproj | 1 - src/tests/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj | 1 - src/tests/JIT/Methodical/stringintern/test1-xassem.csproj | 1 - src/tests/JIT/Methodical/stringintern/test2-xassem.csproj | 1 - src/tests/JIT/Methodical/stringintern/test4-xassem.csproj | 1 - src/tests/JIT/Methodical/stringintern/testgenstr.csproj | 3 --- src/tests/JIT/Methodical/stringintern/teststr.csproj | 3 --- .../Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj | 3 --- .../JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj | 1 - .../JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj | 3 --- .../V1-M11-Beta1/b43313/Desktop/b43313_Desktop.csproj | 1 - .../Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj | 4 ---- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj | 3 --- .../V1-M12-Beta2/b55197/Desktop/b55197_Desktop.csproj | 1 - .../Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj | 3 --- .../Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj | 3 --- .../CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj | 3 --- .../Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj | 3 --- .../CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj | 1 - .../CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj | 1 - .../JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj | 3 --- .../Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj | 3 --- .../Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj | 3 --- .../Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj | 3 --- .../Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj | 3 --- .../Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj | 2 -- .../JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj | 3 --- .../JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj | 3 --- .../CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj | 3 --- .../JIT/Regression/Dev11/External/Dev11_243742/dll.csproj | 3 --- .../Dev11/External/dev11_132534/CSharpPart_132534.csproj | 1 - .../Dev11/External/dev11_145295/CSharpPart_145295.csproj | 1 - .../Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj | 1 - .../Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj | 1 - .../JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13735/GitHub_13735.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj | 1 - src/tests/JIT/Regression/JitBlue/GitHub_22583/base.csproj | 1 - src/tests/JIT/Regression/JitBlue/GitHub_22583/lib.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj | 1 - .../JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_13669/Runtime_13669.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_34937/Runtime_34937.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_35724/Runtime_35724.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_39403/Runtime_39403.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_39737/Runtime_39737.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_40440/Runtime_40440.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_40444/Runtime_40444.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_55107/Runtime_55107.csproj | 1 - .../JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj | 2 -- .../JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj | 2 -- .../Regression/JitBlue/WPF_3226/CSharpRepro/WPF_3226.csproj | 1 - .../Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj | 3 --- .../JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj | 3 --- .../JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj | 1 - src/tests/JIT/common/localloc_common.ilproj | 3 --- src/tests/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj | 3 --- src/tests/JIT/jit64/hfa/main/dll/common.csproj | 3 --- src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj | 1 - src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj | 1 - src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj | 1 - src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj | 1 - .../JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj | 3 --- src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj | 1 - src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh01_large.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh01_small.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh02_large.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh02_small.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh05_large.csproj | 1 - src/tests/JIT/jit64/localloc/eh/eh05_small.csproj | 1 - src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj | 1 - src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj | 1 - src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj | 1 - src/tests/JIT/jit64/opt/cprop/cprop001_d.csproj | 3 --- src/tests/JIT/jit64/opt/cprop/cprop001_do.csproj | 3 --- src/tests/JIT/jit64/opt/cprop/cprop001_r.csproj | 3 --- src/tests/JIT/jit64/opt/cprop/cprop001_ro.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj | 3 --- src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj | 3 --- src/tests/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj | 3 --- src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj | 3 --- src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj | 3 --- src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj | 3 --- src/tests/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj | 3 --- src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj | 3 --- .../JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj | 3 --- .../JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj | 3 --- src/tests/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj | 3 --- .../jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj | 3 --- .../JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj | 3 --- .../jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj | 3 --- .../JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj | 3 --- .../jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj | 3 --- src/tests/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj | 3 --- src/tests/JIT/jit64/regress/vsw/560402/opadd.csproj | 3 --- src/tests/JIT/jit64/regress/vsw/560402/opmul.csproj | 3 --- src/tests/JIT/jit64/regress/vsw/560402/opsub.csproj | 3 --- src/tests/JIT/jit64/regress/vsw/568666/library1.csproj | 1 - src/tests/JIT/jit64/regress/vsw/568666/library2.csproj | 1 - src/tests/JIT/jit64/regress/vsw/568666/test_568666.csproj | 1 - src/tests/JIT/jit64/rtchecks/overflow/overflow01_add.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow01_div.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow02_add.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow02_div.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow03_add.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow03_div.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow04_add.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow04_div.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj | 3 --- src/tests/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj | 3 --- .../JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj | 3 --- src/tests/JIT/opt/AssertionPropagation/ConstantProp.csproj | 3 --- src/tests/JIT/opt/AssertionPropagation/CopyProp.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj | 3 --- .../JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj | 3 --- src/tests/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj | 3 --- .../regression/dev10/bug573840/bug573840.csproj | 3 --- src/tests/JIT/opt/FastTailCall/FastTailCallCandidates.csproj | 3 --- src/tests/JIT/opt/FastTailCall/FastTailCallInlining.csproj | 3 --- src/tests/JIT/opt/FastTailCall/GitHubIssue12479.csproj | 3 --- src/tests/JIT/opt/FastTailCall/StackFixup.csproj | 3 --- src/tests/JIT/opt/FastTailCall/StructPassingSimple.csproj | 3 --- src/tests/JIT/opt/ForwardSub/andnotcontained.csproj | 1 - src/tests/JIT/opt/ForwardSub/callArgInterference.csproj | 1 - src/tests/JIT/opt/ForwardSub/callArgInterference2.csproj | 1 - src/tests/JIT/opt/ForwardSub/callArgInterference3.csproj | 1 - src/tests/JIT/opt/ForwardSub/earlyLiveness.csproj | 1 - src/tests/JIT/opt/ForwardSub/lowerContainCheckCompare.csproj | 1 - src/tests/JIT/opt/ForwardSub/modOpt.csproj | 1 - src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj | 1 - .../JIT/opt/GuardedDevirtualization/enumerablecloning.csproj | 1 - .../JIT/opt/GuardedDevirtualization/typetestcloning.csproj | 1 - .../JIT/opt/Inline/regression/bug595776/bug595776.csproj | 3 --- src/tests/JIT/opt/Inline/tests/ArrayOfStructs.csproj | 3 --- src/tests/JIT/opt/Inline/tests/DelegInstanceFtn.csproj | 3 --- src/tests/JIT/opt/Inline/tests/DelegStaticFtn.csproj | 3 --- src/tests/JIT/opt/Inline/tests/GenericStructs.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline.csproj | 3 --- src/tests/JIT/opt/Inline/tests/InlineThrow.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_Many.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_NewObj.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_Recursion.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj | 3 --- .../JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_STARG.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_SideAffects.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_Vars.csproj | 3 --- src/tests/JIT/opt/Inline/tests/Inline_handler.csproj | 3 --- src/tests/JIT/opt/Inline/tests/LotsOfInlines.csproj | 3 --- src/tests/JIT/opt/Inline/tests/ReturnStruct_Method.csproj | 3 --- src/tests/JIT/opt/Inline/tests/StructAsParam_Method.csproj | 3 --- src/tests/JIT/opt/Inline/tests/StructInClass.csproj | 3 --- src/tests/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj | 2 -- src/tests/JIT/opt/Inline/tests/args1.csproj | 3 --- src/tests/JIT/opt/Inline/tests/args2.csproj | 3 --- src/tests/JIT/opt/Inline/tests/args3.csproj | 3 --- src/tests/JIT/opt/Inline/tests/array.csproj | 3 --- src/tests/JIT/opt/Inline/tests/debug.csproj | 3 --- src/tests/JIT/opt/Inline/tests/deepcall.csproj | 3 --- src/tests/JIT/opt/Inline/tests/ifelse.csproj | 3 --- src/tests/JIT/opt/Inline/tests/indexer.csproj | 3 --- src/tests/JIT/opt/Inline/tests/interfaceCall.csproj | 3 --- src/tests/JIT/opt/Inline/tests/interfaceproperty.csproj | 3 --- src/tests/JIT/opt/Inline/tests/mathfunc.csproj | 3 --- src/tests/JIT/opt/Inline/tests/mthdimpl.csproj | 3 --- src/tests/JIT/opt/Inline/tests/property.csproj | 3 --- src/tests/JIT/opt/Inline/tests/size.csproj | 3 --- src/tests/JIT/opt/Inline/tests/struct_opcodes.csproj | 3 --- src/tests/JIT/opt/Inline/tests/throwtest.csproj | 3 --- src/tests/JIT/opt/Inline/tests/trycatch.csproj | 3 --- src/tests/JIT/opt/OSR/Runtime_69032.csproj | 1 - src/tests/JIT/opt/OSR/Runtime_89666.csproj | 1 - src/tests/JIT/opt/OSR/addressexposedlocal.csproj | 1 - src/tests/JIT/opt/OSR/doublestackalloc.csproj | 1 - src/tests/JIT/opt/OSR/example.csproj | 1 - src/tests/JIT/opt/OSR/exposure1.csproj | 1 - src/tests/JIT/opt/OSR/exposure2.csproj | 1 - src/tests/JIT/opt/OSR/genericmethodpatchpoint.csproj | 1 - src/tests/JIT/opt/OSR/handlerloop.csproj | 1 - src/tests/JIT/opt/OSR/innerloop.csproj | 1 - src/tests/JIT/opt/OSR/integersumloop.csproj | 1 - src/tests/JIT/opt/OSR/invalidpromotion.csproj | 1 - src/tests/JIT/opt/OSR/largefuncletframe.csproj | 1 - src/tests/JIT/opt/OSR/livelocaladdress.csproj | 1 - src/tests/JIT/opt/OSR/livelocalstackalloc.csproj | 1 - src/tests/JIT/opt/OSR/mainloop.csproj | 1 - src/tests/JIT/opt/OSR/mainloop2.csproj | 1 - src/tests/JIT/opt/OSR/mainlooptry.csproj | 1 - src/tests/JIT/opt/OSR/mainlooptry2.csproj | 1 - src/tests/JIT/opt/OSR/mainlooptry3.csproj | 1 - src/tests/JIT/opt/OSR/mainlooptry4.csproj | 1 - src/tests/JIT/opt/OSR/memoryargument.csproj | 1 - src/tests/JIT/opt/OSR/nesteddoloops.csproj | 1 - src/tests/JIT/opt/OSR/normalizeonload.csproj | 1 - src/tests/JIT/opt/OSR/originalstackalloc.csproj | 1 - src/tests/JIT/opt/OSR/osrcontainstry.csproj | 1 - src/tests/JIT/opt/OSR/pinnedlocal.csproj | 1 - src/tests/JIT/opt/OSR/promoted.csproj | 1 - src/tests/JIT/opt/OSR/shadowparam.csproj | 1 - src/tests/JIT/opt/OSR/shortenregisteredlocal.csproj | 1 - src/tests/JIT/opt/OSR/synchronized.csproj | 1 - src/tests/JIT/opt/OSR/tailpgo.csproj | 1 - src/tests/JIT/opt/OSR/tailpgo2.csproj | 1 - src/tests/JIT/opt/OSR/tailrecurse.csproj | 1 - src/tests/JIT/opt/OSR/tailrecursetry.csproj | 1 - src/tests/JIT/opt/OSR/tailrecursetry2.csproj | 1 - src/tests/JIT/opt/OSR/twoosrmethods.csproj | 1 - src/tests/JIT/opt/OSR/twoosrmethods1.csproj | 1 - src/tests/JIT/opt/RedundantBranch/RedundantBranchAnd.csproj | 1 - src/tests/JIT/opt/RedundantBranch/RedundantBranchOr.csproj | 1 - .../JIT/opt/RedundantBranch/RedundantBranchUnsigned.csproj | 1 - src/tests/JIT/opt/perf/doublealign/Arrays.csproj | 3 --- src/tests/JIT/opt/perf/doublealign/Locals.csproj | 3 --- .../JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj | 3 --- .../JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj | 3 --- .../JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj | 3 --- .../JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj | 3 --- .../JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj | 1 - .../JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj | 1 - src/tests/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj | 3 --- .../JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj | 3 --- src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj | 3 --- .../JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj | 3 --- .../diamondshape/diamondshape_r.ilproj | 3 --- .../sharedgenerics/sharedgenerics_r.ilproj | 3 --- .../DiamondShape/svm_diamondshape_r.ilproj | 3 --- .../GenericContext/GenericContextCommonCs.csproj | 3 --- .../TypeHierarchy/TypeHierarchyCommonCs.csproj | 3 --- src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj | 1 - 734 files changed, 1263 deletions(-) diff --git a/src/tests/GC/API/Frozen/Frozen.csproj b/src/tests/GC/API/Frozen/Frozen.csproj index 365f9ae36ae06b..cdead21ae9734a 100644 --- a/src/tests/GC/API/Frozen/Frozen.csproj +++ b/src/tests/GC/API/Frozen/Frozen.csproj @@ -7,7 +7,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/GC/Collect.csproj b/src/tests/GC/API/GC/Collect.csproj index f63c83499536e1..004c93a1d5072c 100644 --- a/src/tests/GC/API/GC/Collect.csproj +++ b/src/tests/GC/API/GC/Collect.csproj @@ -5,7 +5,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/GC/Collect0.csproj b/src/tests/GC/API/GC/Collect0.csproj index b9852e6827c75e..13bec04412bb6c 100644 --- a/src/tests/GC/API/GC/Collect0.csproj +++ b/src/tests/GC/API/GC/Collect0.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly true diff --git a/src/tests/GC/API/GC/Collect1.csproj b/src/tests/GC/API/GC/Collect1.csproj index 5614f84705708a..fd7b51c3039193 100644 --- a/src/tests/GC/API/GC/Collect1.csproj +++ b/src/tests/GC/API/GC/Collect1.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly true diff --git a/src/tests/GC/API/GC/Collect_Aggressive.csproj b/src/tests/GC/API/GC/Collect_Aggressive.csproj index 86f2ea87f1440c..fbed62fde60542 100644 --- a/src/tests/GC/API/GC/Collect_Aggressive.csproj +++ b/src/tests/GC/API/GC/Collect_Aggressive.csproj @@ -7,7 +7,6 @@ 0 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Aggressive_MultipleParameters.csproj b/src/tests/GC/API/GC/Collect_Aggressive_MultipleParameters.csproj index fca19989bd5ee4..a2f9aa2b2359e1 100644 --- a/src/tests/GC/API/GC/Collect_Aggressive_MultipleParameters.csproj +++ b/src/tests/GC/API/GC/Collect_Aggressive_MultipleParameters.csproj @@ -7,7 +7,6 @@ 0 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Default_1.csproj b/src/tests/GC/API/GC/Collect_Default_1.csproj index 8f57c4f9dedc7c..fb4b09e3f95d4c 100644 --- a/src/tests/GC/API/GC/Collect_Default_1.csproj +++ b/src/tests/GC/API/GC/Collect_Default_1.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Default_2.csproj b/src/tests/GC/API/GC/Collect_Default_2.csproj index 3d54080c946db6..3dc093cfad136d 100644 --- a/src/tests/GC/API/GC/Collect_Default_2.csproj +++ b/src/tests/GC/API/GC/Collect_Default_2.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Default_3.csproj b/src/tests/GC/API/GC/Collect_Default_3.csproj index f7c634662f35cb..c222fc8398c490 100644 --- a/src/tests/GC/API/GC/Collect_Default_3.csproj +++ b/src/tests/GC/API/GC/Collect_Default_3.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Forced_1.csproj b/src/tests/GC/API/GC/Collect_Forced_1.csproj index af42f4bee160ff..68ccf82ad68ebd 100644 --- a/src/tests/GC/API/GC/Collect_Forced_1.csproj +++ b/src/tests/GC/API/GC/Collect_Forced_1.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly true diff --git a/src/tests/GC/API/GC/Collect_Forced_2.csproj b/src/tests/GC/API/GC/Collect_Forced_2.csproj index e0f46d4b1dfb24..614679d5d3d362 100644 --- a/src/tests/GC/API/GC/Collect_Forced_2.csproj +++ b/src/tests/GC/API/GC/Collect_Forced_2.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly true diff --git a/src/tests/GC/API/GC/Collect_Forced_3.csproj b/src/tests/GC/API/GC/Collect_Forced_3.csproj index f68948c4271686..305b3fa81751c2 100644 --- a/src/tests/GC/API/GC/Collect_Forced_3.csproj +++ b/src/tests/GC/API/GC/Collect_Forced_3.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly true diff --git a/src/tests/GC/API/GC/Collect_Optimized_1.csproj b/src/tests/GC/API/GC/Collect_Optimized_1.csproj index 90698ba19d82a8..eab85ce11f5afd 100644 --- a/src/tests/GC/API/GC/Collect_Optimized_1.csproj +++ b/src/tests/GC/API/GC/Collect_Optimized_1.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Optimized_2.csproj b/src/tests/GC/API/GC/Collect_Optimized_2.csproj index e4080e0820a0c7..15c4ccda5fbafe 100644 --- a/src/tests/GC/API/GC/Collect_Optimized_2.csproj +++ b/src/tests/GC/API/GC/Collect_Optimized_2.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_Optimized_3.csproj b/src/tests/GC/API/GC/Collect_Optimized_3.csproj index 4974668203c451..df949d361c10bf 100644 --- a/src/tests/GC/API/GC/Collect_Optimized_3.csproj +++ b/src/tests/GC/API/GC/Collect_Optimized_3.csproj @@ -4,7 +4,6 @@ 2 - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_fail.csproj b/src/tests/GC/API/GC/Collect_fail.csproj index 586cd07c9df2eb..9d52bc72ec6b3d 100644 --- a/src/tests/GC/API/GC/Collect_fail.csproj +++ b/src/tests/GC/API/GC/Collect_fail.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/Collect_neg.csproj b/src/tests/GC/API/GC/Collect_neg.csproj index 905acf448213b8..34d6e3c98db238 100644 --- a/src/tests/GC/API/GC/Collect_neg.csproj +++ b/src/tests/GC/API/GC/Collect_neg.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/CollectionCountTest.csproj b/src/tests/GC/API/GC/CollectionCountTest.csproj index 5212016e6e7869..0d14b24d30d424 100644 --- a/src/tests/GC/API/GC/CollectionCountTest.csproj +++ b/src/tests/GC/API/GC/CollectionCountTest.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/Finalize.csproj b/src/tests/GC/API/GC/Finalize.csproj index fe5e039d5087fd..521c526c2fa53b 100644 --- a/src/tests/GC/API/GC/Finalize.csproj +++ b/src/tests/GC/API/GC/Finalize.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj b/src/tests/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj index 71463c3dabd0b9..63d34b1f8d16ad 100644 --- a/src/tests/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj +++ b/src/tests/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj @@ -4,7 +4,6 @@ true - PdbOnly true diff --git a/src/tests/GC/API/GC/GetGCMemoryInfo.csproj b/src/tests/GC/API/GC/GetGCMemoryInfo.csproj index fc8c52964d6ab4..a3e583fd618908 100644 --- a/src/tests/GC/API/GC/GetGCMemoryInfo.csproj +++ b/src/tests/GC/API/GC/GetGCMemoryInfo.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly true diff --git a/src/tests/GC/API/GC/GetGeneration.csproj b/src/tests/GC/API/GC/GetGeneration.csproj index ed537d44d582a9..9b2082bee17a61 100644 --- a/src/tests/GC/API/GC/GetGeneration.csproj +++ b/src/tests/GC/API/GC/GetGeneration.csproj @@ -4,7 +4,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/GC/GetGenerationWR.csproj b/src/tests/GC/API/GC/GetGenerationWR.csproj index 755022a8b246dc..ac7441211d255a 100644 --- a/src/tests/GC/API/GC/GetGenerationWR.csproj +++ b/src/tests/GC/API/GC/GetGenerationWR.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/GetGenerationWR2.csproj b/src/tests/GC/API/GC/GetGenerationWR2.csproj index 7fb316e5a064b6..376eef44664ef6 100644 --- a/src/tests/GC/API/GC/GetGenerationWR2.csproj +++ b/src/tests/GC/API/GC/GetGenerationWR2.csproj @@ -6,7 +6,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/GetGeneration_box.csproj b/src/tests/GC/API/GC/GetGeneration_box.csproj index 1abd1e9906a994..a3fc3c30e942fe 100644 --- a/src/tests/GC/API/GC/GetGeneration_box.csproj +++ b/src/tests/GC/API/GC/GetGeneration_box.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/GetGeneration_fail.csproj b/src/tests/GC/API/GC/GetGeneration_fail.csproj index f6ac71b6b7f85c..f453c7a01504be 100644 --- a/src/tests/GC/API/GC/GetGeneration_fail.csproj +++ b/src/tests/GC/API/GC/GetGeneration_fail.csproj @@ -4,7 +4,6 @@ - PdbOnly diff --git a/src/tests/GC/API/GC/GetTotalAllocatedBytes.csproj b/src/tests/GC/API/GC/GetTotalAllocatedBytes.csproj index 3bb2bb69479651..6ea7fdcaae135f 100644 --- a/src/tests/GC/API/GC/GetTotalAllocatedBytes.csproj +++ b/src/tests/GC/API/GC/GetTotalAllocatedBytes.csproj @@ -4,7 +4,6 @@ true - PdbOnly true diff --git a/src/tests/GC/API/GC/GetTotalMemory.csproj b/src/tests/GC/API/GC/GetTotalMemory.csproj index f2dcbc0e03cd10..8c5282f18571b0 100644 --- a/src/tests/GC/API/GC/GetTotalMemory.csproj +++ b/src/tests/GC/API/GC/GetTotalMemory.csproj @@ -6,7 +6,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/GetTotalPauseDuration.csproj b/src/tests/GC/API/GC/GetTotalPauseDuration.csproj index 00a592fd61bd4d..d5308223116220 100644 --- a/src/tests/GC/API/GC/GetTotalPauseDuration.csproj +++ b/src/tests/GC/API/GC/GetTotalPauseDuration.csproj @@ -12,7 +12,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/KeepAlive.csproj b/src/tests/GC/API/GC/KeepAlive.csproj index 308c0fb740cb20..d12dd0eadf190b 100644 --- a/src/tests/GC/API/GC/KeepAlive.csproj +++ b/src/tests/GC/API/GC/KeepAlive.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/KeepAliveNull.csproj b/src/tests/GC/API/GC/KeepAliveNull.csproj index 1c4d5f7167e38e..4c851cfc3448d4 100644 --- a/src/tests/GC/API/GC/KeepAliveNull.csproj +++ b/src/tests/GC/API/GC/KeepAliveNull.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/KeepAliveRecur.csproj b/src/tests/GC/API/GC/KeepAliveRecur.csproj index ae0789f10daec8..dbcce512cfb345 100644 --- a/src/tests/GC/API/GC/KeepAliveRecur.csproj +++ b/src/tests/GC/API/GC/KeepAliveRecur.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly true diff --git a/src/tests/GC/API/GC/MaxGeneration.csproj b/src/tests/GC/API/GC/MaxGeneration.csproj index 20539e8b3361ce..d6cbd21707c5cb 100644 --- a/src/tests/GC/API/GC/MaxGeneration.csproj +++ b/src/tests/GC/API/GC/MaxGeneration.csproj @@ -4,7 +4,6 @@ - PdbOnly diff --git a/src/tests/GC/API/GC/ReRegisterForFinalize.csproj b/src/tests/GC/API/GC/ReRegisterForFinalize.csproj index ae6b4fb0116a23..1aece2971c5f87 100644 --- a/src/tests/GC/API/GC/ReRegisterForFinalize.csproj +++ b/src/tests/GC/API/GC/ReRegisterForFinalize.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/ReRegisterForFinalize_null.csproj b/src/tests/GC/API/GC/ReRegisterForFinalize_null.csproj index 88d435668d96f3..5346d389e2fc85 100644 --- a/src/tests/GC/API/GC/ReRegisterForFinalize_null.csproj +++ b/src/tests/GC/API/GC/ReRegisterForFinalize_null.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/SuppressFinalize.csproj b/src/tests/GC/API/GC/SuppressFinalize.csproj index cec0f4d9966fb8..dff48cb97c2f38 100644 --- a/src/tests/GC/API/GC/SuppressFinalize.csproj +++ b/src/tests/GC/API/GC/SuppressFinalize.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GC/SuppressFinalize_Null.csproj b/src/tests/GC/API/GC/SuppressFinalize_Null.csproj index 127a1cf08c37bb..6635d8672bdd1d 100644 --- a/src/tests/GC/API/GC/SuppressFinalize_Null.csproj +++ b/src/tests/GC/API/GC/SuppressFinalize_Null.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GC/TotalMemory.csproj b/src/tests/GC/API/GC/TotalMemory.csproj index 27048c1d81d027..596eb49932029a 100644 --- a/src/tests/GC/API/GC/TotalMemory.csproj +++ b/src/tests/GC/API/GC/TotalMemory.csproj @@ -9,7 +9,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/GC/TotalMemory2.csproj b/src/tests/GC/API/GC/TotalMemory2.csproj index eccd9b6b24523f..7bfeb7fc251e20 100644 --- a/src/tests/GC/API/GC/TotalMemory2.csproj +++ b/src/tests/GC/API/GC/TotalMemory2.csproj @@ -8,7 +8,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/GCHandle/AddrOfPinnedObject.csproj b/src/tests/GC/API/GCHandle/AddrOfPinnedObject.csproj index 5d5995864f4284..6e35030fb62ff9 100644 --- a/src/tests/GC/API/GCHandle/AddrOfPinnedObject.csproj +++ b/src/tests/GC/API/GCHandle/AddrOfPinnedObject.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj b/src/tests/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj index 2b9241bfbcd363..9e48185f59990f 100644 --- a/src/tests/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj +++ b/src/tests/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Alloc.csproj b/src/tests/GC/API/GCHandle/Alloc.csproj index 9bca1f7f475303..8f1d6ffb32c9c4 100644 --- a/src/tests/GC/API/GCHandle/Alloc.csproj +++ b/src/tests/GC/API/GCHandle/Alloc.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Alloc_neg.csproj b/src/tests/GC/API/GCHandle/Alloc_neg.csproj index c69256d889aa89..c23324e499377a 100644 --- a/src/tests/GC/API/GCHandle/Alloc_neg.csproj +++ b/src/tests/GC/API/GCHandle/Alloc_neg.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Alloc_neg2.csproj b/src/tests/GC/API/GCHandle/Alloc_neg2.csproj index 3c0d036f3ba901..6fd6d4d4aa28ff 100644 --- a/src/tests/GC/API/GCHandle/Alloc_neg2.csproj +++ b/src/tests/GC/API/GCHandle/Alloc_neg2.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Casting.csproj b/src/tests/GC/API/GCHandle/Casting.csproj index 510b17aac585f6..5946d43303d475 100644 --- a/src/tests/GC/API/GCHandle/Casting.csproj +++ b/src/tests/GC/API/GCHandle/Casting.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Equality.csproj b/src/tests/GC/API/GCHandle/Equality.csproj index 3ea3368efbf78c..3d5e3096d047f6 100644 --- a/src/tests/GC/API/GCHandle/Equality.csproj +++ b/src/tests/GC/API/GCHandle/Equality.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Free.csproj b/src/tests/GC/API/GCHandle/Free.csproj index 0d6d7e862450f0..9aeaf494b6a050 100644 --- a/src/tests/GC/API/GCHandle/Free.csproj +++ b/src/tests/GC/API/GCHandle/Free.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Free_neg.csproj b/src/tests/GC/API/GCHandle/Free_neg.csproj index 36279f7400b99b..6974d529047d1a 100644 --- a/src/tests/GC/API/GCHandle/Free_neg.csproj +++ b/src/tests/GC/API/GCHandle/Free_neg.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/HandleCopy.csproj b/src/tests/GC/API/GCHandle/HandleCopy.csproj index 87252e3288c7ef..7aa1d8a0471915 100644 --- a/src/tests/GC/API/GCHandle/HandleCopy.csproj +++ b/src/tests/GC/API/GCHandle/HandleCopy.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/IsAllocated.csproj b/src/tests/GC/API/GCHandle/IsAllocated.csproj index a99488d00135aa..90ee1212b6ceab 100644 --- a/src/tests/GC/API/GCHandle/IsAllocated.csproj +++ b/src/tests/GC/API/GCHandle/IsAllocated.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Normal.csproj b/src/tests/GC/API/GCHandle/Normal.csproj index 639c06d441746f..a3d5caa82496f0 100644 --- a/src/tests/GC/API/GCHandle/Normal.csproj +++ b/src/tests/GC/API/GCHandle/Normal.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/PinObj_neg.csproj b/src/tests/GC/API/GCHandle/PinObj_neg.csproj index 88b89f5f4a3add..8cd014f5a608ca 100644 --- a/src/tests/GC/API/GCHandle/PinObj_neg.csproj +++ b/src/tests/GC/API/GCHandle/PinObj_neg.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Pinned.csproj b/src/tests/GC/API/GCHandle/Pinned.csproj index 73491ac615794d..1c4aad385b861b 100644 --- a/src/tests/GC/API/GCHandle/Pinned.csproj +++ b/src/tests/GC/API/GCHandle/Pinned.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Target.csproj b/src/tests/GC/API/GCHandle/Target.csproj index 88a5444935211e..c2abd20d6b50ea 100644 --- a/src/tests/GC/API/GCHandle/Target.csproj +++ b/src/tests/GC/API/GCHandle/Target.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Target_neg.csproj b/src/tests/GC/API/GCHandle/Target_neg.csproj index f336cf89c9e18f..b1513bdb591c24 100644 --- a/src/tests/GC/API/GCHandle/Target_neg.csproj +++ b/src/tests/GC/API/GCHandle/Target_neg.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/ToFromIntPtr.csproj b/src/tests/GC/API/GCHandle/ToFromIntPtr.csproj index 002849ac72f674..d2aba16c100319 100644 --- a/src/tests/GC/API/GCHandle/ToFromIntPtr.csproj +++ b/src/tests/GC/API/GCHandle/ToFromIntPtr.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandle/Weak.csproj b/src/tests/GC/API/GCHandle/Weak.csproj index 8ae51211427b42..61b13247d833f3 100644 --- a/src/tests/GC/API/GCHandle/Weak.csproj +++ b/src/tests/GC/API/GCHandle/Weak.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandleCollector/Count.csproj b/src/tests/GC/API/GCHandleCollector/Count.csproj index e5803f9590d919..83aa55728255e5 100644 --- a/src/tests/GC/API/GCHandleCollector/Count.csproj +++ b/src/tests/GC/API/GCHandleCollector/Count.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandleCollector/CtorsAndProperties.csproj b/src/tests/GC/API/GCHandleCollector/CtorsAndProperties.csproj index 99d8c3aefaad24..8b12dcf7d4955d 100644 --- a/src/tests/GC/API/GCHandleCollector/CtorsAndProperties.csproj +++ b/src/tests/GC/API/GCHandleCollector/CtorsAndProperties.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/GCHandleCollector/NegTests.csproj b/src/tests/GC/API/GCHandleCollector/NegTests.csproj index b162eea2c8b54e..2be1f8990b0ef3 100644 --- a/src/tests/GC/API/GCHandleCollector/NegTests.csproj +++ b/src/tests/GC/API/GCHandleCollector/NegTests.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/GCHandleCollector/Usage.csproj b/src/tests/GC/API/GCHandleCollector/Usage.csproj index 9500555357d459..3171a3bc785017 100644 --- a/src/tests/GC/API/GCHandleCollector/Usage.csproj +++ b/src/tests/GC/API/GCHandleCollector/Usage.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly true diff --git a/src/tests/GC/API/GCSettings/InputValidation.csproj b/src/tests/GC/API/GCSettings/InputValidation.csproj index d9b649833ac9ee..e692c9bee70acd 100644 --- a/src/tests/GC/API/GCSettings/InputValidation.csproj +++ b/src/tests/GC/API/GCSettings/InputValidation.csproj @@ -4,7 +4,6 @@ - PdbOnly diff --git a/src/tests/GC/API/NoGCRegion/NoGC.csproj b/src/tests/GC/API/NoGCRegion/NoGC.csproj index 922c42de6b3e75..53b720b9bc5bfb 100644 --- a/src/tests/GC/API/NoGCRegion/NoGC.csproj +++ b/src/tests/GC/API/NoGCRegion/NoGC.csproj @@ -6,7 +6,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/Refresh/Refresh.csproj b/src/tests/GC/API/Refresh/Refresh.csproj index 9750538a788b35..cc3b9259c5b7d2 100644 --- a/src/tests/GC/API/Refresh/Refresh.csproj +++ b/src/tests/GC/API/Refresh/Refresh.csproj @@ -7,7 +7,6 @@ true - PdbOnly diff --git a/src/tests/GC/API/WeakReference/Finalize.csproj b/src/tests/GC/API/WeakReference/Finalize.csproj index e8723dbc5630a7..80e622a36169cd 100644 --- a/src/tests/GC/API/WeakReference/Finalize.csproj +++ b/src/tests/GC/API/WeakReference/Finalize.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/Finalize2.csproj b/src/tests/GC/API/WeakReference/Finalize2.csproj index 0c6869d9a28632..6de8c8aabb34a6 100644 --- a/src/tests/GC/API/WeakReference/Finalize2.csproj +++ b/src/tests/GC/API/WeakReference/Finalize2.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/WeakReference/IsAlive.csproj b/src/tests/GC/API/WeakReference/IsAlive.csproj index b6fc8222d2c9d8..8f2de355a1e7c2 100644 --- a/src/tests/GC/API/WeakReference/IsAlive.csproj +++ b/src/tests/GC/API/WeakReference/IsAlive.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/IsAlive_neg.csproj b/src/tests/GC/API/WeakReference/IsAlive_neg.csproj index 00324dc1ad7373..1797ef549eeb24 100644 --- a/src/tests/GC/API/WeakReference/IsAlive_neg.csproj +++ b/src/tests/GC/API/WeakReference/IsAlive_neg.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/NullHandle.csproj b/src/tests/GC/API/WeakReference/NullHandle.csproj index 1910559b5b956b..e0bc348dbc6b44 100644 --- a/src/tests/GC/API/WeakReference/NullHandle.csproj +++ b/src/tests/GC/API/WeakReference/NullHandle.csproj @@ -3,7 +3,6 @@ Exe - PdbOnly diff --git a/src/tests/GC/API/WeakReference/Target.csproj b/src/tests/GC/API/WeakReference/Target.csproj index 88a5444935211e..c2abd20d6b50ea 100644 --- a/src/tests/GC/API/WeakReference/Target.csproj +++ b/src/tests/GC/API/WeakReference/Target.csproj @@ -4,7 +4,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/TrackResurrection.csproj b/src/tests/GC/API/WeakReference/TrackResurrection.csproj index ee6c76b610cf41..adf191efb9654a 100644 --- a/src/tests/GC/API/WeakReference/TrackResurrection.csproj +++ b/src/tests/GC/API/WeakReference/TrackResurrection.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/multipleWRs.csproj b/src/tests/GC/API/WeakReference/multipleWRs.csproj index faf1dc4b5ae4f2..d2d0d362488c12 100644 --- a/src/tests/GC/API/WeakReference/multipleWRs.csproj +++ b/src/tests/GC/API/WeakReference/multipleWRs.csproj @@ -4,7 +4,6 @@ 10000 - PdbOnly diff --git a/src/tests/GC/API/WeakReference/multipleWRs_1.csproj b/src/tests/GC/API/WeakReference/multipleWRs_1.csproj index 8672dd9e41a093..bc148682db0cb0 100644 --- a/src/tests/GC/API/WeakReference/multipleWRs_1.csproj +++ b/src/tests/GC/API/WeakReference/multipleWRs_1.csproj @@ -4,7 +4,6 @@ 10000 track - PdbOnly diff --git a/src/tests/GC/Features/HeapExpansion/bestfit_1.csproj b/src/tests/GC/Features/HeapExpansion/bestfit_1.csproj index bb47f926fe14ad..fabfffe5902b04 100644 --- a/src/tests/GC/Features/HeapExpansion/bestfit_1.csproj +++ b/src/tests/GC/Features/HeapExpansion/bestfit_1.csproj @@ -5,7 +5,6 @@ true - PdbOnly diff --git a/src/tests/JIT/Directed/Misc/Concat/ConcatTest.csproj b/src/tests/JIT/Directed/Misc/Concat/ConcatTest.csproj index 35b03986da6470..dce96cbd3efd6f 100644 --- a/src/tests/JIT/Directed/Misc/Concat/ConcatTest.csproj +++ b/src/tests/JIT/Directed/Misc/Concat/ConcatTest.csproj @@ -4,8 +4,6 @@ None - True - True diff --git a/src/tests/JIT/Directed/Misc/gettype/gettypetypeofmatrix_gettype.csproj b/src/tests/JIT/Directed/Misc/gettype/gettypetypeofmatrix_gettype.csproj index 9f52ab6b1eb840..806b9941f7a49e 100644 --- a/src/tests/JIT/Directed/Misc/gettype/gettypetypeofmatrix_gettype.csproj +++ b/src/tests/JIT/Directed/Misc/gettype/gettypetypeofmatrix_gettype.csproj @@ -1,8 +1,6 @@ None - True - True diff --git a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_r.csproj b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_r.csproj index 96678ca134c6b1..0ea930e593f2a2 100644 --- a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_r.csproj +++ b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_r.csproj @@ -4,7 +4,6 @@ 1 - False diff --git a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_ro.csproj b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_ro.csproj index acf9ac5bf3f80e..62baeac5851ead 100644 --- a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_ro.csproj +++ b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv1_PREFIX_cs_ro.csproj @@ -4,7 +4,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_r.csproj b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_r.csproj index ebb48ab4886a80..302930c8037fbd 100644 --- a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_r.csproj +++ b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_r.csproj @@ -4,7 +4,6 @@ 1 - False diff --git a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_ro.csproj b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_ro.csproj index a7a7639762deaa..ad0e47962efde3 100644 --- a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_ro.csproj +++ b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_PREFIX_cs_ro.csproj @@ -4,7 +4,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj index 4a5a8955a8e88c..a2aaf3d6217b3f 100644 --- a/src/tests/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj +++ b/src/tests/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Directed/PREFIX/unaligned/1/add_unaligned_1.ilproj b/src/tests/JIT/Directed/PREFIX/unaligned/1/add_unaligned_1.ilproj index 5d4f6409840beb..191c2dfe9eaa91 100644 --- a/src/tests/JIT/Directed/PREFIX/unaligned/1/add_unaligned_1.ilproj +++ b/src/tests/JIT/Directed/PREFIX/unaligned/1/add_unaligned_1.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Directed/PREFIX/unaligned/4/add_unaligned_4.ilproj b/src/tests/JIT/Directed/PREFIX/unaligned/4/add_unaligned_4.ilproj index 5d4f6409840beb..191c2dfe9eaa91 100644 --- a/src/tests/JIT/Directed/PREFIX/unaligned/4/add_unaligned_4.ilproj +++ b/src/tests/JIT/Directed/PREFIX/unaligned/4/add_unaligned_4.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj index 34fd1286e5e914..8cbba2056455d0 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj index fed23a96014132..cc807e118f6601 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj index 30413af3755ac3..a161e3aefefcd3 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj index bad61ff7d4dd07..946654cc420a88 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj index e7d8df2d7d81af..e31007095a74d3 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj b/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj index e2421971874227..84c47242a85303 100644 --- a/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj +++ b/src/tests/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj @@ -4,7 +4,6 @@ true - True True true diff --git a/src/tests/JIT/Directed/coverage/importer/ldfldstatic1_importer_r.ilproj b/src/tests/JIT/Directed/coverage/importer/ldfldstatic1_importer_r.ilproj index 27d4cb828eec65..9f792d997e6b14 100644 --- a/src/tests/JIT/Directed/coverage/importer/ldfldstatic1_importer_r.ilproj +++ b/src/tests/JIT/Directed/coverage/importer/ldfldstatic1_importer_r.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Directed/coverage/importer/stfldstatic1_importer_r.ilproj b/src/tests/JIT/Directed/coverage/importer/stfldstatic1_importer_r.ilproj index 8a2c60399b14d2..4e63aa66b6a27f 100644 --- a/src/tests/JIT/Directed/coverage/importer/stfldstatic1_importer_r.ilproj +++ b/src/tests/JIT/Directed/coverage/importer/stfldstatic1_importer_r.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Directed/coverage/importer/subovfun1_r.ilproj b/src/tests/JIT/Directed/coverage/importer/subovfun1_r.ilproj index 4aaa0bf164f48e..d93712ff795315 100644 --- a/src/tests/JIT/Directed/coverage/importer/subovfun1_r.ilproj +++ b/src/tests/JIT/Directed/coverage/importer/subovfun1_r.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Directed/coverage/oldtests/tls1.ilproj b/src/tests/JIT/Directed/coverage/oldtests/tls1.ilproj index 91073167ada029..9d3165242e3e25 100644 --- a/src/tests/JIT/Directed/coverage/oldtests/tls1.ilproj +++ b/src/tests/JIT/Directed/coverage/oldtests/tls1.ilproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Directed/coverage/oldtests/tls2.ilproj b/src/tests/JIT/Directed/coverage/oldtests/tls2.ilproj index 4cf9a8c7ac5c93..77a76e8a3b491d 100644 --- a/src/tests/JIT/Directed/coverage/oldtests/tls2.ilproj +++ b/src/tests/JIT/Directed/coverage/oldtests/tls2.ilproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj b/src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj index 18d5ea87195826..c256718c5406c8 100644 --- a/src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj +++ b/src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Directed/forceinlining/NoMetaData.csproj b/src/tests/JIT/Directed/forceinlining/NoMetaData.csproj index ff234a4ab83641..e47c9b6235e3a9 100644 --- a/src/tests/JIT/Directed/forceinlining/NoMetaData.csproj +++ b/src/tests/JIT/Directed/forceinlining/NoMetaData.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Directed/forceinlining/Recursion.csproj b/src/tests/JIT/Directed/forceinlining/Recursion.csproj index 15332f77c63db8..d2e8bcfef79f07 100644 --- a/src/tests/JIT/Directed/forceinlining/Recursion.csproj +++ b/src/tests/JIT/Directed/forceinlining/Recursion.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Directed/gettypetypeof/gettypetypeofmatrix_gettypetypeof.csproj b/src/tests/JIT/Directed/gettypetypeof/gettypetypeofmatrix_gettypetypeof.csproj index 633e8fa521a059..666bd86f9ec031 100644 --- a/src/tests/JIT/Directed/gettypetypeof/gettypetypeofmatrix_gettypetypeof.csproj +++ b/src/tests/JIT/Directed/gettypetypeof/gettypetypeofmatrix_gettypetypeof.csproj @@ -1,8 +1,5 @@ - - - True diff --git a/src/tests/JIT/Directed/nullabletypes/constructor_d.csproj b/src/tests/JIT/Directed/nullabletypes/constructor_d.csproj index 6ab4de272c8385..f6a0bc7ae762ae 100644 --- a/src/tests/JIT/Directed/nullabletypes/constructor_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/constructor_d.csproj @@ -3,7 +3,6 @@ 1 - Full diff --git a/src/tests/JIT/Directed/nullabletypes/constructor_do.csproj b/src/tests/JIT/Directed/nullabletypes/constructor_do.csproj index f526947f878cac..c85345c54d2975 100644 --- a/src/tests/JIT/Directed/nullabletypes/constructor_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/constructor_do.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/nullabletypes/constructor_r.csproj b/src/tests/JIT/Directed/nullabletypes/constructor_r.csproj index 90bcc3f8610f99..89d794c4a304d7 100644 --- a/src/tests/JIT/Directed/nullabletypes/constructor_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/constructor_r.csproj @@ -3,7 +3,6 @@ 1 - None diff --git a/src/tests/JIT/Directed/nullabletypes/constructor_ro.csproj b/src/tests/JIT/Directed/nullabletypes/constructor_ro.csproj index 40a3da121f91fe..40b2310f2a8ba8 100644 --- a/src/tests/JIT/Directed/nullabletypes/constructor_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/constructor_ro.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/nullabletypes/hashcode_d.csproj b/src/tests/JIT/Directed/nullabletypes/hashcode_d.csproj index bcdf5eb1b4e9a7..230a629c7aeb43 100644 --- a/src/tests/JIT/Directed/nullabletypes/hashcode_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hashcode_d.csproj @@ -1,6 +1,5 @@ - Full diff --git a/src/tests/JIT/Directed/nullabletypes/hashcode_do.csproj b/src/tests/JIT/Directed/nullabletypes/hashcode_do.csproj index d87c6ceb3cf7a3..65ab3d9e754207 100644 --- a/src/tests/JIT/Directed/nullabletypes/hashcode_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hashcode_do.csproj @@ -1,6 +1,5 @@ - Full True diff --git a/src/tests/JIT/Directed/nullabletypes/hashcode_r.csproj b/src/tests/JIT/Directed/nullabletypes/hashcode_r.csproj index f623daf60f957e..eaae37cc883508 100644 --- a/src/tests/JIT/Directed/nullabletypes/hashcode_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hashcode_r.csproj @@ -1,6 +1,5 @@ - None diff --git a/src/tests/JIT/Directed/nullabletypes/hashcode_ro.csproj b/src/tests/JIT/Directed/nullabletypes/hashcode_ro.csproj index adbad9caec276b..f617c08881827c 100644 --- a/src/tests/JIT/Directed/nullabletypes/hashcode_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hashcode_ro.csproj @@ -1,6 +1,5 @@ - None True diff --git a/src/tests/JIT/Directed/nullabletypes/hasvalue_d.csproj b/src/tests/JIT/Directed/nullabletypes/hasvalue_d.csproj index e3718689827438..a11241a1379685 100644 --- a/src/tests/JIT/Directed/nullabletypes/hasvalue_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hasvalue_d.csproj @@ -3,7 +3,6 @@ 1 - Full diff --git a/src/tests/JIT/Directed/nullabletypes/hasvalue_do.csproj b/src/tests/JIT/Directed/nullabletypes/hasvalue_do.csproj index 17c7038594a588..7663e243b6e9ed 100644 --- a/src/tests/JIT/Directed/nullabletypes/hasvalue_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hasvalue_do.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/nullabletypes/hasvalue_r.csproj b/src/tests/JIT/Directed/nullabletypes/hasvalue_r.csproj index 2dccb1127ba574..43690dbb04b457 100644 --- a/src/tests/JIT/Directed/nullabletypes/hasvalue_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hasvalue_r.csproj @@ -3,7 +3,6 @@ 1 - None diff --git a/src/tests/JIT/Directed/nullabletypes/hasvalue_ro.csproj b/src/tests/JIT/Directed/nullabletypes/hasvalue_ro.csproj index 48fab0d5e616c9..70b951c5cdf385 100644 --- a/src/tests/JIT/Directed/nullabletypes/hasvalue_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/hasvalue_ro.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/nullabletypes/invocation_d.csproj b/src/tests/JIT/Directed/nullabletypes/invocation_d.csproj index 923c18fdf78624..4a8bdfd7d02c8d 100644 --- a/src/tests/JIT/Directed/nullabletypes/invocation_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/invocation_d.csproj @@ -3,7 +3,6 @@ 1 - Full diff --git a/src/tests/JIT/Directed/nullabletypes/invocation_do.csproj b/src/tests/JIT/Directed/nullabletypes/invocation_do.csproj index 338f3875c4a611..46fcdc434de36a 100644 --- a/src/tests/JIT/Directed/nullabletypes/invocation_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/invocation_do.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/nullabletypes/invocation_r.csproj b/src/tests/JIT/Directed/nullabletypes/invocation_r.csproj index f1fbcbad5f0411..92feeffc4e4fdb 100644 --- a/src/tests/JIT/Directed/nullabletypes/invocation_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/invocation_r.csproj @@ -3,7 +3,6 @@ 1 - None diff --git a/src/tests/JIT/Directed/nullabletypes/invocation_ro.csproj b/src/tests/JIT/Directed/nullabletypes/invocation_ro.csproj index 9bf7f5615f041f..1962c01cb21f4f 100644 --- a/src/tests/JIT/Directed/nullabletypes/invocation_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/invocation_ro.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/nullabletypes/tostring_d.csproj b/src/tests/JIT/Directed/nullabletypes/tostring_d.csproj index ea1b5b84a4ff80..f0f9688e229802 100644 --- a/src/tests/JIT/Directed/nullabletypes/tostring_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/tostring_d.csproj @@ -3,7 +3,6 @@ 1 - Full diff --git a/src/tests/JIT/Directed/nullabletypes/tostring_do.csproj b/src/tests/JIT/Directed/nullabletypes/tostring_do.csproj index a92e85b4620245..4aac1c6305bf49 100644 --- a/src/tests/JIT/Directed/nullabletypes/tostring_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/tostring_do.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/nullabletypes/tostring_r.csproj b/src/tests/JIT/Directed/nullabletypes/tostring_r.csproj index 7097390ac2ad57..fc96f245be02d0 100644 --- a/src/tests/JIT/Directed/nullabletypes/tostring_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/tostring_r.csproj @@ -3,7 +3,6 @@ 1 - None diff --git a/src/tests/JIT/Directed/nullabletypes/tostring_ro.csproj b/src/tests/JIT/Directed/nullabletypes/tostring_ro.csproj index 9b1af1eca9c5fe..e3c7b54832dcbc 100644 --- a/src/tests/JIT/Directed/nullabletypes/tostring_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/tostring_ro.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/nullabletypes/unboxnullable_d.csproj b/src/tests/JIT/Directed/nullabletypes/unboxnullable_d.csproj index 472f2e0a6f7098..69ca233e1767e9 100644 --- a/src/tests/JIT/Directed/nullabletypes/unboxnullable_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/unboxnullable_d.csproj @@ -1,10 +1,7 @@ - Full False - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/unboxnullable_do.csproj b/src/tests/JIT/Directed/nullabletypes/unboxnullable_do.csproj index c55fcdf0a4918e..e7d8fad09439d8 100644 --- a/src/tests/JIT/Directed/nullabletypes/unboxnullable_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/unboxnullable_do.csproj @@ -1,10 +1,7 @@ - Full True - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/unboxnullable_r.csproj b/src/tests/JIT/Directed/nullabletypes/unboxnullable_r.csproj index 362d304aa013b2..4a1df951c04227 100644 --- a/src/tests/JIT/Directed/nullabletypes/unboxnullable_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/unboxnullable_r.csproj @@ -1,10 +1,7 @@ - None False - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/unboxnullable_ro.csproj b/src/tests/JIT/Directed/nullabletypes/unboxnullable_ro.csproj index 6d4fbcc0f6dfb0..58628f30e3cbcb 100644 --- a/src/tests/JIT/Directed/nullabletypes/unboxnullable_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/unboxnullable_ro.csproj @@ -1,10 +1,7 @@ - None True - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/value_d.csproj b/src/tests/JIT/Directed/nullabletypes/value_d.csproj index 4333450040364b..a3c60c2718cf34 100644 --- a/src/tests/JIT/Directed/nullabletypes/value_d.csproj +++ b/src/tests/JIT/Directed/nullabletypes/value_d.csproj @@ -1,10 +1,7 @@ - Full False - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/value_do.csproj b/src/tests/JIT/Directed/nullabletypes/value_do.csproj index 236bf1fdc5d2b7..1f5bce06f0d018 100644 --- a/src/tests/JIT/Directed/nullabletypes/value_do.csproj +++ b/src/tests/JIT/Directed/nullabletypes/value_do.csproj @@ -1,10 +1,7 @@ - Full True - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/value_r.csproj b/src/tests/JIT/Directed/nullabletypes/value_r.csproj index 1b949577452b65..53a6830faeeda9 100644 --- a/src/tests/JIT/Directed/nullabletypes/value_r.csproj +++ b/src/tests/JIT/Directed/nullabletypes/value_r.csproj @@ -1,10 +1,7 @@ - None - True - True diff --git a/src/tests/JIT/Directed/nullabletypes/value_ro.csproj b/src/tests/JIT/Directed/nullabletypes/value_ro.csproj index b507082b55b003..fa3ada8dc08e94 100644 --- a/src/tests/JIT/Directed/nullabletypes/value_ro.csproj +++ b/src/tests/JIT/Directed/nullabletypes/value_ro.csproj @@ -1,10 +1,7 @@ - None True - True - True diff --git a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj index 3e211f32971292..e8178c3508b886 100644 --- a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj +++ b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True diff --git a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj index 7b48178b311a35..b6fc9e368d004c 100644 --- a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj +++ b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj @@ -3,11 +3,8 @@ 1 - Full True - True - True diff --git a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj index b2cbd11acfef47..41e85d65611a71 100644 --- a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj +++ b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True diff --git a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj index ea7779dc182581..718f083ad5eee1 100644 --- a/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj +++ b/src/tests/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_d.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_d.csproj index 593f241ca0968a..b4d332ad4294b1 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_d.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_d.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_do.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_do.csproj index 5adbd19844b7cc..ade9ec09434c47 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_do.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_do.csproj @@ -3,7 +3,6 @@ 1 - Full True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_r.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_r.csproj index 622c345ddd5a56..6a20bc566d0ee5 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_r.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_r.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_ro.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_ro.csproj index 503fd57be32110..f20dea513e46f3 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_ro.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv1_perffix_cs_ro.csproj @@ -3,7 +3,6 @@ 1 - None True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_d.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_d.csproj index 0afd4df87acd9d..7827d9e9025ddd 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_d.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_d.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_do.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_do.csproj index 3c2e6d13832042..cc54b47cff8b6d 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_do.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_do.csproj @@ -3,7 +3,6 @@ 1 - Full True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_r.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_r.csproj index 353921da02eea5..770f1747f6c9a0 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_r.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_r.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_ro.csproj b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_ro.csproj index de470d1085aa4d..a5a648f63447ec 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_ro.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/callconv2_perffix_cs_ro.csproj @@ -3,7 +3,6 @@ 1 - None True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj index ce78f7dd8cf403..389f948ba06b35 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj index fb7e59790db10f..b2674ad985ce92 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj @@ -1,10 +1,7 @@ - Full True - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj index 3bcefab6220431..3bbf429c83973a 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj index 544fe7a84b5f8f..527c5750d58963 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj @@ -1,10 +1,7 @@ - None True - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj index 3bac8525408c84..7f76f49d02c10c 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj index 6007ac2cfe88dd..8eadaccad6e878 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj @@ -3,11 +3,8 @@ 1 - Full True - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj index 318e3db1f329b6..e068e69a7988f1 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True True diff --git a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj index 351c5a5ca54bb8..aefd435a30f935 100644 --- a/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj +++ b/src/tests/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True True diff --git a/src/tests/JIT/Directed/shift/int16_r.csproj b/src/tests/JIT/Directed/shift/int16_r.csproj index 504c60fa275cdf..805237d89a56b2 100644 --- a/src/tests/JIT/Directed/shift/int16_r.csproj +++ b/src/tests/JIT/Directed/shift/int16_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/int16_ro.csproj b/src/tests/JIT/Directed/shift/int16_ro.csproj index 046cae5c16bd32..3659879ba04232 100644 --- a/src/tests/JIT/Directed/shift/int16_ro.csproj +++ b/src/tests/JIT/Directed/shift/int16_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/int32_r.csproj b/src/tests/JIT/Directed/shift/int32_r.csproj index 38a64e66b053f3..cfefd9612839a1 100644 --- a/src/tests/JIT/Directed/shift/int32_r.csproj +++ b/src/tests/JIT/Directed/shift/int32_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/int32_ro.csproj b/src/tests/JIT/Directed/shift/int32_ro.csproj index b92c75753070b9..2929b8f6e68b31 100644 --- a/src/tests/JIT/Directed/shift/int32_ro.csproj +++ b/src/tests/JIT/Directed/shift/int32_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/int64_r.csproj b/src/tests/JIT/Directed/shift/int64_r.csproj index a06d291d1fc91a..2ee6293bce758b 100644 --- a/src/tests/JIT/Directed/shift/int64_r.csproj +++ b/src/tests/JIT/Directed/shift/int64_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/int64_ro.csproj b/src/tests/JIT/Directed/shift/int64_ro.csproj index 05e46dc88a1e7f..fadbe0b4460e18 100644 --- a/src/tests/JIT/Directed/shift/int64_ro.csproj +++ b/src/tests/JIT/Directed/shift/int64_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/uint16_r.csproj b/src/tests/JIT/Directed/shift/uint16_r.csproj index a7f9bf904b4eb5..552d2689e20f4e 100644 --- a/src/tests/JIT/Directed/shift/uint16_r.csproj +++ b/src/tests/JIT/Directed/shift/uint16_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/uint16_ro.csproj b/src/tests/JIT/Directed/shift/uint16_ro.csproj index cb5c10be10369a..7ef4960954d4f2 100644 --- a/src/tests/JIT/Directed/shift/uint16_ro.csproj +++ b/src/tests/JIT/Directed/shift/uint16_ro.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Directed/shift/uint32_r.csproj b/src/tests/JIT/Directed/shift/uint32_r.csproj index e04ab62b5bc7bc..ec2ef0538bb44c 100644 --- a/src/tests/JIT/Directed/shift/uint32_r.csproj +++ b/src/tests/JIT/Directed/shift/uint32_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/uint32_ro.csproj b/src/tests/JIT/Directed/shift/uint32_ro.csproj index adbdf821b4e9b8..ef4e4250cb8215 100644 --- a/src/tests/JIT/Directed/shift/uint32_ro.csproj +++ b/src/tests/JIT/Directed/shift/uint32_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/uint64Opt_r.csproj b/src/tests/JIT/Directed/shift/uint64Opt_r.csproj index d89cc69d91bb65..3d2ea3a414c260 100644 --- a/src/tests/JIT/Directed/shift/uint64Opt_r.csproj +++ b/src/tests/JIT/Directed/shift/uint64Opt_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/uint64Opt_ro.csproj b/src/tests/JIT/Directed/shift/uint64Opt_ro.csproj index 4162727d91a911..93b4db58862819 100644 --- a/src/tests/JIT/Directed/shift/uint64Opt_ro.csproj +++ b/src/tests/JIT/Directed/shift/uint64Opt_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/uint64_r.csproj b/src/tests/JIT/Directed/shift/uint64_r.csproj index 1234a12964f21a..9ebdf9ab56aca3 100644 --- a/src/tests/JIT/Directed/shift/uint64_r.csproj +++ b/src/tests/JIT/Directed/shift/uint64_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/uint64_ro.csproj b/src/tests/JIT/Directed/shift/uint64_ro.csproj index 0c831b4cc5a8cf..7a9c3ce0ffa187 100644 --- a/src/tests/JIT/Directed/shift/uint64_ro.csproj +++ b/src/tests/JIT/Directed/shift/uint64_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/shift/uint8_r.csproj b/src/tests/JIT/Directed/shift/uint8_r.csproj index 31ce989e399326..316cfafa35a2d9 100644 --- a/src/tests/JIT/Directed/shift/uint8_r.csproj +++ b/src/tests/JIT/Directed/shift/uint8_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Directed/shift/uint8_ro.csproj b/src/tests/JIT/Directed/shift/uint8_ro.csproj index 83b542b20d7522..9ea93e3b8a2e9d 100644 --- a/src/tests/JIT/Directed/shift/uint8_ro.csproj +++ b/src/tests/JIT/Directed/shift/uint8_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj b/src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj index b6a0995379d76a..efd544a172bac4 100644 --- a/src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj +++ b/src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj @@ -7,8 +7,6 @@ true - True - True True True $(NetCoreAppToolCurrent) diff --git a/src/tests/JIT/Generics/Constraints/Call_instance01_r.csproj b/src/tests/JIT/Generics/Constraints/Call_instance01_r.csproj index 9816743a838217..a0ad4c2cc6fae6 100644 --- a/src/tests/JIT/Generics/Constraints/Call_instance01_r.csproj +++ b/src/tests/JIT/Generics/Constraints/Call_instance01_r.csproj @@ -3,7 +3,6 @@ 1 - diff --git a/src/tests/JIT/Generics/Constraints/Call_instance01_ro.csproj b/src/tests/JIT/Generics/Constraints/Call_instance01_ro.csproj index c0a2e1f042ce97..7ba8ec832b271f 100644 --- a/src/tests/JIT/Generics/Constraints/Call_instance01_ro.csproj +++ b/src/tests/JIT/Generics/Constraints/Call_instance01_ro.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Generics/Fields/getclassfrommethodparam.csproj b/src/tests/JIT/Generics/Fields/getclassfrommethodparam.csproj index c82afdca25beeb..5b2d0905f3fb30 100644 --- a/src/tests/JIT/Generics/Fields/getclassfrommethodparam.csproj +++ b/src/tests/JIT/Generics/Fields/getclassfrommethodparam.csproj @@ -7,7 +7,6 @@ true - PdbOnly diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj index 374da69e0fde7d..3850f8216c8651 100644 --- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj +++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj b/src/tests/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj index 1fb8afdf8cd744..9d09f4633bad85 100644 --- a/src/tests/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj +++ b/src/tests/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Methodical/Coverage/b39946.ilproj b/src/tests/JIT/Methodical/Coverage/b39946.ilproj index 9accd6730381ed..0e16edcabf745a 100644 --- a/src/tests/JIT/Methodical/Coverage/b39946.ilproj +++ b/src/tests/JIT/Methodical/Coverage/b39946.ilproj @@ -1,9 +1,6 @@ - - - diff --git a/src/tests/JIT/Methodical/Coverage/b518440.ilproj b/src/tests/JIT/Methodical/Coverage/b518440.ilproj index 59000e519a60a9..6594fe421f1027 100644 --- a/src/tests/JIT/Methodical/Coverage/b518440.ilproj +++ b/src/tests/JIT/Methodical/Coverage/b518440.ilproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Methodical/Coverage/hole.ilproj b/src/tests/JIT/Methodical/Coverage/hole.ilproj index c976ba172a6a11..fee335ab7aee79 100644 --- a/src/tests/JIT/Methodical/Coverage/hole.ilproj +++ b/src/tests/JIT/Methodical/Coverage/hole.ilproj @@ -1,9 +1,6 @@ - - - diff --git a/src/tests/JIT/Methodical/cctor/misc/testlib_misc.csproj b/src/tests/JIT/Methodical/cctor/misc/testlib_misc.csproj index 5460dac9d1e029..739dc08364bf9f 100644 --- a/src/tests/JIT/Methodical/cctor/misc/testlib_misc.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/testlib_misc.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_d.csproj b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_d.csproj index 309891b38bc381..2a3a85a16dd5d4 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_d.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_d.csproj @@ -4,7 +4,6 @@ true - Full diff --git a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_do.csproj b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_do.csproj index f75a5dda540eac..2339bb495888d7 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_do.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_do.csproj @@ -3,7 +3,6 @@ true - Full True diff --git a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_r.csproj b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_r.csproj index 11ebaf8c943502..d6e780b69a87ca 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_r.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_r.csproj @@ -4,7 +4,6 @@ true - None diff --git a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj index 1f8bf1bcdf6f96..f3c453b974a4dc 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj @@ -4,7 +4,6 @@ true - None True diff --git a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_d.csproj b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_d.csproj index 9d915a5d808627..acf66f2eefba8e 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_d.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_d.csproj @@ -4,7 +4,6 @@ true - Full diff --git a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_do.csproj b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_do.csproj index c7f4c2f5f35af7..84a6a235f5fce4 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_do.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_do.csproj @@ -5,7 +5,6 @@ true - Full True diff --git a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_r.csproj b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_r.csproj index fc3b9fe80417c4..469732170db55a 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_r.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_r.csproj @@ -4,7 +4,6 @@ true - None diff --git a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj index 49a2e2243a19e8..82eb8ee9cd7215 100644 --- a/src/tests/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj +++ b/src/tests/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj @@ -4,7 +4,6 @@ true - None True diff --git a/src/tests/JIT/Methodical/stringintern/test1-xassem.csproj b/src/tests/JIT/Methodical/stringintern/test1-xassem.csproj index 4ccd4eedc6167e..f1ced8e00b606c 100644 --- a/src/tests/JIT/Methodical/stringintern/test1-xassem.csproj +++ b/src/tests/JIT/Methodical/stringintern/test1-xassem.csproj @@ -4,7 +4,6 @@ $(DefineConstants);XASSEM - False diff --git a/src/tests/JIT/Methodical/stringintern/test2-xassem.csproj b/src/tests/JIT/Methodical/stringintern/test2-xassem.csproj index 0086d93465873c..b8b9cb076011fd 100644 --- a/src/tests/JIT/Methodical/stringintern/test2-xassem.csproj +++ b/src/tests/JIT/Methodical/stringintern/test2-xassem.csproj @@ -4,7 +4,6 @@ $(DefineConstants);XASSEM - False diff --git a/src/tests/JIT/Methodical/stringintern/test4-xassem.csproj b/src/tests/JIT/Methodical/stringintern/test4-xassem.csproj index 1f059ec1117dfc..61f17213c51613 100644 --- a/src/tests/JIT/Methodical/stringintern/test4-xassem.csproj +++ b/src/tests/JIT/Methodical/stringintern/test4-xassem.csproj @@ -4,7 +4,6 @@ $(DefineConstants);XASSEM - False diff --git a/src/tests/JIT/Methodical/stringintern/testgenstr.csproj b/src/tests/JIT/Methodical/stringintern/testgenstr.csproj index 0f6fe758008d9e..189b3800387b16 100644 --- a/src/tests/JIT/Methodical/stringintern/testgenstr.csproj +++ b/src/tests/JIT/Methodical/stringintern/testgenstr.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Methodical/stringintern/teststr.csproj b/src/tests/JIT/Methodical/stringintern/teststr.csproj index 1dd78a17ccd213..e5552d1c820699 100644 --- a/src/tests/JIT/Methodical/stringintern/teststr.csproj +++ b/src/tests/JIT/Methodical/stringintern/teststr.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj b/src/tests/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj index 25629ae88fc2be..17ce8036e6a829 100644 --- a/src/tests/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj +++ b/src/tests/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj b/src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj +++ b/src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj index 7eda4b0278cebf..a139a578ed1ebc 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj @@ -5,10 +5,7 @@ true - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj index 27a209663bfffa..be344bcca24473 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj @@ -8,10 +8,7 @@ false - PdbOnly - True - True 0 diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj index de438cc04adc8c..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj index 25629ae88fc2be..17ce8036e6a829 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313_Desktop.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313_Desktop.csproj index db0fd7c1d1b498..a53576e3cc6d25 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313_Desktop.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313_Desktop.csproj @@ -1,6 +1,5 @@ - PdbOnly diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj index 0aa420bd859be3..197767e2c4e249 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj @@ -1,7 +1,4 @@ - - - diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj index 8b400c41eb511d..4343e5ef8f07db 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj @@ -3,10 +3,6 @@ 1 - - - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197_Desktop.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197_Desktop.csproj index a66d079bd6e4d1..695eeb305641e6 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197_Desktop.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197_Desktop.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj index 7bf489d8955eb5..1e74cf137db137 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj @@ -2,9 +2,6 @@ 1 - - - diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj index 25629ae88fc2be..17ce8036e6a829 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj index 6a586fef550237..51eb740fa8e36f 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj index 7d1e242545bbc1..2c9072bd446d12 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True True True True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj index 4183d78879a9ff..e40021410397aa 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj index 95f0c2689dd86c..3d0e5445d9c4a6 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj @@ -1,6 +1,5 @@ - PdbOnly diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj index 8c086bb59ac738..3b050979669cd2 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj index 25629ae88fc2be..17ce8036e6a829 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj index bbd6d65fec40e3..99d044cf9cbedd 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj index d8d7f80200bbb2..de4f07e83a8d00 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj index 119ebcd1d21e1c..4ee2e5892f2252 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj @@ -3,11 +3,8 @@ 1 - PdbOnly True - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj index 3914985cff906c..ff29f26fa7d22d 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj @@ -1,9 +1,5 @@ - - - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj index def6cfae5561ec..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj index c57fb3438e3a63..377bf381b5286a 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj index 119ebcd1d21e1c..4ee2e5892f2252 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj @@ -3,11 +3,8 @@ 1 - PdbOnly True - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj index d17e3f51df6dd2..e29a7fdc7eb284 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj @@ -1,10 +1,7 @@ - Full True - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj index 7e6c2ca689721a..ae039b8ee0de9e 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj @@ -7,10 +7,8 @@ 1 - Full False - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj index 0aa420bd859be3..197767e2c4e249 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj @@ -1,7 +1,4 @@ - - - diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj index 119ebcd1d21e1c..4ee2e5892f2252 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj @@ -3,11 +3,8 @@ 1 - PdbOnly True - True - True diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj b/src/tests/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj index d8821366b3a074..2df83e68cc91fe 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj b/src/tests/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj index 6a13b1f10f88ab..c9a44a21d097d8 100644 --- a/src/tests/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj +++ b/src/tests/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/Regression/Dev11/External/dev11_132534/CSharpPart_132534.csproj b/src/tests/JIT/Regression/Dev11/External/dev11_132534/CSharpPart_132534.csproj index 9bc370f66d6dfb..12059a1dd97c68 100644 --- a/src/tests/JIT/Regression/Dev11/External/dev11_132534/CSharpPart_132534.csproj +++ b/src/tests/JIT/Regression/Dev11/External/dev11_132534/CSharpPart_132534.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly $(NoWarn),8002 diff --git a/src/tests/JIT/Regression/Dev11/External/dev11_145295/CSharpPart_145295.csproj b/src/tests/JIT/Regression/Dev11/External/dev11_145295/CSharpPart_145295.csproj index 1c791e91415419..e8fdeb758110b3 100644 --- a/src/tests/JIT/Regression/Dev11/External/dev11_145295/CSharpPart_145295.csproj +++ b/src/tests/JIT/Regression/Dev11/External/dev11_145295/CSharpPart_145295.csproj @@ -3,7 +3,6 @@ 1 - Full True True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj index 30287115617470..2990adb09e015c 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj @@ -5,7 +5,6 @@ 1 - True true diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj index c67fe98b045f63..5ed04eb6afbf99 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj @@ -5,7 +5,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj index aae41a38bff858..c59c26da4cf2e1 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj @@ -4,7 +4,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj b/src/tests/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj +++ b/src/tests/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj index a04106372a500c..3d229cfd723c3d 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj @@ -5,7 +5,6 @@ false - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj index d8cac844f9fa1a..622a8679b8dfb8 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj @@ -4,7 +4,6 @@ true - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj index e4faefb7ff900c..03e6e186fec913 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj @@ -3,7 +3,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj index 69cc9d37063af6..6f727749d6c30c 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj @@ -1,6 +1,5 @@ - False diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13735/GitHub_13735.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13735/GitHub_13735.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13735/GitHub_13735.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13735/GitHub_13735.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj index aa5f81eb0d892d..e7f3746f0d59e8 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj @@ -4,7 +4,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj index 5c07f95aaa9679..755e64fea260dc 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj index 2d22793a72595d..889a538c6f88c3 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj index 1a3f495e1de33d..17c87909ed4c09 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj index 69cc9d37063af6..6f727749d6c30c 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj @@ -1,6 +1,5 @@ - False diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj index 7f1127f274b5de..bf31ce93fc0a16 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj @@ -6,7 +6,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj index d8cac844f9fa1a..622a8679b8dfb8 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj @@ -4,7 +4,6 @@ true - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj index 1b1a956b59e275..6437d366de17ef 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj @@ -5,7 +5,6 @@ 1 - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj index d8cac844f9fa1a..622a8679b8dfb8 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj @@ -4,7 +4,6 @@ true - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj index b5bf2d9a289f21..ead44837892c62 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj @@ -1,6 +1,5 @@ - true True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj index c1ef19436c2dd3..d82d44d64e7831 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj @@ -6,7 +6,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_22583/base.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_22583/base.csproj index c79e857dfcacdf..12f9d9cdfeaa37 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_22583/base.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_22583/base.csproj @@ -3,7 +3,6 @@ Library - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_22583/lib.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_22583/lib.csproj index cf2995e5a9365d..f398f3d91b5b10 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_22583/lib.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_22583/lib.csproj @@ -3,7 +3,6 @@ Library - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj index 77cf6476374a83..aa296f5ef543a4 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj @@ -4,7 +4,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj index c9d5463b857872..bd81775844b7bd 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj @@ -3,7 +3,6 @@ 1 - False diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj b/src/tests/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj +++ b/src/tests/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_13669/Runtime_13669.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_13669/Runtime_13669.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_13669/Runtime_13669.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_13669/Runtime_13669.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.csproj index 97a94f11384720..5f7776bf6f492b 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_34937/Runtime_34937.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_34937/Runtime_34937.csproj index 9a726192cd746f..970ebc046a16dc 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_34937/Runtime_34937.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_34937/Runtime_34937.csproj @@ -4,7 +4,6 @@ true - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_35724/Runtime_35724.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_35724/Runtime_35724.csproj index 72a60b051fc6d3..e562d2d441d936 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_35724/Runtime_35724.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_35724/Runtime_35724.csproj @@ -3,7 +3,6 @@ 1 - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_39403/Runtime_39403.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_39403/Runtime_39403.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_39403/Runtime_39403.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_39403/Runtime_39403.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_39737/Runtime_39737.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_39737/Runtime_39737.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_39737/Runtime_39737.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_39737/Runtime_39737.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_40440/Runtime_40440.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_40440/Runtime_40440.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_40440/Runtime_40440.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_40440/Runtime_40440.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_55107/Runtime_55107.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_55107/Runtime_55107.csproj index 31ff4e84636a09..26453f8c5e2fdc 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_55107/Runtime_55107.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_55107/Runtime_55107.csproj @@ -4,7 +4,6 @@ true - True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj b/src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj index 302b1099bdf8dc..6235ab0c3ab542 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj @@ -2,8 +2,6 @@ true - True - True True $(NetCoreAppToolCurrent) True diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj b/src/tests/JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj index 01cde35672f6a2..a61c916b3b87e0 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj @@ -2,8 +2,6 @@ true - True - True True $(NetCoreAppToolCurrent) True diff --git a/src/tests/JIT/Regression/JitBlue/WPF_3226/CSharpRepro/WPF_3226.csproj b/src/tests/JIT/Regression/JitBlue/WPF_3226/CSharpRepro/WPF_3226.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/Regression/JitBlue/WPF_3226/CSharpRepro/WPF_3226.csproj +++ b/src/tests/JIT/Regression/JitBlue/WPF_3226/CSharpRepro/WPF_3226.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj index f3c93cec428107..f8901585d65c21 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj index 43a783077f581b..26846f115155ad 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True diff --git a/src/tests/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj b/src/tests/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj index de438cc04adc8c..e3c43ccd560571 100644 --- a/src/tests/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj +++ b/src/tests/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/common/localloc_common.ilproj b/src/tests/JIT/common/localloc_common.ilproj index 1bacf06c98e007..102de7ba37477c 100644 --- a/src/tests/JIT/common/localloc_common.ilproj +++ b/src/tests/JIT/common/localloc_common.ilproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj b/src/tests/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj index 221b99c432a708..2e7d062633ea9e 100644 --- a/src/tests/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj +++ b/src/tests/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj @@ -3,10 +3,7 @@ 1 - Full - True - True diff --git a/src/tests/JIT/jit64/hfa/main/dll/common.csproj b/src/tests/JIT/jit64/hfa/main/dll/common.csproj index 07048e114fd8d4..5cc1e57d40bcc8 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/common.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/common.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj index 3915fd08c17ae1..16606e1fcf9cbb 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT32 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj index ea3606ddba9c2e..2a21adbfa80dc6 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT32;NATIVE_CPP diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj index cf2f6d505ebf22..c3b80a4374e001 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT32 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj index 388c4696678c6b..0bd887dda8f211 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT64 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj index e266f818d14afc..a667982e30e298 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT64;NATIVE_CPP diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj index 2c0c66f5dbf653..2c62417c3bc2b8 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);NESTED_HFA;FLOAT64 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj index 6fd5ec94d83396..3b937bf1a0f107 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT32 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj index ee98470816d61a..2587454b7db790 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT32;NATIVE_CPP diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj index 1a53b65923f30f..062b80d959436d 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT32 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj index 2832b4028c2066..509702cab15abd 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT64 diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj index 28f993570f533f..f6b712d4fda47f 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT64;NATIVE_CPP diff --git a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj index 12e48e3825d65f..91fe2ef46bbfcb 100644 --- a/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj +++ b/src/tests/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj @@ -3,7 +3,6 @@ Library - $(DefineConstants);SIMPLE_HFA;FLOAT64 diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj index 8b1500bee41bd6..da191efaf5b279 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj index 6937ea9846c446..a4380d994b4cf0 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj index 376fac88591a56..76653333475b6b 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj index 3a5893f6b336a4..a644f3db52b303 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj index 21bdad87843d1e..76b4ce34b28208 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj index 3a46ef05347e07..3d7e473c2e9a70 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj index 6057799056c1c8..3d8cf022440939 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj b/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj index 52473178f8fd20..66095581005acb 100644 --- a/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj index dd86636852166f..c33df19bebb88e 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj index 4c801ae1c82cd6..63c94600c7c9a8 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj index c7a3766513dde8..ff6b1d32798897 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj index 6ef20ef810fd3f..cda150a02ad59d 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj index 26489292994b24..844ee631e04852 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj index 3ade2557c34404..fe56d1f47265e7 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj index 37b53b18061bed..a62d66b7f4c7be 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj b/src/tests/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj index 29c506b2790ed0..cb9eb764050424 100644 --- a/src/tests/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj @@ -4,9 +4,6 @@ true 1 - - - diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj index 2f0bf8a33c4ee0..88b0e0aceafe06 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj index 7c13fd93eee3f7..3d2d53728b4f8e 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj @@ -4,7 +4,6 @@ true - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj index 76ea59e3367dd6..27dceaddd9cf6c 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj index c1ac53c6a2a91d..bc3b1a6dc0e1ec 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj index 4fab292dad1f8f..aad65d7d0a4631 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj index 0ef9745f42f1c0..d4fa63063e8a8c 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj index 39faf9a40c6c0e..d68bd16fc2ef21 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj b/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj index 1d759d6c64a7f1..6726921a74ac4c 100644 --- a/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj index 50e7f3350334c4..4a64c5b956fa6f 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj index 122edeb93386d1..cab53553d64945 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj index 25d5a609adf8e0..dfa7a0cd63d79b 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj index de482963feb9b0..4900b6f0831c26 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj index 5d9ae737edaa96..2f49d970aece00 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj index ba796caf8ea072..c1e5ea7a400d5c 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj index b0c69e2b4f5104..6365117624af3d 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj b/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj index 9515e62f30c00c..68d35b2dcc7a95 100644 --- a/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj index 880da0d0b39ad1..456d75ba94aa40 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj index da8252509ce4f5..7ce16104572e44 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj index 9a22a6c926b157..f0c983f5eaa678 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj index 4d9ffeaaa94bf7..36e9a1895c1722 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj index 054a3a6b220238..43779d651d5d57 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj index c2f2b19a4a48b3..5962d7bfc79bde 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj index 1ba27cf2ee6f21..7b24ad20afbfa3 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj @@ -5,7 +5,6 @@ 1 - full False diff --git a/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj b/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj index 8646e56995949c..c103cb44789496 100644 --- a/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj +++ b/src/tests/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj @@ -5,7 +5,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj index e3f874b4bf5ee4..fe5b221e575820 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj index 96d948d47815a4..8adb2c3cb93035 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj index 283332f4555086..e933c84ae77f1b 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj index 3b518cd8287245..9d4a1b4d2f0ef9 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj index 1f76d8808ad509..18d1332e4e578a 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj index ffe9df5c6dd022..f31ba1ac556575 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj index e2f2c9eaeb0d6c..65581a8daac94b 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj index 96d2c451ab849b..b16729211e0209 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj index 17c529de72980a..9f4effabd93d62 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj index a53d91f071d791..7b7c341cef50ca 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj index a53d91f071d791..7b7c341cef50ca 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj index a53d91f071d791..7b7c341cef50ca 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj index 6afe8f60e5fd2f..fb8226570140be 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj index 91cb7f92597db7..2addeca4c5710c 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj index 37579534dfa3c0..b237276f370d95 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj index e5a238e9d0afd2..233139dcfa042b 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj index 6d58613d913207..9d7b2f13a1fcba 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj index af6bec381172cc..59798d0ea83946 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj index 1b6889fc030d44..77990248fb15a7 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_DYNAMIC diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj index d3ad694ac439b7..a60dcb6971b4d8 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_LARGE diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj index c4b0be9b5895f2..e16f7d691bd3ee 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly True $(DefineConstants);LOCALLOC_SMALL diff --git a/src/tests/JIT/jit64/opt/cprop/cprop001_d.csproj b/src/tests/JIT/jit64/opt/cprop/cprop001_d.csproj index b5e235e0cc4aff..3d0c1a9d1d7257 100644 --- a/src/tests/JIT/jit64/opt/cprop/cprop001_d.csproj +++ b/src/tests/JIT/jit64/opt/cprop/cprop001_d.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True diff --git a/src/tests/JIT/jit64/opt/cprop/cprop001_do.csproj b/src/tests/JIT/jit64/opt/cprop/cprop001_do.csproj index 6607912d46dbaf..66559b48838101 100644 --- a/src/tests/JIT/jit64/opt/cprop/cprop001_do.csproj +++ b/src/tests/JIT/jit64/opt/cprop/cprop001_do.csproj @@ -3,11 +3,8 @@ 1 - Full True - True - True diff --git a/src/tests/JIT/jit64/opt/cprop/cprop001_r.csproj b/src/tests/JIT/jit64/opt/cprop/cprop001_r.csproj index 86ac1b30a8fd88..7a94120af24bf3 100644 --- a/src/tests/JIT/jit64/opt/cprop/cprop001_r.csproj +++ b/src/tests/JIT/jit64/opt/cprop/cprop001_r.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True diff --git a/src/tests/JIT/jit64/opt/cprop/cprop001_ro.csproj b/src/tests/JIT/jit64/opt/cprop/cprop001_ro.csproj index 9e8a20aad24137..f785304b99dd63 100644 --- a/src/tests/JIT/jit64/opt/cprop/cprop001_ro.csproj +++ b/src/tests/JIT/jit64/opt/cprop/cprop001_ro.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj index ebcc2b8ff657f3..6ec8c362552352 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_ADD diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj index 2ef5552003c13e..43ba05cc09c8a3 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_AND diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj index 5c2852002b296a..b813d374365bf6 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_DIV diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj index 88ff7d59ddb539..d56ac3d91bfa0e 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_MOD diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj index 9d7ea369624837..d7826117b7b3ed 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_MUL diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj index 68ca00d08e381b..4ae00bba4604f2 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_OR diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj index 798062909f4a64..b5af7c2526c19f 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_SHR diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj index 9891e7c670bef8..413b136304e5be 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_SUB diff --git a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj index 6f4472939169fc..3fde629fb6a377 100644 --- a/src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj +++ b/src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj @@ -5,10 +5,7 @@ 1 - PdbOnly - True - True $(DefineConstants);OP_XOR diff --git a/src/tests/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj index 89e74d4a114126..16bc146cf8ad89 100644 --- a/src/tests/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj index d77330ff326a05..a9fbfe5991e82d 100644 --- a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj index c4326639ed321b..ea96c6a830adff 100644 --- a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj index 1c4278456e5bbf..807b51c6735ca8 100644 --- a/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);TRY diff --git a/src/tests/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj b/src/tests/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj index a0b3da551bed63..d94088527a5484 100644 --- a/src/tests/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj index d7078f260af4fa..a18d9d83290025 100644 --- a/src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj index 550ddf837d7292..ee7f5146d2fe7a 100644 --- a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj index 681e0b9e93d759..52e7127f73efe1 100644 --- a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj index a8a934452a9be6..c7105ac3e0d433 100644 --- a/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);TRY diff --git a/src/tests/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj b/src/tests/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj index 61ffaf187e4eb5..51518656f63d49 100644 --- a/src/tests/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj index 674a95a19bddbc..eb90fd0bb9a6bb 100644 --- a/src/tests/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj index 98bbd3fdcc6a8b..5e821cf32d1117 100644 --- a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj index 88baf36468f37b..6b53c19ca2de90 100644 --- a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj index e1e3e83b5d3794..b8e17a46e907e2 100644 --- a/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);TRY diff --git a/src/tests/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj b/src/tests/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj index 8927fb011ea0eb..e9384a7bbde95c 100644 --- a/src/tests/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj @@ -1,10 +1,7 @@ - None True - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj index c668093024d1a3..872ae0830445bb 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj @@ -3,11 +3,8 @@ 1 - Full False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj index cc4bf7797cb647..07be6e65465ab3 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj index aff346a38adf83..0cf54a84cce4ae 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj index 22d126d1aff7ce..63d3489ff98ae9 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj @@ -3,11 +3,8 @@ 1 - None False - True - True $(DefineConstants);TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj index 7eedd560f2ecf5..66c666c9411abb 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj index 2cc57b7b85f5a5..f8108db6d3c93f 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj @@ -1,10 +1,7 @@ - Full False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj index 072f970e334db2..72b6de1be1aecc 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj @@ -1,10 +1,7 @@ - None False - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj index 71aa29224627c6..d033eefd2402b7 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj @@ -1,10 +1,7 @@ - None False - True - True $(DefineConstants);LOOP;TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj index 6a135dd0bf1614..b66f8c26d9ee81 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj @@ -1,10 +1,7 @@ - None False - True - True $(DefineConstants);TRY diff --git a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj index e55b17710b0c0a..ee02e2f5f8d268 100644 --- a/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj +++ b/src/tests/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj @@ -1,10 +1,7 @@ - None True - True - True $(DefineConstants);LOOP diff --git a/src/tests/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj b/src/tests/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj index efd1ef8c9b9a53..d3b44366cb134e 100644 --- a/src/tests/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj +++ b/src/tests/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj @@ -6,11 +6,8 @@ true - PdbOnly True - True - True diff --git a/src/tests/JIT/jit64/regress/vsw/560402/opadd.csproj b/src/tests/JIT/jit64/regress/vsw/560402/opadd.csproj index e739876b9d2ee0..89906d662d612a 100644 --- a/src/tests/JIT/jit64/regress/vsw/560402/opadd.csproj +++ b/src/tests/JIT/jit64/regress/vsw/560402/opadd.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/jit64/regress/vsw/560402/opmul.csproj b/src/tests/JIT/jit64/regress/vsw/560402/opmul.csproj index 22840d9c1d0bc2..7e852ce07195ee 100644 --- a/src/tests/JIT/jit64/regress/vsw/560402/opmul.csproj +++ b/src/tests/JIT/jit64/regress/vsw/560402/opmul.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/jit64/regress/vsw/560402/opsub.csproj b/src/tests/JIT/jit64/regress/vsw/560402/opsub.csproj index e731ea4fda9391..107f3b0bfad2ee 100644 --- a/src/tests/JIT/jit64/regress/vsw/560402/opsub.csproj +++ b/src/tests/JIT/jit64/regress/vsw/560402/opsub.csproj @@ -3,10 +3,7 @@ 1 - PdbOnly - True - True True diff --git a/src/tests/JIT/jit64/regress/vsw/568666/library1.csproj b/src/tests/JIT/jit64/regress/vsw/568666/library1.csproj index f4b3d69ccdf324..ae98c7fd3c5af6 100644 --- a/src/tests/JIT/jit64/regress/vsw/568666/library1.csproj +++ b/src/tests/JIT/jit64/regress/vsw/568666/library1.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/jit64/regress/vsw/568666/library2.csproj b/src/tests/JIT/jit64/regress/vsw/568666/library2.csproj index f4b3d69ccdf324..ae98c7fd3c5af6 100644 --- a/src/tests/JIT/jit64/regress/vsw/568666/library2.csproj +++ b/src/tests/JIT/jit64/regress/vsw/568666/library2.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/jit64/regress/vsw/568666/test_568666.csproj b/src/tests/JIT/jit64/regress/vsw/568666/test_568666.csproj index 973cb27bd4610b..80abc639380639 100644 --- a/src/tests/JIT/jit64/regress/vsw/568666/test_568666.csproj +++ b/src/tests/JIT/jit64/regress/vsw/568666/test_568666.csproj @@ -3,7 +3,6 @@ 1 - PdbOnly diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_add.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_add.csproj index a25776abad61fb..dfc28cb5ec0c5e 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_add.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_add.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_ADD diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_div.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_div.csproj index 7dd331ceff57f0..a6a7449095dbd8 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_div.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_div.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_DIV diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj index d3a8c957b82546..942b3aee628221 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_MUL diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj index bc1efe5badc0bb..a7086cfb59dbfa 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_SUB diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_add.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_add.csproj index b4fb1489434d23..2c7728eee96515 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_add.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_add.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_ADD diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_div.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_div.csproj index 9227a0e8fbc0ca..1ce6a2eed60fde 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_div.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_div.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_DIV diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj index 250324e9729b04..421ad823457205 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_MUL diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj index 79af346f86754d..3c6cd01d4d3a2c 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_SUB diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_add.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_add.csproj index 086e105de0a31a..53b0e116878746 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_add.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_add.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_ADD diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_div.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_div.csproj index 924a1fd8294efe..24f23516b1932d 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_div.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_div.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_DIV diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj index 696aae70198c34..f1df72b3532fc5 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_MUL diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj index 38c91474b18a63..7bbcd71b975376 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_SUB diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_add.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_add.csproj index c9a46847a75728..385dbfc3db9e29 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_add.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_add.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_ADD diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_div.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_div.csproj index fb21c73f8454ea..c35e29c0e9b345 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_div.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_div.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_DIV diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj index 32042cad7ceb77..ace138bf545119 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_MUL diff --git a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj index 2d6d4f6a19b4ab..b7c35f2f1cfea5 100644 --- a/src/tests/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj +++ b/src/tests/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj @@ -1,9 +1,6 @@ - PdbOnly - True - True $(DefineConstants);OP_SUB diff --git a/src/tests/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj b/src/tests/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj index dd42de3b8653ca..f4d38ecd2b9ed6 100644 --- a/src/tests/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj @@ -1,10 +1,7 @@ - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/ConstantProp.csproj b/src/tests/JIT/opt/AssertionPropagation/ConstantProp.csproj index 2d6c0da6ebdac5..61b1b22d8c43b8 100644 --- a/src/tests/JIT/opt/AssertionPropagation/ConstantProp.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/ConstantProp.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/CopyProp.csproj b/src/tests/JIT/opt/AssertionPropagation/CopyProp.csproj index b44877cd1cd2c8..f9cfdb8fe2908c 100644 --- a/src/tests/JIT/opt/AssertionPropagation/CopyProp.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/CopyProp.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj index 1d9ab7517b7ed0..e25bab2fe615ad 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj index 6337206d18c3aa..159985b12a69b1 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj index d6ae7bbd9a0043..e09de6b6988708 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj index cbf7b51e8778a7..66e493edadc7be 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj index 47fa32f2af1b13..bb042758677819 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj index 0358b654a0b96d..d92c96d4042a25 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj index 6910bedf7adcd9..36d4d426e65847 100644 --- a/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj b/src/tests/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj index 601f6fc5e61f25..997624a762f261 100644 --- a/src/tests/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj b/src/tests/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj index c57fb3438e3a63..377bf381b5286a 100644 --- a/src/tests/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj +++ b/src/tests/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/FastTailCall/FastTailCallCandidates.csproj b/src/tests/JIT/opt/FastTailCall/FastTailCallCandidates.csproj index e6a95ae3076d49..a55723e1f05a92 100644 --- a/src/tests/JIT/opt/FastTailCall/FastTailCallCandidates.csproj +++ b/src/tests/JIT/opt/FastTailCall/FastTailCallCandidates.csproj @@ -4,10 +4,7 @@ true - PdbOnly - True - True True True True diff --git a/src/tests/JIT/opt/FastTailCall/FastTailCallInlining.csproj b/src/tests/JIT/opt/FastTailCall/FastTailCallInlining.csproj index 6e4107a8580742..0d4c16c9a80e91 100644 --- a/src/tests/JIT/opt/FastTailCall/FastTailCallInlining.csproj +++ b/src/tests/JIT/opt/FastTailCall/FastTailCallInlining.csproj @@ -4,10 +4,7 @@ true - None - True - True True True True diff --git a/src/tests/JIT/opt/FastTailCall/GitHubIssue12479.csproj b/src/tests/JIT/opt/FastTailCall/GitHubIssue12479.csproj index f35649562084d2..b4f3017d9d005b 100644 --- a/src/tests/JIT/opt/FastTailCall/GitHubIssue12479.csproj +++ b/src/tests/JIT/opt/FastTailCall/GitHubIssue12479.csproj @@ -4,10 +4,7 @@ true - None - True - True True True True diff --git a/src/tests/JIT/opt/FastTailCall/StackFixup.csproj b/src/tests/JIT/opt/FastTailCall/StackFixup.csproj index ba8ad7c14401fb..c05363b778da88 100644 --- a/src/tests/JIT/opt/FastTailCall/StackFixup.csproj +++ b/src/tests/JIT/opt/FastTailCall/StackFixup.csproj @@ -4,10 +4,7 @@ true - None - True - True True True True diff --git a/src/tests/JIT/opt/FastTailCall/StructPassingSimple.csproj b/src/tests/JIT/opt/FastTailCall/StructPassingSimple.csproj index 57484ce9c8a23a..ee0615c63e2e33 100644 --- a/src/tests/JIT/opt/FastTailCall/StructPassingSimple.csproj +++ b/src/tests/JIT/opt/FastTailCall/StructPassingSimple.csproj @@ -4,10 +4,7 @@ true - None - True - True True True True diff --git a/src/tests/JIT/opt/ForwardSub/andnotcontained.csproj b/src/tests/JIT/opt/ForwardSub/andnotcontained.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/andnotcontained.csproj +++ b/src/tests/JIT/opt/ForwardSub/andnotcontained.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/callArgInterference.csproj b/src/tests/JIT/opt/ForwardSub/callArgInterference.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/callArgInterference.csproj +++ b/src/tests/JIT/opt/ForwardSub/callArgInterference.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/callArgInterference2.csproj b/src/tests/JIT/opt/ForwardSub/callArgInterference2.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/callArgInterference2.csproj +++ b/src/tests/JIT/opt/ForwardSub/callArgInterference2.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/callArgInterference3.csproj b/src/tests/JIT/opt/ForwardSub/callArgInterference3.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/callArgInterference3.csproj +++ b/src/tests/JIT/opt/ForwardSub/callArgInterference3.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/earlyLiveness.csproj b/src/tests/JIT/opt/ForwardSub/earlyLiveness.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/earlyLiveness.csproj +++ b/src/tests/JIT/opt/ForwardSub/earlyLiveness.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/lowerContainCheckCompare.csproj b/src/tests/JIT/opt/ForwardSub/lowerContainCheckCompare.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/lowerContainCheckCompare.csproj +++ b/src/tests/JIT/opt/ForwardSub/lowerContainCheckCompare.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/modOpt.csproj b/src/tests/JIT/opt/ForwardSub/modOpt.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/modOpt.csproj +++ b/src/tests/JIT/opt/ForwardSub/modOpt.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj b/src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj +++ b/src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/GuardedDevirtualization/enumerablecloning.csproj b/src/tests/JIT/opt/GuardedDevirtualization/enumerablecloning.csproj index f2066253c8942d..64abfdba053408 100644 --- a/src/tests/JIT/opt/GuardedDevirtualization/enumerablecloning.csproj +++ b/src/tests/JIT/opt/GuardedDevirtualization/enumerablecloning.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/GuardedDevirtualization/typetestcloning.csproj b/src/tests/JIT/opt/GuardedDevirtualization/typetestcloning.csproj index f2066253c8942d..64abfdba053408 100644 --- a/src/tests/JIT/opt/GuardedDevirtualization/typetestcloning.csproj +++ b/src/tests/JIT/opt/GuardedDevirtualization/typetestcloning.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/Inline/regression/bug595776/bug595776.csproj b/src/tests/JIT/opt/Inline/regression/bug595776/bug595776.csproj index 119ebcd1d21e1c..4ee2e5892f2252 100644 --- a/src/tests/JIT/opt/Inline/regression/bug595776/bug595776.csproj +++ b/src/tests/JIT/opt/Inline/regression/bug595776/bug595776.csproj @@ -3,11 +3,8 @@ 1 - PdbOnly True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/ArrayOfStructs.csproj b/src/tests/JIT/opt/Inline/tests/ArrayOfStructs.csproj index 39e5d72fbcbe9c..c51b8a08313a96 100644 --- a/src/tests/JIT/opt/Inline/tests/ArrayOfStructs.csproj +++ b/src/tests/JIT/opt/Inline/tests/ArrayOfStructs.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/DelegInstanceFtn.csproj b/src/tests/JIT/opt/Inline/tests/DelegInstanceFtn.csproj index 3c5310591305e0..11f0ce1e85cefa 100644 --- a/src/tests/JIT/opt/Inline/tests/DelegInstanceFtn.csproj +++ b/src/tests/JIT/opt/Inline/tests/DelegInstanceFtn.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/DelegStaticFtn.csproj b/src/tests/JIT/opt/Inline/tests/DelegStaticFtn.csproj index 4338f8ce69d55f..f7cae3f585eba2 100644 --- a/src/tests/JIT/opt/Inline/tests/DelegStaticFtn.csproj +++ b/src/tests/JIT/opt/Inline/tests/DelegStaticFtn.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/GenericStructs.csproj b/src/tests/JIT/opt/Inline/tests/GenericStructs.csproj index 30ee603e329f41..882d39528caab9 100644 --- a/src/tests/JIT/opt/Inline/tests/GenericStructs.csproj +++ b/src/tests/JIT/opt/Inline/tests/GenericStructs.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline.csproj b/src/tests/JIT/opt/Inline/tests/Inline.csproj index 872890f85a8b59..25ae71e8be64df 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/InlineThrow.csproj b/src/tests/JIT/opt/Inline/tests/InlineThrow.csproj index d005333a98b81e..5d1e5441bedf61 100644 --- a/src/tests/JIT/opt/Inline/tests/InlineThrow.csproj +++ b/src/tests/JIT/opt/Inline/tests/InlineThrow.csproj @@ -1,9 +1,6 @@ - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj b/src/tests/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj index ae94367e8e6511..dc3d98a5681a2e 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.csproj b/src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.csproj index 37d279645265dd..dccc1b8f4ece34 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_Many.csproj b/src/tests/JIT/opt/Inline/tests/Inline_Many.csproj index 2a0f921da73543..7f8096fcf66bd1 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_Many.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_Many.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj b/src/tests/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj index 3b07d5f1c9cd9d..3d90106255e4ce 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_NewObj.csproj b/src/tests/JIT/opt/Inline/tests/Inline_NewObj.csproj index 80e4085d6f9a13..c5e78c1912b31a 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_NewObj.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_NewObj.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj b/src/tests/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj index fca563c19d5aa0..dd4adb7a3107c0 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_Recursion.csproj b/src/tests/JIT/opt/Inline/tests/Inline_Recursion.csproj index 01873ce544b830..b32e11e83c282c 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_Recursion.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_Recursion.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj b/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj index e0033f461bb7e4..4ee191054b1f7f 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj b/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj index d251b5d642039c..c127e964ceba14 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_STARG.csproj b/src/tests/JIT/opt/Inline/tests/Inline_STARG.csproj index 24b5658f9af6ea..8ba3341efc5a99 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_STARG.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_STARG.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_SideAffects.csproj b/src/tests/JIT/opt/Inline/tests/Inline_SideAffects.csproj index 3c6271c2226170..0e705b5a165fae 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_SideAffects.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_SideAffects.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_Vars.csproj b/src/tests/JIT/opt/Inline/tests/Inline_Vars.csproj index b4e593000c7738..ef7787f37ebad7 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_Vars.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_Vars.csproj @@ -2,10 +2,7 @@ - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/Inline_handler.csproj b/src/tests/JIT/opt/Inline/tests/Inline_handler.csproj index 06addf13c2479b..26977bb69629da 100644 --- a/src/tests/JIT/opt/Inline/tests/Inline_handler.csproj +++ b/src/tests/JIT/opt/Inline/tests/Inline_handler.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/LotsOfInlines.csproj b/src/tests/JIT/opt/Inline/tests/LotsOfInlines.csproj index 38d994d57c57f2..9b7067377ef3ab 100644 --- a/src/tests/JIT/opt/Inline/tests/LotsOfInlines.csproj +++ b/src/tests/JIT/opt/Inline/tests/LotsOfInlines.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/ReturnStruct_Method.csproj b/src/tests/JIT/opt/Inline/tests/ReturnStruct_Method.csproj index 93e55f02595962..d98bb08991943d 100644 --- a/src/tests/JIT/opt/Inline/tests/ReturnStruct_Method.csproj +++ b/src/tests/JIT/opt/Inline/tests/ReturnStruct_Method.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/StructAsParam_Method.csproj b/src/tests/JIT/opt/Inline/tests/StructAsParam_Method.csproj index d9f1c8ba38c1cf..0996fdbb881fbf 100644 --- a/src/tests/JIT/opt/Inline/tests/StructAsParam_Method.csproj +++ b/src/tests/JIT/opt/Inline/tests/StructAsParam_Method.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/StructInClass.csproj b/src/tests/JIT/opt/Inline/tests/StructInClass.csproj index dd9de59658ee29..dd7bb1c862afd6 100644 --- a/src/tests/JIT/opt/Inline/tests/StructInClass.csproj +++ b/src/tests/JIT/opt/Inline/tests/StructInClass.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj b/src/tests/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj index 2bec71401967b7..c6a9fd6733125b 100644 --- a/src/tests/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj +++ b/src/tests/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj @@ -5,8 +5,6 @@ PdbOnly True - True - True True diff --git a/src/tests/JIT/opt/Inline/tests/args1.csproj b/src/tests/JIT/opt/Inline/tests/args1.csproj index df6c2dd71e2efa..4193fea308617c 100644 --- a/src/tests/JIT/opt/Inline/tests/args1.csproj +++ b/src/tests/JIT/opt/Inline/tests/args1.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/args2.csproj b/src/tests/JIT/opt/Inline/tests/args2.csproj index fb00610cb0ce0f..6e33da91bbf598 100644 --- a/src/tests/JIT/opt/Inline/tests/args2.csproj +++ b/src/tests/JIT/opt/Inline/tests/args2.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/args3.csproj b/src/tests/JIT/opt/Inline/tests/args3.csproj index 0f718444a8cad4..3a0ec4761a9d92 100644 --- a/src/tests/JIT/opt/Inline/tests/args3.csproj +++ b/src/tests/JIT/opt/Inline/tests/args3.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/array.csproj b/src/tests/JIT/opt/Inline/tests/array.csproj index de6a0e98dc37a3..efcb95e6015e70 100644 --- a/src/tests/JIT/opt/Inline/tests/array.csproj +++ b/src/tests/JIT/opt/Inline/tests/array.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/debug.csproj b/src/tests/JIT/opt/Inline/tests/debug.csproj index 9526be447574f9..8c76c092ed3690 100644 --- a/src/tests/JIT/opt/Inline/tests/debug.csproj +++ b/src/tests/JIT/opt/Inline/tests/debug.csproj @@ -3,10 +3,7 @@ 1 - Full - True - True diff --git a/src/tests/JIT/opt/Inline/tests/deepcall.csproj b/src/tests/JIT/opt/Inline/tests/deepcall.csproj index 600f24d6ef3918..a2a23bf90b438b 100644 --- a/src/tests/JIT/opt/Inline/tests/deepcall.csproj +++ b/src/tests/JIT/opt/Inline/tests/deepcall.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/ifelse.csproj b/src/tests/JIT/opt/Inline/tests/ifelse.csproj index 7709cd7d9b8b2f..4c24c6b5154106 100644 --- a/src/tests/JIT/opt/Inline/tests/ifelse.csproj +++ b/src/tests/JIT/opt/Inline/tests/ifelse.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/indexer.csproj b/src/tests/JIT/opt/Inline/tests/indexer.csproj index c4dab6da26b922..abd63652dcb4c5 100644 --- a/src/tests/JIT/opt/Inline/tests/indexer.csproj +++ b/src/tests/JIT/opt/Inline/tests/indexer.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/interfaceCall.csproj b/src/tests/JIT/opt/Inline/tests/interfaceCall.csproj index bba523a071259d..84b25eded018f0 100644 --- a/src/tests/JIT/opt/Inline/tests/interfaceCall.csproj +++ b/src/tests/JIT/opt/Inline/tests/interfaceCall.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/interfaceproperty.csproj b/src/tests/JIT/opt/Inline/tests/interfaceproperty.csproj index 9fc0dc54f6c1ea..15f60cd3d33fa0 100644 --- a/src/tests/JIT/opt/Inline/tests/interfaceproperty.csproj +++ b/src/tests/JIT/opt/Inline/tests/interfaceproperty.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/mathfunc.csproj b/src/tests/JIT/opt/Inline/tests/mathfunc.csproj index 69e9a41a29aad3..cec028d67b4d55 100644 --- a/src/tests/JIT/opt/Inline/tests/mathfunc.csproj +++ b/src/tests/JIT/opt/Inline/tests/mathfunc.csproj @@ -1,9 +1,6 @@ - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/mthdimpl.csproj b/src/tests/JIT/opt/Inline/tests/mthdimpl.csproj index faaa51bbef318c..25c2363a1bfc4d 100644 --- a/src/tests/JIT/opt/Inline/tests/mthdimpl.csproj +++ b/src/tests/JIT/opt/Inline/tests/mthdimpl.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/property.csproj b/src/tests/JIT/opt/Inline/tests/property.csproj index a1d710d1719270..c889d5599474fb 100644 --- a/src/tests/JIT/opt/Inline/tests/property.csproj +++ b/src/tests/JIT/opt/Inline/tests/property.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/size.csproj b/src/tests/JIT/opt/Inline/tests/size.csproj index 565e3971d64945..6ebdc3882ccf99 100644 --- a/src/tests/JIT/opt/Inline/tests/size.csproj +++ b/src/tests/JIT/opt/Inline/tests/size.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/Inline/tests/struct_opcodes.csproj b/src/tests/JIT/opt/Inline/tests/struct_opcodes.csproj index 59f912d4eb4d2b..2b8ac0c39c9b99 100644 --- a/src/tests/JIT/opt/Inline/tests/struct_opcodes.csproj +++ b/src/tests/JIT/opt/Inline/tests/struct_opcodes.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/throwtest.csproj b/src/tests/JIT/opt/Inline/tests/throwtest.csproj index a79d2ee9187b7a..01b34e07a46e1f 100644 --- a/src/tests/JIT/opt/Inline/tests/throwtest.csproj +++ b/src/tests/JIT/opt/Inline/tests/throwtest.csproj @@ -3,11 +3,8 @@ 1 - None True - True - True diff --git a/src/tests/JIT/opt/Inline/tests/trycatch.csproj b/src/tests/JIT/opt/Inline/tests/trycatch.csproj index 5c405b20fa829a..e2b60584797ecf 100644 --- a/src/tests/JIT/opt/Inline/tests/trycatch.csproj +++ b/src/tests/JIT/opt/Inline/tests/trycatch.csproj @@ -3,10 +3,7 @@ 1 - None - True - True diff --git a/src/tests/JIT/opt/OSR/Runtime_69032.csproj b/src/tests/JIT/opt/OSR/Runtime_69032.csproj index c1f1286cd5b619..4abd5eb4196074 100644 --- a/src/tests/JIT/opt/OSR/Runtime_69032.csproj +++ b/src/tests/JIT/opt/OSR/Runtime_69032.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/Runtime_89666.csproj b/src/tests/JIT/opt/OSR/Runtime_89666.csproj index 9fc3a6fe026a8a..d9c90bbb0d3979 100644 --- a/src/tests/JIT/opt/OSR/Runtime_89666.csproj +++ b/src/tests/JIT/opt/OSR/Runtime_89666.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/addressexposedlocal.csproj b/src/tests/JIT/opt/OSR/addressexposedlocal.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/addressexposedlocal.csproj +++ b/src/tests/JIT/opt/OSR/addressexposedlocal.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/doublestackalloc.csproj b/src/tests/JIT/opt/OSR/doublestackalloc.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/doublestackalloc.csproj +++ b/src/tests/JIT/opt/OSR/doublestackalloc.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/example.csproj b/src/tests/JIT/opt/OSR/example.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/example.csproj +++ b/src/tests/JIT/opt/OSR/example.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/exposure1.csproj b/src/tests/JIT/opt/OSR/exposure1.csproj index 6b6dff02e3aae4..862e20bd0546b1 100644 --- a/src/tests/JIT/opt/OSR/exposure1.csproj +++ b/src/tests/JIT/opt/OSR/exposure1.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/exposure2.csproj b/src/tests/JIT/opt/OSR/exposure2.csproj index 6b6dff02e3aae4..862e20bd0546b1 100644 --- a/src/tests/JIT/opt/OSR/exposure2.csproj +++ b/src/tests/JIT/opt/OSR/exposure2.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/genericmethodpatchpoint.csproj b/src/tests/JIT/opt/OSR/genericmethodpatchpoint.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/genericmethodpatchpoint.csproj +++ b/src/tests/JIT/opt/OSR/genericmethodpatchpoint.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/handlerloop.csproj b/src/tests/JIT/opt/OSR/handlerloop.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/handlerloop.csproj +++ b/src/tests/JIT/opt/OSR/handlerloop.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/innerloop.csproj b/src/tests/JIT/opt/OSR/innerloop.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/innerloop.csproj +++ b/src/tests/JIT/opt/OSR/innerloop.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/integersumloop.csproj b/src/tests/JIT/opt/OSR/integersumloop.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/integersumloop.csproj +++ b/src/tests/JIT/opt/OSR/integersumloop.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/invalidpromotion.csproj b/src/tests/JIT/opt/OSR/invalidpromotion.csproj index c5c2200ef2f1b6..02dabaa66c4e88 100644 --- a/src/tests/JIT/opt/OSR/invalidpromotion.csproj +++ b/src/tests/JIT/opt/OSR/invalidpromotion.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/largefuncletframe.csproj b/src/tests/JIT/opt/OSR/largefuncletframe.csproj index 20b843f9edbeac..e68a3348df8124 100644 --- a/src/tests/JIT/opt/OSR/largefuncletframe.csproj +++ b/src/tests/JIT/opt/OSR/largefuncletframe.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/livelocaladdress.csproj b/src/tests/JIT/opt/OSR/livelocaladdress.csproj index c99ef44a02ddd4..9f1cf69989ceea 100644 --- a/src/tests/JIT/opt/OSR/livelocaladdress.csproj +++ b/src/tests/JIT/opt/OSR/livelocaladdress.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/livelocalstackalloc.csproj b/src/tests/JIT/opt/OSR/livelocalstackalloc.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/livelocalstackalloc.csproj +++ b/src/tests/JIT/opt/OSR/livelocalstackalloc.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/mainloop.csproj b/src/tests/JIT/opt/OSR/mainloop.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainloop.csproj +++ b/src/tests/JIT/opt/OSR/mainloop.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/mainloop2.csproj b/src/tests/JIT/opt/OSR/mainloop2.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainloop2.csproj +++ b/src/tests/JIT/opt/OSR/mainloop2.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/mainlooptry.csproj b/src/tests/JIT/opt/OSR/mainlooptry.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainlooptry.csproj +++ b/src/tests/JIT/opt/OSR/mainlooptry.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/mainlooptry2.csproj b/src/tests/JIT/opt/OSR/mainlooptry2.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainlooptry2.csproj +++ b/src/tests/JIT/opt/OSR/mainlooptry2.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/mainlooptry3.csproj b/src/tests/JIT/opt/OSR/mainlooptry3.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainlooptry3.csproj +++ b/src/tests/JIT/opt/OSR/mainlooptry3.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/mainlooptry4.csproj b/src/tests/JIT/opt/OSR/mainlooptry4.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/mainlooptry4.csproj +++ b/src/tests/JIT/opt/OSR/mainlooptry4.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/memoryargument.csproj b/src/tests/JIT/opt/OSR/memoryargument.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/memoryargument.csproj +++ b/src/tests/JIT/opt/OSR/memoryargument.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/nesteddoloops.csproj b/src/tests/JIT/opt/OSR/nesteddoloops.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/nesteddoloops.csproj +++ b/src/tests/JIT/opt/OSR/nesteddoloops.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/normalizeonload.csproj b/src/tests/JIT/opt/OSR/normalizeonload.csproj index a5c97d8b83ecd5..5834268fc839db 100644 --- a/src/tests/JIT/opt/OSR/normalizeonload.csproj +++ b/src/tests/JIT/opt/OSR/normalizeonload.csproj @@ -2,7 +2,6 @@ true - True True diff --git a/src/tests/JIT/opt/OSR/originalstackalloc.csproj b/src/tests/JIT/opt/OSR/originalstackalloc.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/originalstackalloc.csproj +++ b/src/tests/JIT/opt/OSR/originalstackalloc.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/osrcontainstry.csproj b/src/tests/JIT/opt/OSR/osrcontainstry.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/osrcontainstry.csproj +++ b/src/tests/JIT/opt/OSR/osrcontainstry.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/pinnedlocal.csproj b/src/tests/JIT/opt/OSR/pinnedlocal.csproj index 36e30677dedfbe..cce19ee11649a4 100644 --- a/src/tests/JIT/opt/OSR/pinnedlocal.csproj +++ b/src/tests/JIT/opt/OSR/pinnedlocal.csproj @@ -2,7 +2,6 @@ true - True True diff --git a/src/tests/JIT/opt/OSR/promoted.csproj b/src/tests/JIT/opt/OSR/promoted.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/promoted.csproj +++ b/src/tests/JIT/opt/OSR/promoted.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/shadowparam.csproj b/src/tests/JIT/opt/OSR/shadowparam.csproj index b54fcc5b5436d0..a4cc9d0594f93e 100644 --- a/src/tests/JIT/opt/OSR/shadowparam.csproj +++ b/src/tests/JIT/opt/OSR/shadowparam.csproj @@ -1,6 +1,5 @@ - True True diff --git a/src/tests/JIT/opt/OSR/shortenregisteredlocal.csproj b/src/tests/JIT/opt/OSR/shortenregisteredlocal.csproj index 5b958079e77f1e..1a79fa62ffa2f5 100644 --- a/src/tests/JIT/opt/OSR/shortenregisteredlocal.csproj +++ b/src/tests/JIT/opt/OSR/shortenregisteredlocal.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/synchronized.csproj b/src/tests/JIT/opt/OSR/synchronized.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/synchronized.csproj +++ b/src/tests/JIT/opt/OSR/synchronized.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/tailpgo.csproj b/src/tests/JIT/opt/OSR/tailpgo.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/tailpgo.csproj +++ b/src/tests/JIT/opt/OSR/tailpgo.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/tailpgo2.csproj b/src/tests/JIT/opt/OSR/tailpgo2.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/tailpgo2.csproj +++ b/src/tests/JIT/opt/OSR/tailpgo2.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/tailrecurse.csproj b/src/tests/JIT/opt/OSR/tailrecurse.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/tailrecurse.csproj +++ b/src/tests/JIT/opt/OSR/tailrecurse.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/tailrecursetry.csproj b/src/tests/JIT/opt/OSR/tailrecursetry.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/tailrecursetry.csproj +++ b/src/tests/JIT/opt/OSR/tailrecursetry.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/tailrecursetry2.csproj b/src/tests/JIT/opt/OSR/tailrecursetry2.csproj index b07fc4f3823f3d..44bab58ad10ab8 100644 --- a/src/tests/JIT/opt/OSR/tailrecursetry2.csproj +++ b/src/tests/JIT/opt/OSR/tailrecursetry2.csproj @@ -2,7 +2,6 @@ true - True true diff --git a/src/tests/JIT/opt/OSR/twoosrmethods.csproj b/src/tests/JIT/opt/OSR/twoosrmethods.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/twoosrmethods.csproj +++ b/src/tests/JIT/opt/OSR/twoosrmethods.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/OSR/twoosrmethods1.csproj b/src/tests/JIT/opt/OSR/twoosrmethods1.csproj index 13fe7de074f950..5de43644ba9946 100644 --- a/src/tests/JIT/opt/OSR/twoosrmethods1.csproj +++ b/src/tests/JIT/opt/OSR/twoosrmethods1.csproj @@ -2,7 +2,6 @@ true - True diff --git a/src/tests/JIT/opt/RedundantBranch/RedundantBranchAnd.csproj b/src/tests/JIT/opt/RedundantBranch/RedundantBranchAnd.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/RedundantBranch/RedundantBranchAnd.csproj +++ b/src/tests/JIT/opt/RedundantBranch/RedundantBranchAnd.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/RedundantBranch/RedundantBranchOr.csproj b/src/tests/JIT/opt/RedundantBranch/RedundantBranchOr.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/RedundantBranch/RedundantBranchOr.csproj +++ b/src/tests/JIT/opt/RedundantBranch/RedundantBranchOr.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/RedundantBranch/RedundantBranchUnsigned.csproj b/src/tests/JIT/opt/RedundantBranch/RedundantBranchUnsigned.csproj index 4f39869373b77e..de6d5e08882e86 100644 --- a/src/tests/JIT/opt/RedundantBranch/RedundantBranchUnsigned.csproj +++ b/src/tests/JIT/opt/RedundantBranch/RedundantBranchUnsigned.csproj @@ -1,6 +1,5 @@ - True diff --git a/src/tests/JIT/opt/perf/doublealign/Arrays.csproj b/src/tests/JIT/opt/perf/doublealign/Arrays.csproj index 3dfec14b80d7e7..1c9bde194b3670 100644 --- a/src/tests/JIT/opt/perf/doublealign/Arrays.csproj +++ b/src/tests/JIT/opt/perf/doublealign/Arrays.csproj @@ -4,10 +4,7 @@ true - None - True - True True true diff --git a/src/tests/JIT/opt/perf/doublealign/Locals.csproj b/src/tests/JIT/opt/perf/doublealign/Locals.csproj index a16058b171853c..e2d8516deb97ed 100644 --- a/src/tests/JIT/opt/perf/doublealign/Locals.csproj +++ b/src/tests/JIT/opt/perf/doublealign/Locals.csproj @@ -5,10 +5,7 @@ 1 - None - True - True True True True diff --git a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj index 56ec63049ccebc..8bbfd7a98aeca3 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj @@ -8,11 +8,8 @@ 1 - Full False - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj index 678da7a02c25b1..a1195ae0d381a6 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj @@ -1,10 +1,7 @@ - Full True - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj index 000c91d91ac747..fc1fb170d61e0b 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj @@ -7,11 +7,8 @@ true - None False - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj index 7350ddf7a43fc7..500ffeed56ea6e 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj @@ -1,10 +1,7 @@ - None True - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj index 72716afa014e1c..53ea4c947a3b0d 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj index 5022795c89242c..86acaf88409b6f 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj index bee1144905cc49..332d6c6f63449f 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj index 32d68c06de2f70..6a7f17e951ddb6 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj index 9fc87e0d0c11eb..44f05c35c9a0ef 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj index e66cc156c56ff1..547b5d5bb74970 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj index 8681d1da5a4f05..d1f7d51ecbad70 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj index 960ea68a541985..1a5d4c0e317b1b 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj index 2b5ce3271e7b6b..ac43567bba71fa 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj index 328decd7c77cf3..1bab325a88ac7c 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj index 62809c88b79ed3..cb05d5ead39884 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj index 590bf84ed7b30b..e7749c70e099f7 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj index 50c4b2882580bd..abda5454bcf760 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj index ef682b24a9b96f..1c83b78fe4450e 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj index 42cc0878215585..9747447a98b75a 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj index 6e93bcff53a2de..3c5b23a19e1639 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj index f8a4f24059a677..5327bedeaddf4c 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj index b015ff2ceb8a3a..22b3799f0ddf45 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj index 88d6f2dc7867ed..0e5c64fdc18b0e 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj index 0bdd72cdf6413a..1a4d2df549e21c 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj @@ -3,7 +3,6 @@ Library - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj index 13360ecb64530a..56119d622780a4 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj @@ -3,7 +3,6 @@ 1 - Full diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj index bbd6c5d03c1bf0..734850fd485fe0 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj @@ -3,7 +3,6 @@ 1 - Full True diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj index 7e14fe5f81928c..6a3c46274bb156 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj @@ -3,7 +3,6 @@ 1 - None diff --git a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj index 747221ee8bc228..da30029f8b11b7 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj @@ -3,7 +3,6 @@ 1 - None True diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj index c878dbfde60ba0..1377cc5590cbad 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj index 39bd2a7d4bef0c..7f1af917234be6 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj index 7f471baa962376..82fe052d2eebe3 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj index 3531b9051aa5c7..b1628123337ba2 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj index 99b15cb4b3365d..72faf24f88bd96 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj index b5820ddce6dbe7..807efced7093fd 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj index 78bde8fe8f3c8b..0c195d61495cd3 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj index 4125bb06c23f57..c8d23f0a124a5a 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj index fac2eb0a90b258..33504863da5021 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj index e6627145111ef9..46dc949a20a05f 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj index 317743c8ef606c..b9995de61431c9 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj @@ -5,11 +5,8 @@ 1 - Full False - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj index 36a3d52e51c11e..e78a79aa21e73e 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj @@ -5,11 +5,8 @@ 1 - Full True - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj index 3653a777388cb9..a42ad98f886063 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj @@ -5,11 +5,8 @@ 1 - None False - True - True diff --git a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj index 48a78d99def6f7..b903f531af7847 100644 --- a/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj +++ b/src/tests/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj @@ -5,11 +5,8 @@ 1 - None True - True - True diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj index 213376d19b11c7..10ede01cc9c5a9 100644 --- a/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj +++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj @@ -3,9 +3,6 @@ true - - - diff --git a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj index 637d7430104a9f..df4e8d33431f0d 100644 --- a/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj +++ b/src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj @@ -3,9 +3,6 @@ true - - - diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape_r.ilproj b/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape_r.ilproj index fce818ebdb7b60..263d3cdf307dc3 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape_r.ilproj +++ b/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape_r.ilproj @@ -3,9 +3,6 @@ true - - - diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/GenericContext/GenericContextCommonCs.csproj b/src/tests/Loader/classloader/StaticVirtualMethods/GenericContext/GenericContextCommonCs.csproj index 78ae4cdeb27063..88c0d86a674f47 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/GenericContext/GenericContextCommonCs.csproj +++ b/src/tests/Loader/classloader/StaticVirtualMethods/GenericContext/GenericContextCommonCs.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/TypeHierarchy/TypeHierarchyCommonCs.csproj b/src/tests/Loader/classloader/StaticVirtualMethods/TypeHierarchy/TypeHierarchyCommonCs.csproj index 5bbda6c8b9f330..9694afc6e42c23 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/TypeHierarchy/TypeHierarchyCommonCs.csproj +++ b/src/tests/Loader/classloader/StaticVirtualMethods/TypeHierarchy/TypeHierarchyCommonCs.csproj @@ -2,9 +2,6 @@ Library - - - diff --git a/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj b/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj index e3832670314d6d..7d56ee3b4c5a3a 100644 --- a/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj +++ b/src/tests/Regressions/coreclr/GitHub_17398/test17398.csproj @@ -5,7 +5,6 @@ true - True